2023-12-06T14:47:27.069 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T14:47:27.069 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276 --owner scheduled_adking@teuthology --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} --name adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi -- /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/orig.config.yaml 2023-12-06T14:47:27.101 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T14:47:27.184 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276 branch: wip-adk-testing-2023-12-05-1905 description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: adking@redhat.com first_in_suite: false job_id: '7480276' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-adk-testing-2023-12-05-1905 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_14:29:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T14:47:27.184 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T14:47:27.185 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T14:47:27.185 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T14:47:27.187 INFO:teuthology.task.internal:Checking packages... 2023-12-06T14:47:27.211 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T14:47:27.211 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T14:47:27.211 INFO:teuthology.packaging:ref: None 2023-12-06T14:47:27.211 INFO:teuthology.packaging:tag: None 2023-12-06T14:47:27.211 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T14:47:27.212 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T14:47:27.212 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk-testing-2023-12-05-1905 2023-12-06T14:47:27.354 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26-g0482646f-1focal 2023-12-06T14:47:27.355 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T14:47:27.360 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T14:47:27.361 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T14:47:27.384 INFO:teuthology.task.internal:Saving configuration 2023-12-06T14:47:27.399 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T14:47:27.405 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T14:47:27.431 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:40:06.317602', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T14:47:27.454 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi140.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:40:06.316178', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T14:47:27.454 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T14:47:27.460 INFO:teuthology.task.internal:roles: ubuntu@smithi029.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-06T14:47:27.460 INFO:teuthology.task.internal:roles: ubuntu@smithi140.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-06T14:47:27.460 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T14:47:27.565 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f28177041f0>, signals=[15]) 2023-12-06T14:47:27.565 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T14:47:27.571 INFO:teuthology.task.internal:Opening connections... 2023-12-06T14:47:27.571 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2023-12-06T14:47:27.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:47:27.624 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi140.front.sepia.ceph.com 2023-12-06T14:47:27.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:47:27.674 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T14:47:27.680 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2023-12-06T14:47:27.703 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2023-12-06T14:47:27.704 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="20.04" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T14:47:27.751 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=focal 2023-12-06T14:47:27.752 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=focal 2023-12-06T14:47:27.752 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2023-12-06T14:47:27.771 DEBUG:teuthology.orchestra.run.smithi140:> uname -m 2023-12-06T14:47:27.778 INFO:teuthology.orchestra.run.smithi140.stdout:x86_64 2023-12-06T14:47:27.779 DEBUG:teuthology.orchestra.run.smithi140:> cat /etc/os-release 2023-12-06T14:47:27.785 INFO:teuthology.orchestra.run.smithi140.stdout:NAME="Ubuntu" 2023-12-06T14:47:27.785 INFO:teuthology.orchestra.run.smithi140.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T14:47:27.785 INFO:teuthology.orchestra.run.smithi140.stdout:ID=ubuntu 2023-12-06T14:47:27.785 INFO:teuthology.orchestra.run.smithi140.stdout:ID_LIKE=debian 2023-12-06T14:47:27.785 INFO:teuthology.orchestra.run.smithi140.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T14:47:27.786 INFO:teuthology.orchestra.run.smithi140.stdout:VERSION_ID="20.04" 2023-12-06T14:47:27.786 INFO:teuthology.orchestra.run.smithi140.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T14:47:27.786 INFO:teuthology.orchestra.run.smithi140.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T14:47:27.786 INFO:teuthology.orchestra.run.smithi140.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T14:47:27.786 INFO:teuthology.orchestra.run.smithi140.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T14:47:27.787 INFO:teuthology.orchestra.run.smithi140.stdout:VERSION_CODENAME=focal 2023-12-06T14:47:27.787 INFO:teuthology.orchestra.run.smithi140.stdout:UBUNTU_CODENAME=focal 2023-12-06T14:47:27.787 INFO:teuthology.lock.ops:Updating smithi140.front.sepia.ceph.com on lock server 2023-12-06T14:47:27.813 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T14:47:27.822 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T14:47:28.327 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T14:47:28.328 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:47:28.332 DEBUG:teuthology.orchestra.run.smithi140:> test '!' -e /home/ubuntu/cephtest 2023-12-06T14:47:28.337 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T14:47:29.002 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T14:47:29.002 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:47:29.006 DEBUG:teuthology.orchestra.run.smithi140:> test -z $(ls -A /var/lib/ceph) 2023-12-06T14:47:29.023 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T14:47:29.489 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T14:47:29.515 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T14:47:29.516 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T14:47:29.516 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:47:29.516 DEBUG:teuthology.orchestra.run.smithi140:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T14:47:29.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:47:29.523 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-12-06T14:47:29.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T14:47:29.524 DEBUG:teuthology.orchestra.run.smithi140:> uname -r 2023-12-06T14:47:29.531 INFO:teuthology.orchestra.run.smithi140.stdout:5.4.0-124-generic 2023-12-06T14:47:29.531 INFO:teuthology.task.kernel:Running kernel on smithi140: 5.4.0-124-generic 2023-12-06T14:47:29.531 DEBUG:teuthology.orchestra.run.smithi140:> sudo apt-get clean 2023-12-06T14:47:29.571 INFO:teuthology.orchestra.run.smithi029.stdout:5.4.0-124-generic 2023-12-06T14:47:29.571 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.4.0-124-generic 2023-12-06T14:47:29.571 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2023-12-06T14:47:29.661 DEBUG:teuthology.orchestra.run.smithi140:> sudo apt-get update 2023-12-06T14:47:29.684 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2023-12-06T14:47:29.920 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:47:29.941 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T14:47:29.954 INFO:teuthology.orchestra.run.smithi140.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:47:29.964 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T14:47:29.978 INFO:teuthology.orchestra.run.smithi140.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T14:47:29.978 INFO:teuthology.orchestra.run.smithi140.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T14:47:29.980 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T14:47:30.176 INFO:teuthology.orchestra.run.smithi140.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T14:47:30.345 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T14:47:30.393 INFO:teuthology.orchestra.run.smithi140.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T14:47:30.517 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T14:47:30.532 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T14:47:30.533 INFO:teuthology.orchestra.run.smithi140.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T14:47:30.536 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T14:47:30.536 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T14:47:30.554 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T14:47:30.554 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T14:47:30.559 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:47:30.559 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T14:47:30.565 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T14:47:30.572 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T14:47:30.575 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T14:47:30.575 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T14:47:30.575 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T14:47:30.583 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T14:47:30.584 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T14:47:30.584 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T14:47:30.584 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T14:47:30.585 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T14:47:30.600 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T14:47:30.601 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T14:47:30.601 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T14:47:30.658 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T14:47:30.668 INFO:teuthology.orchestra.run.smithi140.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T14:47:30.682 INFO:teuthology.orchestra.run.smithi140.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T14:47:30.691 INFO:teuthology.orchestra.run.smithi140.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T14:47:30.692 INFO:teuthology.orchestra.run.smithi140.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T14:47:30.746 INFO:teuthology.orchestra.run.smithi140.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T14:47:30.747 INFO:teuthology.orchestra.run.smithi140.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T14:47:30.754 INFO:teuthology.orchestra.run.smithi140.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:47:30.754 INFO:teuthology.orchestra.run.smithi140.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T14:47:30.770 INFO:teuthology.orchestra.run.smithi140.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T14:47:30.786 INFO:teuthology.orchestra.run.smithi140.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T14:47:30.788 INFO:teuthology.orchestra.run.smithi140.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T14:47:30.794 INFO:teuthology.orchestra.run.smithi140.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T14:47:30.795 INFO:teuthology.orchestra.run.smithi140.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T14:47:30.830 INFO:teuthology.orchestra.run.smithi140.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T14:47:30.830 INFO:teuthology.orchestra.run.smithi140.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T14:47:30.904 INFO:teuthology.orchestra.run.smithi140.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T14:47:30.953 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T14:47:30.967 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T14:47:30.974 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T14:47:30.974 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T14:47:31.082 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T14:47:31.082 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T14:47:31.084 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:47:31.085 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T14:47:31.090 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T14:47:31.094 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T14:47:31.095 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T14:47:31.096 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T14:47:31.096 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T14:47:31.173 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T14:47:31.174 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T14:47:31.520 INFO:teuthology.orchestra.run.smithi140.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T14:47:31.589 INFO:teuthology.orchestra.run.smithi140.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T14:47:31.590 INFO:teuthology.orchestra.run.smithi140.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T14:47:31.943 INFO:teuthology.orchestra.run.smithi140.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T14:47:31.946 INFO:teuthology.orchestra.run.smithi140.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T14:47:31.987 INFO:teuthology.orchestra.run.smithi140.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T14:47:31.987 INFO:teuthology.orchestra.run.smithi140.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T14:47:32.073 INFO:teuthology.orchestra.run.smithi140.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T14:47:32.202 INFO:teuthology.orchestra.run.smithi140.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T14:47:32.225 INFO:teuthology.orchestra.run.smithi140.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T14:47:32.226 INFO:teuthology.orchestra.run.smithi140.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T14:47:32.227 INFO:teuthology.orchestra.run.smithi140.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T14:47:32.227 INFO:teuthology.orchestra.run.smithi140.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T14:47:32.228 INFO:teuthology.orchestra.run.smithi140.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T14:47:32.228 INFO:teuthology.orchestra.run.smithi140.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T14:47:32.234 INFO:teuthology.orchestra.run.smithi140.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T14:47:32.235 INFO:teuthology.orchestra.run.smithi140.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T14:47:32.235 INFO:teuthology.orchestra.run.smithi140.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T14:47:32.265 INFO:teuthology.orchestra.run.smithi140.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T14:47:32.267 INFO:teuthology.orchestra.run.smithi140.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T14:47:34.570 INFO:teuthology.orchestra.run.smithi140.stdout:Fetched 18.3 MB in 3s (6,161 kB/s) 2023-12-06T14:47:34.732 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 18.3 MB in 3s (6,353 kB/s) 2023-12-06T14:47:36.097 INFO:teuthology.orchestra.run.smithi140.stdout:Reading package lists... 2023-12-06T14:47:36.122 DEBUG:teuthology.orchestra.run.smithi140:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:47:36.190 INFO:teuthology.orchestra.run.smithi140.stdout:Reading package lists... 2023-12-06T14:47:36.384 INFO:teuthology.orchestra.run.smithi140.stdout:Building dependency tree... 2023-12-06T14:47:36.384 INFO:teuthology.orchestra.run.smithi140.stdout:Reading state information... 2023-12-06T14:47:36.559 INFO:teuthology.orchestra.run.smithi140.stdout:The following additional packages will be installed: 2023-12-06T14:47:36.559 INFO:teuthology.orchestra.run.smithi140.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:47:36.560 INFO:teuthology.orchestra.run.smithi140.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T14:47:36.560 INFO:teuthology.orchestra.run.smithi140.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T14:47:36.560 INFO:teuthology.orchestra.run.smithi140.stdout:Suggested packages: 2023-12-06T14:47:36.561 INFO:teuthology.orchestra.run.smithi140.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T14:47:36.561 INFO:teuthology.orchestra.run.smithi140.stdout:Recommended packages: 2023-12-06T14:47:36.561 INFO:teuthology.orchestra.run.smithi140.stdout: thermald 2023-12-06T14:47:36.618 INFO:teuthology.orchestra.run.smithi140.stdout:The following NEW packages will be installed: 2023-12-06T14:47:36.619 INFO:teuthology.orchestra.run.smithi140.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:47:36.619 INFO:teuthology.orchestra.run.smithi140.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T14:47:36.619 INFO:teuthology.orchestra.run.smithi140.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T14:47:36.620 INFO:teuthology.orchestra.run.smithi140.stdout:The following packages will be upgraded: 2023-12-06T14:47:36.621 INFO:teuthology.orchestra.run.smithi140.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T14:47:36.803 INFO:teuthology.orchestra.run.smithi140.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:47:36.803 INFO:teuthology.orchestra.run.smithi140.stdout:Need to get 77.0 MB of archives. 2023-12-06T14:47:36.803 INFO:teuthology.orchestra.run.smithi140.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T14:47:36.803 INFO:teuthology.orchestra.run.smithi140.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-06T14:47:36.810 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-12-06T14:47:36.837 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:47:36.916 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-12-06T14:47:37.127 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2023-12-06T14:47:37.128 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2023-12-06T14:47:37.321 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2023-12-06T14:47:37.321 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:47:37.321 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-generic linux-image-5.4.0-167-generic 2023-12-06T14:47:37.321 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.4.0-167-generic linux-modules-extra-5.4.0-167-generic 2023-12-06T14:47:37.322 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2023-12-06T14:47:37.322 INFO:teuthology.orchestra.run.smithi029.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-06T14:47:37.322 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2023-12-06T14:47:37.322 INFO:teuthology.orchestra.run.smithi029.stdout: thermald 2023-12-06T14:47:37.377 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2023-12-06T14:47:37.377 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-5.4.0-167 linux-headers-5.4.0-167-generic 2023-12-06T14:47:37.377 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-167-generic linux-modules-5.4.0-167-generic 2023-12-06T14:47:37.378 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.4.0-167-generic 2023-12-06T14:47:37.379 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages will be upgraded: 2023-12-06T14:47:37.379 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T14:47:37.563 INFO:teuthology.orchestra.run.smithi029.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:47:37.563 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 77.0 MB of archives. 2023-12-06T14:47:37.564 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-06T14:47:37.564 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-167-generic amd64 5.4.0-167.184 [15.0 MB] 2023-12-06T14:47:37.950 INFO:teuthology.orchestra.run.smithi140.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-06T14:47:38.219 INFO:teuthology.orchestra.run.smithi140.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-06T14:47:38.701 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-167-generic amd64 5.4.0-167.184 [10.5 MB] 2023-12-06T14:47:38.970 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-167-generic amd64 5.4.0-167.184 [39.2 MB] 2023-12-06T14:47:39.581 INFO:teuthology.orchestra.run.smithi140.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-06T14:47:39.582 INFO:teuthology.orchestra.run.smithi140.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-06T14:47:39.582 INFO:teuthology.orchestra.run.smithi140.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-06T14:47:39.857 INFO:teuthology.orchestra.run.smithi140.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-06T14:47:39.913 INFO:teuthology.orchestra.run.smithi140.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-06T14:47:40.314 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.167.164 [1,900 B] 2023-12-06T14:47:40.314 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.167.164 [2,564 B] 2023-12-06T14:47:40.314 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167 all 5.4.0-167.184 [11.0 MB] 2023-12-06T14:47:40.591 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-167-generic amd64 5.4.0-167.184 [1,367 kB] 2023-12-06T14:47:40.645 INFO:teuthology.orchestra.run.smithi140.stdout:Fetched 77.0 MB in 3s (23.4 MB/s) 2023-12-06T14:47:40.662 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.167.164 [2,428 B] 2023-12-06T14:47:40.836 INFO:teuthology.orchestra.run.smithi140.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T14:47:41.391 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 77.0 MB in 3s (23.5 MB/s) 2023-12-06T14:47:41.639 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.4.0-167-generic. 2023-12-06T14:47:42.637 INFO:teuthology.orchestra.run.smithi140.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-06T14:47:42.642 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:42.800 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:44.163 INFO:teuthology.orchestra.run.smithi029.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-06T14:47:44.168 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../0-linux-modules-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:44.287 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:44.809 INFO:teuthology.orchestra.run.smithi140.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T14:47:44.823 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:44.919 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:46.031 INFO:teuthology.orchestra.run.smithi140.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T14:47:46.045 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:46.089 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:46.382 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.4.0-167-generic. 2023-12-06T14:47:46.395 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../1-linux-image-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:46.512 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:47.731 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-167-generic. 2023-12-06T14:47:47.745 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:47.789 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:51.184 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:47:51.335 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:47:51.710 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:47:51.872 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:47:52.217 INFO:teuthology.orchestra.run.smithi140.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T14:47:52.231 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T14:47:52.300 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:47:52.583 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../3-linux-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:47:52.721 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:47:53.133 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:47:53.260 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:47:53.617 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.4.0-167. 2023-12-06T14:47:53.630 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../5-linux-headers-5.4.0-167_5.4.0-167.184_all.deb ... 2023-12-06T14:47:53.676 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:47:57.915 INFO:teuthology.orchestra.run.smithi140.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T14:47:57.938 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:57.990 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:47:59.791 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.4.0-167-generic. 2023-12-06T14:47:59.814 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../6-linux-headers-5.4.0-167-generic_5.4.0-167.184_amd64.deb ... 2023-12-06T14:47:59.866 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:00.886 INFO:teuthology.orchestra.run.smithi140.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:48:01.049 INFO:teuthology.orchestra.run.smithi140.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:48:01.416 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:02.489 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.167.164_amd64.deb ... 2023-12-06T14:48:02.617 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-generic (5.4.0.167.164) over (5.4.0.124.125) ... 2023-12-06T14:48:02.983 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:03.140 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:48:03.307 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:03.433 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:04.250 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.4.0-167 (5.4.0-167.184) ... 2023-12-06T14:48:04.573 INFO:teuthology.orchestra.run.smithi140.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:04.573 INFO:teuthology.orchestra.run.smithi140.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:04.752 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:05.737 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:05.945 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T14:48:06.071 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T14:48:06.223 INFO:teuthology.orchestra.run.smithi140.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T14:48:06.355 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:06.357 INFO:teuthology.orchestra.run.smithi140.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:06.444 INFO:teuthology.orchestra.run.smithi140.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T14:48:06.444 INFO:teuthology.orchestra.run.smithi140.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:07.533 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:07.534 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:07.685 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:08.896 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic (5.4.0.167.164) ... 2023-12-06T14:48:09.023 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-generic (5.4.0.167.164) ... 2023-12-06T14:48:09.169 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-generic (5.4.0.167.164) ... 2023-12-06T14:48:09.296 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.4.0-167-generic (5.4.0-167.184) ... 2023-12-06T14:48:09.364 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T14:48:09.364 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:28.344 INFO:teuthology.orchestra.run.smithi140.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T14:48:28.344 INFO:teuthology.orchestra.run.smithi140.stdout:Sourcing file `/etc/default/grub' 2023-12-06T14:48:28.355 INFO:teuthology.orchestra.run.smithi140.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:48:28.380 INFO:teuthology.orchestra.run.smithi140.stdout:Generating grub configuration file ... 2023-12-06T14:48:28.755 INFO:teuthology.orchestra.run.smithi140.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:28.777 INFO:teuthology.orchestra.run.smithi140.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:29.235 INFO:teuthology.orchestra.run.smithi140.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:48:29.246 INFO:teuthology.orchestra.run.smithi140.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:48:31.032 INFO:teuthology.orchestra.run.smithi140.stdout:done 2023-12-06T14:48:31.470 DEBUG:teuthology.orchestra.run.smithi140:> dpkg -s linux-image-generic 2023-12-06T14:48:31.517 INFO:teuthology.orchestra.run.smithi140.stdout:Package: linux-image-generic 2023-12-06T14:48:31.517 INFO:teuthology.orchestra.run.smithi140.stdout:Status: install ok installed 2023-12-06T14:48:31.517 INFO:teuthology.orchestra.run.smithi140.stdout:Priority: optional 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Section: kernel 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Installed-Size: 20 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Architecture: amd64 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Source: linux-meta 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Version: 5.4.0.167.164 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.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-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Recommends: thermald 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout:Description: Generic Linux kernel image 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:48:31.518 INFO:teuthology.orchestra.run.smithi140.stdout: available. 2023-12-06T14:48:31.519 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T14:48:31.519 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:48:31.519 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:48:31.519 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-06T14:48:31.519 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi140.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:48:31.519 DEBUG:teuthology.orchestra.run.smithi140:> sudo apt-get clean 2023-12-06T14:48:31.605 DEBUG:teuthology.orchestra.run.smithi140:> sudo apt-get update 2023-12-06T14:48:31.944 INFO:teuthology.orchestra.run.smithi140.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T14:48:31.944 INFO:teuthology.orchestra.run.smithi140.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:48:32.015 INFO:teuthology.orchestra.run.smithi140.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T14:48:32.097 INFO:teuthology.orchestra.run.smithi140.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T14:48:33.617 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T14:48:33.617 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2023-12-06T14:48:33.636 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:48:33.661 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2023-12-06T14:48:33.697 INFO:teuthology.orchestra.run.smithi140.stdout:Reading package lists... 2023-12-06T14:48:33.723 DEBUG:teuthology.orchestra.run.smithi140:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:48:33.788 INFO:teuthology.orchestra.run.smithi140.stdout:Reading package lists... 2023-12-06T14:48:33.991 INFO:teuthology.orchestra.run.smithi140.stdout:Building dependency tree... 2023-12-06T14:48:33.992 INFO:teuthology.orchestra.run.smithi140.stdout:Reading state information... 2023-12-06T14:48:34.017 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:34.045 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:34.209 INFO:teuthology.orchestra.run.smithi140.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T14:48:34.209 INFO:teuthology.orchestra.run.smithi140.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:48:34.211 DEBUG:teuthology.orchestra.run.smithi140:> dpkg -s linux-image-generic 2023-12-06T14:48:34.230 INFO:teuthology.orchestra.run.smithi140.stdout:Package: linux-image-generic 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Status: install ok installed 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Priority: optional 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Section: kernel 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Installed-Size: 20 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Architecture: amd64 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Source: linux-meta 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Version: 5.4.0.167.164 2023-12-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.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-06T14:48:34.231 INFO:teuthology.orchestra.run.smithi140.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:48:34.232 INFO:teuthology.orchestra.run.smithi140.stdout:Recommends: thermald 2023-12-06T14:48:34.232 INFO:teuthology.orchestra.run.smithi140.stdout:Description: Generic Linux kernel image 2023-12-06T14:48:34.232 INFO:teuthology.orchestra.run.smithi140.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:48:34.232 INFO:teuthology.orchestra.run.smithi140.stdout: available. 2023-12-06T14:48:34.232 DEBUG:teuthology.orchestra.run.smithi140:> mktemp 2023-12-06T14:48:34.279 INFO:teuthology.orchestra.run.smithi140.stdout:/tmp/tmp.IWcNdwqzAl 2023-12-06T14:48:34.279 DEBUG:teuthology.orchestra.run.smithi140:> sudo cp /boot/grub/grub.cfg /tmp/tmp.IWcNdwqzAl 2023-12-06T14:48:34.294 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 0666 /tmp/tmp.IWcNdwqzAl 2023-12-06T14:48:34.387 DEBUG:teuthology.orchestra.remote:smithi140:/tmp/tmp.IWcNdwqzAl is 9KB 2023-12-06T14:48:34.402 DEBUG:teuthology.orchestra.run.smithi140:> rm -fr /tmp/tmp.IWcNdwqzAl 2023-12-06T14:48:34.408 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T14:48:34.412 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:48:34.424 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:48:34.464 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T14:48:34.464 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T14:48:34.464 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T14:48:34.494 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T14:48:34.495 DEBUG:teuthology.orchestra.run.smithi140:> sudo update-grub 2023-12-06T14:48:35.882 INFO:teuthology.orchestra.run.smithi140.stderr:Sourcing file `/etc/default/grub' 2023-12-06T14:48:35.893 INFO:teuthology.orchestra.run.smithi140.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:48:35.912 INFO:teuthology.orchestra.run.smithi140.stderr:Generating grub configuration file ... 2023-12-06T14:48:36.201 INFO:teuthology.orchestra.run.smithi140.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:36.213 INFO:teuthology.orchestra.run.smithi140.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:36.565 INFO:teuthology.orchestra.run.smithi140.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:48:36.577 INFO:teuthology.orchestra.run.smithi140.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:48:37.323 INFO:teuthology.orchestra.run.smithi140.stderr:done 2023-12-06T14:48:37.325 DEBUG:teuthology.orchestra.run.smithi140:> sudo shutdown -r now 2023-12-06T14:48:37.358 INFO:teuthology.orchestra.run.smithi029.stdout:done 2023-12-06T14:48:37.867 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2023-12-06T14:48:37.913 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2023-12-06T14:48:37.913 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.4.0.167.164 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.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-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:48:37.914 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2023-12-06T14:48:37.915 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-167-generic 2023-12-06T14:48:37.915 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T14:48:37.915 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T14:48:37.916 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-06T14:48:37.916 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T14:48:37.916 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2023-12-06T14:48:38.015 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2023-12-06T14:48:38.162 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T14:48:38.175 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-06T14:48:38.200 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-06T14:48:38.267 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-06T14:48:40.003 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-12-06T14:48:40.028 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T14:48:40.098 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2023-12-06T14:48:40.306 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2023-12-06T14:48:40.306 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2023-12-06T14:48:40.535 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic is already the newest version (5.4.0.167.164). 2023-12-06T14:48:40.535 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-06T14:48:40.537 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2023-12-06T14:48:40.558 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T14:48:40.559 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.4.0.167.164 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.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-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.4.0-167-generic, linux-modules-extra-5.4.0-167-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2023-12-06T14:48:40.560 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2023-12-06T14:48:40.561 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2023-12-06T14:48:40.561 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2023-12-06T14:48:40.565 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.PFowtgE2xE 2023-12-06T14:48:40.565 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PFowtgE2xE 2023-12-06T14:48:40.576 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.PFowtgE2xE 2023-12-06T14:48:40.669 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.PFowtgE2xE is 9KB 2023-12-06T14:48:40.683 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.PFowtgE2xE 2023-12-06T14:48:40.689 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T14:48:40.748 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:48:40.749 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T14:48:40.749 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T14:48:40.777 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-167-generic 2023-12-06T14:48:40.777 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2023-12-06T14:48:43.014 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2023-12-06T14:48:43.027 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-06T14:48:43.043 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2023-12-06T14:48:43.336 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-167-generic 2023-12-06T14:48:43.348 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-167-generic 2023-12-06T14:48:43.704 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-06T14:48:43.715 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-06T14:48:45.309 INFO:teuthology.orchestra.run.smithi029.stderr:done 2023-12-06T14:48:45.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2023-12-06T14:49:07.348 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-06T14:49:07.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:49:07.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:49:15.322 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-06T14:49:15.322 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:49:15.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:49:25.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.140 2023-12-06T14:49:33.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2023-12-06T14:49:34.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:49:34.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:49:37.922 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.140 2023-12-06T14:49:42.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:49:42.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:49:45.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2023-12-06T14:49:49.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:49:49.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:49:57.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:49:57.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:50:30.581 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-12-06T14:50:31.717 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:50:31.718 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-167-generic"... 2023-12-06T14:50:31.718 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-12-06T14:50:31.724 INFO:teuthology.orchestra.run.smithi029.stdout:5.4.0-167-generic 2023-12-06T14:50:31.724 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T14:50:31.724 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:50:31.725 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T14:50:32.726 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-06T14:50:32.726 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:50:32.943 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2023-12-06T14:50:32.968 DEBUG:teuthology.parallel:result is None 2023-12-06T14:50:49.929 DEBUG:teuthology.orchestra.remote:timed out 2023-12-06T14:51:04.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:51:04.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:51:05.162 DEBUG:teuthology.orchestra.run.smithi140:> true 2023-12-06T14:51:05.744 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:51:05.744 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-167-generic"... 2023-12-06T14:51:05.745 DEBUG:teuthology.orchestra.run.smithi140:> uname -r 2023-12-06T14:51:05.751 INFO:teuthology.orchestra.run.smithi140.stdout:5.4.0-167-generic 2023-12-06T14:51:05.751 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-167-generic vs 5.4.0-167-generic 2023-12-06T14:51:05.751 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T14:51:05.751 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T14:51:06.752 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-06T14:51:06.752 DEBUG:teuthology.orchestra.run.smithi140:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T14:51:06.837 INFO:teuthology.orchestra.run.smithi140.stdout:ttyS1 2023-12-06T14:51:06.862 DEBUG:teuthology.parallel:result is None 2023-12-06T14:51:06.863 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T14:51:06.870 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T14:51:06.870 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:51:06.872 DEBUG:teuthology.orchestra.run.smithi140:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T14:51:06.879 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T14:51:06.898 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T14:51:06.907 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T14:51:06.907 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:51:06.909 DEBUG:teuthology.orchestra.run.smithi140:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T14:51:06.941 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T14:51:06.948 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T14:51:06.948 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T14:51:06.972 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T14:51:06.992 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:51:06.998 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:51:07.002 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:51:07.009 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T14:51:07.011 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T14:51:07.018 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T14:51:07.018 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:51:07.021 DEBUG:teuthology.orchestra.run.smithi140:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T14:51:07.034 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T14:51:07.043 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T14:51:07.044 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:51:07.046 DEBUG:teuthology.orchestra.run.smithi140:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T14:51:07.052 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:51:07.097 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:51:07.103 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:51:07.104 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:51:07.127 DEBUG:teuthology.orchestra.run.smithi140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T14:51:07.134 DEBUG:teuthology.orchestra.run.smithi140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T14:51:07.141 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T14:51:07.141 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T14:51:07.170 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2023-12-06T14:51:07.176 DEBUG:teuthology.orchestra.run.smithi140:> sudo service rsyslog restart 2023-12-06T14:51:07.263 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T14:51:07.270 INFO:teuthology.task.internal:Starting timer... 2023-12-06T14:51:07.271 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T14:51:07.289 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T14:51:07.298 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2023-12-06T14:51:07.299 DEBUG:teuthology.task.selinux:Excluding smithi140: OS 'ubuntu' does not support SELinux 2023-12-06T14:51:07.299 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T14:51:07.299 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-06T14:51:07.299 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T14:51:07.299 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T14:51:07.308 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-06T14:51:07.308 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T14:51:07.324 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-06T14:51:07.325 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi140.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T14:57:15.945 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi140.front.sepia.ceph.com')] 2023-12-06T14:57:15.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:57:15.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:57:15.995 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-12-06T14:57:16.116 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-06T14:57:16.116 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:57:16.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T14:57:16.167 DEBUG:teuthology.orchestra.run.smithi140:> true 2023-12-06T14:57:16.287 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-12-06T14:57:16.288 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T14:57:16.298 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T14:57:16.301 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:57:16.302 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T14:57:16.305 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T14:57:16.305 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T14:57:16.338 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T14:57:16.339 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Command line: ntpd -gq 2023-12-06T14:57:16.339 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: proto: precision = 0.096 usec (-23) 2023-12-06T14:57:16.340 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:57:16.340 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:57:16.340 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:57:16.341 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:57:16.341 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen normally on 3 ens1f0 172.21.15.29:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen normally on 4 lo [::1]:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%4]:123 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:16 ntpd[23567]: Listening on routing socket on fd #22 for interface updates 2023-12-06T14:57:16.342 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-06T14:57:16.343 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Command line: ntpd -gq 2023-12-06T14:57:16.343 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: proto: precision = 0.174 usec (-22) 2023-12-06T14:57:16.343 INFO:teuthology.orchestra.run.smithi140.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:57:16.343 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-06T14:57:16.344 INFO:teuthology.orchestra.run.smithi140.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:57:16.344 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: restrict ::: KOD does nothing without LIMITED. 2023-12-06T14:57:16.344 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen and drop on 0 v6wildcard [::]:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen normally on 2 lo 127.0.0.1:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen normally on 3 ens1f1 172.21.15.140:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen normally on 4 lo [::1]:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listen normally on 5 ens1f1 [fe80::ae1f:6bff:fea5:ca31%5]:123 2023-12-06T14:57:16.345 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:16 ntpd[23484]: Listening on routing socket on fd #22 for interface updates 2023-12-06T14:57:17.339 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:17.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:17.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:17.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:17.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:17.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:17 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:17.341 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:17.341 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:17.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:17.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:17.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:17.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:17 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:18.339 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:18.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:18.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:18.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:18.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:18.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:18 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:18.341 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:18.341 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:18.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:18.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:18.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:18.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:18 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:19.339 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:19.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:19 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:19.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:19.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:19.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:19.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:19 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:20.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:20.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:20 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:20.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:20.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:20.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:20.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:20 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:21.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:21.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:21 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:21.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:21.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:21.345 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:21.345 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:21.345 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:21.345 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:21 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:22.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:22.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:22 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:22.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:22 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:23.339 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stdout: 6 Dec 14:57:23 ntpd[23567]: ntpd: time slew +0.002864 s 2023-12-06T14:57:23.340 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew +0.002864s 2023-12-06T14:57:23.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T14:57:23.341 INFO:teuthology.orchestra.run.smithi029.stderr: 6 Dec 14:57:23 ntpd[23567]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T14:57:23.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.342 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/rawstats.20231206: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/peerstats.20231206: Permission denied 2023-12-06T14:57:23.343 INFO:teuthology.orchestra.run.smithi140.stdout: 6 Dec 14:57:23 ntpd[23484]: ntpd: time slew -0.003287 s 2023-12-06T14:57:23.344 INFO:teuthology.orchestra.run.smithi140.stdout:ntpd: time slew -0.003287s 2023-12-06T14:57:23.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-06T14:57:23.344 INFO:teuthology.orchestra.run.smithi140.stderr: 6 Dec 14:57:23 ntpd[23484]: can't open /var/log/ntpstats/loopstats.20231206: Permission denied 2023-12-06T14:57:23.407 INFO:teuthology.orchestra.run.smithi140.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T14:57:23.407 INFO:teuthology.orchestra.run.smithi140.stdout:============================================================================== 2023-12-06T14:57:23.407 INFO:teuthology.orchestra.run.smithi140.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.407 INFO:teuthology.orchestra.run.smithi140.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.407 INFO:teuthology.orchestra.run.smithi140.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.408 INFO:teuthology.orchestra.run.smithi140.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.420 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T14:57:23.420 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2023-12-06T14:57:23.420 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.420 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.421 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.421 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-06T14:57:23.422 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T14:57:23.504 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T14:57:23.504 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-06T14:57:23.505 INFO:tasks.cephadm:Cluster fsid is c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:57:23.505 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T14:57:23.505 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.c': '[v2:172.21.15.29:3301,v1:172.21.15.29:6790]', 'mon.b': '172.21.15.140'} 2023-12-06T14:57:23.505 INFO:tasks.cephadm:First mon is mon.a on smithi029 2023-12-06T14:57:23.505 INFO:tasks.cephadm:First mgr is y 2023-12-06T14:57:23.505 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T14:57:23.506 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2023-12-06T14:57:23.524 DEBUG:teuthology.orchestra.run.smithi140:> sudo hostname $(hostname -s) 2023-12-06T14:57:23.542 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-06T14:57:23.543 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T14:57:23.694 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 14:57 /home/ubuntu/cephtest/cephadm 2023-12-06T14:57:23.695 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T14:57:23.894 INFO:teuthology.orchestra.run.smithi140.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 6 14:57 /home/ubuntu/cephtest/cephadm 2023-12-06T14:57:23.895 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:57:23.904 DEBUG:teuthology.orchestra.run.smithi140:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T14:57:23.932 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-06T14:57:23.932 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:57:23.948 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-06T14:57:24.227 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:57:24.253 INFO:teuthology.orchestra.run.smithi140.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:58:01.074 INFO:teuthology.orchestra.run.smithi140.stdout:{ 2023-12-06T14:58:01.074 INFO:teuthology.orchestra.run.smithi140.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:58:01.074 INFO:teuthology.orchestra.run.smithi140.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:58:01.075 INFO:teuthology.orchestra.run.smithi140.stdout: "repo_digests": [ 2023-12-06T14:58:01.075 INFO:teuthology.orchestra.run.smithi140.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T14:58:01.075 INFO:teuthology.orchestra.run.smithi140.stdout: ] 2023-12-06T14:58:01.075 INFO:teuthology.orchestra.run.smithi140.stdout:} 2023-12-06T14:58:10.120 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2023-12-06T14:58:10.121 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T14:58:10.143 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2023-12-06T14:58:10.157 DEBUG:teuthology.orchestra.run.smithi140:> sudo mkdir -p /etc/ceph 2023-12-06T14:58:10.174 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2023-12-06T14:58:10.188 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 777 /etc/ceph 2023-12-06T14:58:10.230 INFO:tasks.cephadm:Writing seed config... 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T14:58:10.231 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T14:58:10.232 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T14:58:10.232 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T14:58:10.232 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:58:10.232 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T14:58:10.239 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 = c349e5c8-9447-11ee-95a2-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-06T14:58:10.239 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service 2023-12-06T14:58:10.242 DEBUG:teuthology.orchestra.run.smithi029:mgr.y> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service 2023-12-06T14:58:10.284 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T14:58:10.285 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid c349e5c8-9447-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:58:10.441 INFO:teuthology.orchestra.run.smithi029.stderr:-------------------------------------------------------------------------------- 2023-12-06T14:58:10.441 INFO:teuthology.orchestra.run.smithi029.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'c349e5c8-9447-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2023-12-06T14:58:10.441 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying podman|docker is present... 2023-12-06T14:58:10.441 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying lvm2 is present... 2023-12-06T14:58:10.441 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying time synchronization is in place... 2023-12-06T14:58:10.447 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:58:10.455 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.462 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T14:58:10.469 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.474 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: masked 2023-12-06T14:58:10.481 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.487 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T14:58:10.494 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.504 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2023-12-06T14:58:10.510 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2023-12-06T14:58:10.511 INFO:teuthology.orchestra.run.smithi029.stderr:Unit ntp.service is enabled and running 2023-12-06T14:58:10.511 INFO:teuthology.orchestra.run.smithi029.stderr:Repeating the final host check... 2023-12-06T14:58:10.512 INFO:teuthology.orchestra.run.smithi029.stderr:docker (/usr/bin/docker) is present 2023-12-06T14:58:10.512 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl is present 2023-12-06T14:58:10.512 INFO:teuthology.orchestra.run.smithi029.stderr:lvcreate is present 2023-12-06T14:58:10.518 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T14:58:10.525 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.531 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-06T14:58:10.538 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.546 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: masked 2023-12-06T14:58:10.553 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.559 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-06T14:58:10.567 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-12-06T14:58:10.576 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2023-12-06T14:58:10.584 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2023-12-06T14:58:10.585 INFO:teuthology.orchestra.run.smithi029.stderr:Unit ntp.service is enabled and running 2023-12-06T14:58:10.585 INFO:teuthology.orchestra.run.smithi029.stderr:Host looks OK 2023-12-06T14:58:10.585 INFO:teuthology.orchestra.run.smithi029.stderr:Cluster fsid: c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:10.586 INFO:teuthology.orchestra.run.smithi029.stderr:Acquiring lock 140240511547712 on /run/cephadm/c349e5c8-9447-11ee-95a2-87774f69a715.lock 2023-12-06T14:58:10.586 INFO:teuthology.orchestra.run.smithi029.stderr:Lock 140240511547712 acquired on /run/cephadm/c349e5c8-9447-11ee-95a2-87774f69a715.lock 2023-12-06T14:58:10.587 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 3300 ... 2023-12-06T14:58:10.587 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 6789 ... 2023-12-06T14:58:10.587 INFO:teuthology.orchestra.run.smithi029.stderr:Base mon IP is 172.21.15.29, final addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-12-06T14:58:10.590 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-06T14:58:10.591 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-06T14:58:10.591 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2023-12-06T14:58:10.595 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T14:58:10.596 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-06T14:58:10.596 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-12-06T14:58:10.600 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T14:58:10.600 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-06T14:58:10.600 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:58:10.600 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-06T14:58:10.601 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:125a/64 scope link 2023-12-06T14:58:10.601 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T14:58:10.602 INFO:teuthology.orchestra.run.smithi029.stderr:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2023-12-06T14:58:10.602 INFO:teuthology.orchestra.run.smithi029.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T14:58:10.603 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-06T14:58:10.783 INFO:journalctl@ceph.mgr.y.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:58:10.800 INFO:journalctl@ceph.mon.a.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T14:58:11.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-06T14:58:11.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-06T14:58:11.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-06T14:58:11.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-06T14:58:12.228 INFO:teuthology.orchestra.run.smithi029.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:58:12.812 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-06T14:58:12.813 INFO:teuthology.orchestra.run.smithi029.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T14:58:13.551 INFO:teuthology.orchestra.run.smithi029.stderr:stat: 167 167 2023-12-06T14:58:14.106 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial keys... 2023-12-06T14:58:14.869 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQAGjHBlyMDsMxAACLSqTNXMh9QW63nWo/omTw== 2023-12-06T14:58:16.107 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQAIjHBlvNmPBhAAF8uLyaqjOSF1XnlM0yA/Ig== 2023-12-06T14:58:17.473 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQAJjHBlMdhUHBAAVsoK6s8hbdr9JKCb/nx1hg== 2023-12-06T14:58:18.080 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial monmap... 2023-12-06T14:58:18.894 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:58:18.894 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-06T14:58:18.894 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:18.894 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:58:19.489 INFO:teuthology.orchestra.run.smithi029.stderr:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T14:58:19.490 INFO:teuthology.orchestra.run.smithi029.stderr:setting min_mon_release = octopus 2023-12-06T14:58:19.490 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: set fsid to c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:19.490 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T14:58:19.490 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:58:19.490 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mon... 2023-12-06T14:58:20.246 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T14:58:20.246 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 1 imported monmap: 2023-12-06T14:58:20.246 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T14:58:20.247 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:20.247 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T14:58:18.896152+0000 2023-12-06T14:58:20.247 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: created 2023-12-06T14:58:18.896152+0000 2023-12-06T14:58:20.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-06T14:58:20.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T14:58:20.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2023-12-06T14:58:20.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 0 /usr/bin/ceph-mon: set fsid to c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:20.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T14:58:20.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: DB SUMMARY 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: DB Session ID: O934FNN89S9J48LPYKGB 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-06T14:58:20.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-06T14:58:20.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.254 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.env: 0x560c9c503860 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.fs: Posix File System 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.info_log: 0x560c9cf1f320 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.statistics: (nil) 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.use_fsync: 0 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:58:20.255 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.db_log_dir: 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:58:20.256 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.write_buffer_manager: 0x560c9d1bf950 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:58:20.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.unordered_write: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.row_cache: None 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.wal_filter: None 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T14:58:20.279 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T14:58:20.280 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_open_files: -1 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T14:58:20.281 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Compression algorithms supported: 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kZSTD supported: 0 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.245+0000 7f8dbeed9880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:58:20.282 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.merge_operator: 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_filter: None 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560c9cee8d10) 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T14:58:20.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache: 0x560c9cf50170 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T14:58:20.284 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:58:20.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression: NoCompression 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.num_levels: 7 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:58:20.286 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:58:20.287 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:58:20.288 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:58:20.289 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.ttl: 2592000 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.249+0000 7f8dbeed9880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.253+0000 7f8dbeed9880 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-06T14:58:20.290 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.253+0000 7f8dbeed9880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.253+0000 7f8dbeed9880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.253+0000 7f8dbeed9880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560c9cf36700 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.253+0000 7f8dbeed9880 4 rocksdb: DB pointer 0x560c9cfaa000 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.257+0000 7f8db0ac3700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.257+0000 7f8db0ac3700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.291 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:58:20.292 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:20.293 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.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-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.257+0000 7f8dbeed9880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.257+0000 7f8dbeed9880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-06T14:58:20.294 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2023-12-06T14:58:20.257+0000 7f8dbeed9880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-06T14:58:20.801 INFO:teuthology.orchestra.run.smithi029.stderr:create mon.a on 2023-12-06T14:58:21.001 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-06T14:58:21.209 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target. 2023-12-06T14:58:21.209 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target. 2023-12-06T14:58:21.621 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-06T14:58:21.629 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target.wants/ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715@.service. 2023-12-06T14:58:21.829 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2023-12-06T14:58:21.829 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:58:21.830 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon to start... 2023-12-06T14:58:21.830 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon... 2023-12-06T14:58:23.275 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:23 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.051225+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:58:23.320 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: cluster: 2023-12-06T14:58:23.320 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: id: c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:23.320 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T14:58:23.321 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:23.321 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: services: 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.266099s) 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: data: 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pgs: 2023-12-06T14:58:23.322 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:23.930 INFO:teuthology.orchestra.run.smithi029.stderr:mon is available 2023-12-06T14:58:23.930 INFO:teuthology.orchestra.run.smithi029.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.056029+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.056215+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.058605+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.061544+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: cluster 2023-12-06T14:58:23.062136+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T14:58:24.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:24 smithi029 bash[24558]: audit 2023-12-06T14:58:23.322068+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.29:0/2886115870' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T14:58:24.999 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:24.999 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2023-12-06T14:58:25.000 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:25.000 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-12-06T14:58:25.000 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:58:25.002 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:58:25.002 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:58:25.002 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:58:25.002 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:25.002 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:58:25.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:58:25.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:25 smithi029 bash[24558]: audit 2023-12-06T14:58:24.996362+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.29:0/3578822512' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:58:25.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:25 smithi029 bash[24558]: audit 2023-12-06T14:58:25.000401+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.29:0/3578822512' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T14:58:25.576 INFO:teuthology.orchestra.run.smithi029.stderr:Generating new minimal ceph.conf... 2023-12-06T14:58:27.025 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:26 smithi029 bash[24558]: audit 2023-12-06T14:58:26.592761+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.29:0/2094022769' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:58:27.160 INFO:teuthology.orchestra.run.smithi029.stderr:Restarting the monitor... 2023-12-06T14:58:27.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 systemd[1]: Stopping Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T14:58:27.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 bash[24941]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon.a 2023-12-06T14:58:27.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 bash[24558]: debug 2023-12-06T14:58:27.273+0000 7ff71a35e700 -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-06T14:58:27.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 bash[24558]: debug 2023-12-06T14:58:27.273+0000 7ff71a35e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T14:58:28.116 INFO:teuthology.orchestra.run.smithi029.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-06T14:58:28.181 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 bash[24950]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-a 2023-12-06T14:58:28.181 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:27 smithi029 bash[24986]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon.a 2023-12-06T14:58:28.181 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:28 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T14:58:28.181 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:28 smithi029 systemd[1]: Stopped Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T14:58:28.182 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:28 smithi029 systemd[1]: Started Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.225+0000 7fba0cd40880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.225+0000 7fba0cd40880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.225+0000 7fba0cd40880 0 pidfile_write: ignore empty --pid-file 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 0 load: jerasure load: lrc 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T14:58:29.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: DB SUMMARY 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: DB Session ID: M6X3VU9TMTZV9HPL62TJ 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82109 ; 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.env: 0x55fa50d46860 2023-12-06T14:58:29.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.fs: Posix File System 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.info_log: 0x55fa518d1e00 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.statistics: (nil) 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.use_fsync: 0 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T14:58:29.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T14:58:29.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.db_log_dir: 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T14:58:29.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.write_buffer_manager: 0x55fa519c22d0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.unordered_write: 0 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T14:58:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.row_cache: None 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.wal_filter: None 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T14:58:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_open_files: -1 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T14:58:29.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Compression algorithms supported: 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kZSTD supported: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T14:58:29.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.merge_operator: 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_filter: None 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fa5189fd00) 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cache_index_and_filter_blocks: 1 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: pin_top_level_index_and_filter: 1 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: index_type: 0 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: data_block_index_type: 0 2023-12-06T14:58:29.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: index_shortening: 1 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: hash_index_allow_collision: 1 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: checksum: 1 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: no_block_cache: 0 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_cache: 0x55fa51906170 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_cache_name: BinnedLRUCache 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_cache_options: 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: capacity : 536870912 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: num_shard_bits : 4 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: strict_capacity_limit : 0 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: high_pri_pool_ratio: 0.000 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_cache_compressed: (nil) 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: persistent_cache: (nil) 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_size: 4096 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_size_deviation: 10 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_restart_interval: 16 2023-12-06T14:58:29.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: index_block_restart_interval: 1 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: metadata_block_size: 4096 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: partition_filters: 0 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: use_delta_encoding: 1 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: whole_key_filtering: 1 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: verify_compression: 0 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: read_amp_bytes_per_bit: 0 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: format_version: 4 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: enable_index_compression: 1 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: block_align: 0 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression: NoCompression 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T14:58:29.537 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.num_levels: 7 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T14:58:29.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T14:58:29.539 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T14:58:29.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T14:58:29.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T14:58:29.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T14:58:29.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T14:58:29.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T14:58:29.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.ttl: 2592000 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T14:58:29.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 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-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.233+0000 7fba0cd40880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874709239353, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 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-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874709241174, "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": 1701874709, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "0bf34b40-94bc-41e6-8ee6-3f6b00b0d02c", "db_session_id": "M6X3VU9TMTZV9HPL62TJ"}} 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874709241853, "job": 1, "event": "recovery_finished"} 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 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-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55fa518eca80 2023-12-06T14:58:29.543 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.237+0000 7fba0cd40880 4 rocksdb: DB pointer 0x55fa518fc000 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fb9fcac8700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fb9fcac8700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** DB Stats ** 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** Compaction Stats [default] ** 2023-12-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.544 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** Compaction Stats [default] ** 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Cumulative compaction: 0.00 GB write, 10.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Interval compaction: 0.00 GB write, 10.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.545 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** Compaction Stats [default] ** 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** Compaction Stats [default] ** 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 78.4 0.00 0.00 1 0.001 0 0 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T14:58:29.546 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: Cumulative compaction: 0.00 GB write, 10.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 1 mon.a@-1(???) e1 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).mds e1 new map 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).mds e1 print_map 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: e1 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 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-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: legacy client fscid: -1 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: No filesystems configured 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:58:29.547 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: debug 2023-12-06T14:58:29.241+0000 7fba0cd40880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cluster 2023-12-06T14:58:29.249364+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cluster 2023-12-06T14:58:29.249475+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cluster 2023-12-06T14:58:29.249612+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cluster 2023-12-06T14:58:29.249667+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T14:58:29.548 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:29 smithi029 bash[25023]: cluster 2023-12-06T14:58:29.250204+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T14:58:30.220 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T14:58:30.220 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:58:30.220 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mgr... 2023-12-06T14:58:30.220 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying port 9283 ... 2023-12-06T14:58:30.443 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service: Unit ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service not loaded. 2023-12-06T14:58:30.449 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715.target.wants/ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-c349e5c8-9447-11ee-95a2-87774f69a715@.service. 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr to start... 2023-12-06T14:58:30.671 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr... 2023-12-06T14:58:30.775 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:30 smithi029 bash[25023]: audit 2023-12-06T14:58:29.525178+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.29:0/3654851855' entity='client.admin' 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "c349e5c8-9447-11ee-95a2-87774f69a715", 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:58:32.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "a" 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:58:32.249 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.250 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.251 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:58:23.057289+0000", 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:58:32.252 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:32.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:32 smithi029 bash[25023]: audit 2023-12-06T14:58:32.243488+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.29:0/2544951970' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:58:32.409 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:32 smithi029 bash[25302]: debug 2023-12-06T14:58:32.141+0000 7f4a25754000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:58:32.919 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (1/15)... 2023-12-06T14:58:33.139 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:32 smithi029 bash[25302]: debug 2023-12-06T14:58:32.845+0000 7f4a25754000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:58:33.139 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:32 smithi029 bash[25302]: debug 2023-12-06T14:58:32.973+0000 7f4a25754000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:58:33.775 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:33 smithi029 bash[25302]: debug 2023-12-06T14:58:33.137+0000 7f4a25754000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:58:33.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:33 smithi029 bash[25302]: debug 2023-12-06T14:58:33.473+0000 7f4a25754000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:58:33.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:33 smithi029 bash[25302]: debug 2023-12-06T14:58:33.569+0000 7f4a25754000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:58:34.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:33 smithi029 bash[25302]: debug 2023-12-06T14:58:33.777+0000 7f4a25754000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:58:34.953 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:34 smithi029 bash[25302]: debug 2023-12-06T14:58:34.665+0000 7f4a25754000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:58:34.953 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:34 smithi029 bash[25302]: debug 2023-12-06T14:58:34.773+0000 7f4a25754000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:58:35.275 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:34 smithi029 bash[25302]: debug 2023-12-06T14:58:34.985+0000 7f4a25754000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:58:35.682 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:35 smithi029 bash[25302]: debug 2023-12-06T14:58:35.345+0000 7f4a25754000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:58:36.025 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:35 smithi029 bash[25302]: debug 2023-12-06T14:58:35.681+0000 7f4a25754000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:58:36.102 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:36.102 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "c349e5c8-9447-11ee-95a2-87774f69a715", 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "a" 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-06T14:58:36.103 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:58:36.104 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:58:36.105 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:58:36.106 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:58:36.106 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:58:36.106 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:58:36.106 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:58:36.108 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:58:36.108 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:58:36.108 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.108 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:58:36.108 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:58:36.109 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:36.110 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:58:23.057289+0000", 2023-12-06T14:58:36.110 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:36.110 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:36.110 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:58:36.110 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:36.356 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:36 smithi029 bash[25023]: audit 2023-12-06T14:58:36.102002+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.29:0/2278325109' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:58:36.357 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:36 smithi029 bash[25302]: debug 2023-12-06T14:58:36.069+0000 7f4a25754000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:58:36.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:36 smithi029 bash[25302]: debug 2023-12-06T14:58:36.353+0000 7f4a25754000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:58:36.707 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (2/15)... 2023-12-06T14:58:37.326 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.053+0000 7f4a25754000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:58:37.326 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.161+0000 7f4a25754000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:58:37.576 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.325+0000 7f4a25754000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:58:37.576 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.433+0000 7f4a25754000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:58:37.871 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.573+0000 7f4a25754000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:58:38.179 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.869+0000 7f4a25754000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:58:38.180 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:37 smithi029 bash[25302]: debug 2023-12-06T14:58:37.993+0000 7f4a25754000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:58:38.525 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:38 smithi029 bash[25302]: debug 2023-12-06T14:58:38.177+0000 7f4a25754000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:58:38.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:38 smithi029 bash[25302]: debug 2023-12-06T14:58:38.301+0000 7f4a25754000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:58:39.459 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25302]: debug 2023-12-06T14:58:39.181+0000 7f4a25754000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: cluster 2023-12-06T14:58:39.205610+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: cluster 2023-12-06T14:58:39.212175+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00676445s) 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.214574+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.214878+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.215304+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.215846+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.216975+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: cluster 2023-12-06T14:58:39.227649+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.247607+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:39.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:39 smithi029 bash[25023]: audit 2023-12-06T14:58:39.252930+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:39.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:39.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:39.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "c349e5c8-9447-11ee-95a2-87774f69a715", 2023-12-06T14:58:39.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:58:39.784 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:58:39.784 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:58:39.784 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "a" 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:58:39.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:58:39.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:39.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:58:39.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:58:39.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:58:39.789 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:58:39.789 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:58:39.789 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:58:39.790 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:58:23.057289+0000", 2023-12-06T14:58:39.791 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:39.792 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:39.792 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:58:39.792 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:40.369 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (3/15)... 2023-12-06T14:58:40.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:40 smithi029 bash[25023]: audit 2023-12-06T14:58:39.267386+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' 2023-12-06T14:58:40.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:40 smithi029 bash[25023]: audit 2023-12-06T14:58:39.270417+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' 2023-12-06T14:58:40.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:40 smithi029 bash[25023]: audit 2023-12-06T14:58:39.272535+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.29:0/1322959985' entity='mgr.y' 2023-12-06T14:58:40.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:40 smithi029 bash[25023]: audit 2023-12-06T14:58:39.783151+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.29:0/491767695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:58:40.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:40 smithi029 bash[25023]: cluster 2023-12-06T14:58:40.219532+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01412s) 2023-12-06T14:58:42.525 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:42 smithi029 bash[25023]: cluster 2023-12-06T14:58:41.273448+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-06T14:58:43.851 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:43.851 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:43.851 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "c349e5c8-9447-11ee-95a2-87774f69a715", 2023-12-06T14:58:43.851 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-12-06T14:58:43.851 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T14:58:43.852 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T14:58:43.852 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T14:58:43.852 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.855 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T14:58:43.855 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T14:58:43.855 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-12-06T14:58:43.855 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "a" 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T14:58:43.856 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:43.857 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T14:58:43.858 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T14:58:43.858 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.859 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T14:58:43.859 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:58:43.859 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-12-06T14:58:23.057289+0000", 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T14:58:43.860 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:44.275 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:43 smithi029 bash[25023]: audit 2023-12-06T14:58:43.852135+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.29:0/933221125' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T14:58:44.540 INFO:teuthology.orchestra.run.smithi029.stderr:mgr is available 2023-12-06T14:58:45.800 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-12-06T14:58:45.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2023-12-06T14:58:45.802 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T14:58:45.802 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T14:58:46.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:45 smithi029 bash[25023]: audit 2023-12-06T14:58:45.797223+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.29:0/147003797' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T14:58:46.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:45 smithi029 bash[25023]: audit 2023-12-06T14:58:45.800812+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.29:0/147003797' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T14:58:46.376 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling cephadm module... 2023-12-06T14:58:48.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:47 smithi029 bash[25023]: audit 2023-12-06T14:58:47.747097+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.29:0/1764546103' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T14:58:48.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:47 smithi029 bash[25302]: ignoring --setuser ceph since I am not root 2023-12-06T14:58:48.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:47 smithi029 bash[25302]: ignoring --setgroup ceph since I am not root 2023-12-06T14:58:48.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:47 smithi029 bash[25302]: debug 2023-12-06T14:58:47.989+0000 7f8583237000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:58:48.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:48 smithi029 bash[25023]: audit 2023-12-06T14:58:47.802068+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.29:0/1764546103' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T14:58:48.965 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:48 smithi029 bash[25023]: cluster 2023-12-06T14:58:47.802173+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-06T14:58:48.965 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:48 smithi029 bash[25302]: debug 2023-12-06T14:58:48.673+0000 7f8583237000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:58:48.966 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:48 smithi029 bash[25302]: debug 2023-12-06T14:58:48.797+0000 7f8583237000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:58:49.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:48 smithi029 bash[25302]: debug 2023-12-06T14:58:48.965+0000 7f8583237000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:58:49.617 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:49 smithi029 bash[25302]: debug 2023-12-06T14:58:49.313+0000 7f8583237000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:58:49.617 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:49 smithi029 bash[25302]: debug 2023-12-06T14:58:49.405+0000 7f8583237000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:58:49.768 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:49.768 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T14:58:49.768 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:58:49.768 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T14:58:49.768 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:58:49.769 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:49.933 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:49 smithi029 bash[25302]: debug 2023-12-06T14:58:49.617+0000 7f8583237000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:58:50.360 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2023-12-06T14:58:50.360 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 5... 2023-12-06T14:58:50.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:50 smithi029 bash[25023]: audit 2023-12-06T14:58:49.769898+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.29:0/3909008276' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:58:50.775 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:50 smithi029 bash[25302]: debug 2023-12-06T14:58:50.501+0000 7f8583237000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:58:50.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:50 smithi029 bash[25302]: debug 2023-12-06T14:58:50.609+0000 7f8583237000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:58:51.132 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:50 smithi029 bash[25302]: debug 2023-12-06T14:58:50.817+0000 7f8583237000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:58:51.514 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:51 smithi029 bash[25302]: debug 2023-12-06T14:58:51.177+0000 7f8583237000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:58:51.775 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:51 smithi029 bash[25302]: debug 2023-12-06T14:58:51.513+0000 7f8583237000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:58:52.176 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:51 smithi029 bash[25302]: debug 2023-12-06T14:58:51.897+0000 7f8583237000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:58:52.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:52 smithi029 bash[25302]: debug 2023-12-06T14:58:52.173+0000 7f8583237000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:58:53.143 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:52 smithi029 bash[25302]: debug 2023-12-06T14:58:52.873+0000 7f8583237000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:58:53.143 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:52 smithi029 bash[25302]: debug 2023-12-06T14:58:52.981+0000 7f8583237000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:58:53.395 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.141+0000 7f8583237000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:58:53.395 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.253+0000 7f8583237000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:58:53.688 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.393+0000 7f8583237000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:58:53.996 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.685+0000 7f8583237000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:58:53.996 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.809+0000 7f8583237000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:58:54.275 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:53 smithi029 bash[25302]: debug 2023-12-06T14:58:53.993+0000 7f8583237000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:58:54.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:54 smithi029 bash[25302]: debug 2023-12-06T14:58:54.117+0000 7f8583237000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:58:55.277 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:54 smithi029 bash[25302]: debug 2023-12-06T14:58:54.993+0000 7f8583237000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25302]: [06/Dec/2023:14:58:56] ENGINE Bus STARTING 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25302]: [06/Dec/2023:14:58:56] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25302]: [06/Dec/2023:14:58:56] ENGINE Bus STARTED 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: cluster 2023-12-06T14:58:55.017008+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: cluster 2023-12-06T14:58:55.017816+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: cluster 2023-12-06T14:58:55.021609+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: cluster 2023-12-06T14:58:55.258511+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.24086s) 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.260596+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:58:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.263261+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.264703+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.265060+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.265361+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: cluster 2023-12-06T14:58:55.277277+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.305909+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.312388+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.319295+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.322510+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.328508+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.346478+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:58:56.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:56 smithi029 bash[25023]: audit 2023-12-06T14:58:55.349619+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:58:56.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:58:56.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T14:58:56.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:58:56.278 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:58:56.991 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 5 is available 2023-12-06T14:58:56.991 INFO:teuthology.orchestra.run.smithi029.stderr:Setting orchestrator backend to cephadm... 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: cephadm 2023-12-06T14:58:56.029804+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [06/Dec/2023:14:58:56] ENGINE Bus STARTING 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: cephadm 2023-12-06T14:58:56.155561+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [06/Dec/2023:14:58:56] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: cephadm 2023-12-06T14:58:56.156283+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [06/Dec/2023:14:58:56] ENGINE Bus STARTED 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: audit 2023-12-06T14:58:56.162583+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: audit 2023-12-06T14:58:56.198706+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: audit 2023-12-06T14:58:56.263252+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: cluster 2023-12-06T14:58:56.265400+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.24774s) 2023-12-06T14:58:57.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:57 smithi029 bash[25023]: audit 2023-12-06T14:58:56.278739+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T14:58:58.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:58 smithi029 bash[25023]: cluster 2023-12-06T14:58:57.264374+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-06T14:58:59.558 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:59 smithi029 bash[25023]: audit 2023-12-06T14:58:58.284918+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-06T14:58:59.559 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:59 smithi029 bash[25023]: audit 2023-12-06T14:58:58.294584+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:58:59.559 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:58:59 smithi029 bash[25023]: audit 2023-12-06T14:58:58.321209+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:00.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: value unchanged 2023-12-06T14:59:00.739 INFO:teuthology.orchestra.run.smithi029.stderr:Generating ssh key... 2023-12-06T14:59:01.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:00 smithi029 bash[25023]: audit 2023-12-06T14:59:00.091468+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-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: Generating public/private rsa key pair. 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: Your identification has been saved in /tmp/tmpsdod2n43/key. 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: Your public key has been saved in /tmp/tmpsdod2n43/key.pub. 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: The key fingerprint is: 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: SHA256:mXcZOuS0iHUIymFgYXKRtvfyUrJlNBBt8ecW6NjIuj0 ceph-c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: The key's randomart image is: 2023-12-06T14:59:02.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: +---[RSA 3072]----+ 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: |. B=+oo. | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | =oo.ooo o | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | . .oo = * . | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | . ..oB @ + o | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | . o=.S O o | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | o.= o o | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | .O | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | ooE | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: | .... | 2023-12-06T14:59:02.527 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:02 smithi029 bash[25302]: +----[SHA256]-----+ 2023-12-06T14:59:03.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:03 smithi029 bash[25023]: audit 2023-12-06T14:59:02.043709+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-06T14:59:03.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:03 smithi029 bash[25023]: cephadm 2023-12-06T14:59:02.043960+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-06T14:59:03.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:03 smithi029 bash[25023]: audit 2023-12-06T14:59:02.236906+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:03.492 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:03 smithi029 bash[25023]: audit 2023-12-06T14:59:02.241549+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:04.063 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+uN8GlXJB+3MVs1nilmD+rCLbM6uDWOY2o8FihtdKxfqiEfXerURHiVOh3kCLlCx91QSTyG8YhEFSr8sS4X54fj6+7zUjS0WklL81c+Ba4ghpZYvRkgB3feZr4xWLgee6KCpjZklX4bjViXP3KHRxsXV6wMeATd0KV+VLIVy5M5MVfLme5KmGedYU36cEuLtDoOpgTBTLMMu2XqhvtwEyihZyz6LCCx2ZxgAX4zPuhaPAeuaCDO38cK8C6Mu9Rd0zUFrBZ17i8hoFmGY3w3WVMvx+xlP+pkd9CEVyC+8hFHQqffy3nunIMXLxeztiaufkjjPChUmtLsAhW81F/qiLuQelvWPixFlX1pcx8xxhKq7J9CBh6Jwj3hzcQfNqSqoJHbPs3pauRNRwYzPUqwbRXrslTASdmERFvVgxDfF8pJIWTNqORSeAh61nU5E2b0ewJtXeNPaI9T88qetJM38S6CJDFZG2Be3f+EQJ7WyEjOoOXNVKW6n6F682bFEf3r8= ceph-c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:59:04.706 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T14:59:04.711 INFO:teuthology.orchestra.run.smithi029.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T14:59:04.712 INFO:teuthology.orchestra.run.smithi029.stderr:Adding host smithi029... 2023-12-06T14:59:05.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:05 smithi029 bash[25023]: audit 2023-12-06T14:59:04.064443+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-06T14:59:07.038 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Added host 'smithi029' with addr '172.21.15.29' 2023-12-06T14:59:07.076 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:06 smithi029 bash[25023]: audit 2023-12-06T14:59:06.002051+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:07.076 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:06 smithi029 bash[25023]: cephadm 2023-12-06T14:59:06.395032+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi029 2023-12-06T14:59:07.802 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying unmanaged mon service... 2023-12-06T14:59:08.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:08 smithi029 bash[25023]: audit 2023-12-06T14:59:07.038346+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:08.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:08 smithi029 bash[25023]: cephadm 2023-12-06T14:59:07.039872+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi029 2023-12-06T14:59:08.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:08 smithi029 bash[25023]: audit 2023-12-06T14:59:07.085846+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:09.935 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T14:59:10.898 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying unmanaged mgr service... 2023-12-06T14:59:11.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:10 smithi029 bash[25023]: audit 2023-12-06T14:59:09.927792+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-06T14:59:11.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:10 smithi029 bash[25023]: cephadm 2023-12-06T14:59:09.931428+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T14:59:11.208 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:10 smithi029 bash[25023]: audit 2023-12-06T14:59:09.936234+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:12.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:11 smithi029 bash[25023]: audit 2023-12-06T14:59:10.933600+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:12.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:11 smithi029 bash[25023]: audit 2023-12-06T14:59:11.217933+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:12.451 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T14:59:13.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:13 smithi029 bash[25023]: audit 2023-12-06T14:59:12.443999+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-06T14:59:13.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:13 smithi029 bash[25023]: cephadm 2023-12-06T14:59:12.446352+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T14:59:13.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:13 smithi029 bash[25023]: audit 2023-12-06T14:59:12.451026+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:15.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:15 smithi029 bash[25023]: audit 2023-12-06T14:59:14.467341+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.29:0/2483631292' entity='client.admin' 2023-12-06T14:59:16.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:16 smithi029 bash[25023]: cluster 2023-12-06T14:59:15.266408+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-06T14:59:16.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:16 smithi029 bash[25023]: audit 2023-12-06T14:59:15.903020+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:16.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:16 smithi029 bash[25023]: audit 2023-12-06T14:59:16.399455+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.29:0/598693804' entity='mgr.y' 2023-12-06T14:59:16.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:16 smithi029 bash[25023]: audit 2023-12-06T14:59:16.427593+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.29:0/2839306339' entity='client.admin' 2023-12-06T14:59:17.144 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling the dashboard module... 2023-12-06T14:59:18.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:18 smithi029 bash[25023]: cluster 2023-12-06T14:59:17.266833+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-06T14:59:19.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:19 smithi029 bash[25023]: audit 2023-12-06T14:59:18.612326+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.29:0/3346262633' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T14:59:19.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:19 smithi029 bash[25302]: ignoring --setuser ceph since I am not root 2023-12-06T14:59:19.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:19 smithi029 bash[25302]: ignoring --setgroup ceph since I am not root 2023-12-06T14:59:19.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:19 smithi029 bash[25302]: debug 2023-12-06T14:59:19.672+0000 7f92643e2000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T14:59:20.470 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25302]: debug 2023-12-06T14:59:20.360+0000 7f92643e2000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T14:59:20.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25302]: debug 2023-12-06T14:59:20.484+0000 7f92643e2000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T14:59:20.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25302]: debug 2023-12-06T14:59:20.648+0000 7f92643e2000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:59:20.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25023]: audit 2023-12-06T14:59:19.477026+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.29:0/3346262633' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T14:59:20.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25023]: cluster 2023-12-06T14:59:19.477177+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 24s) 2023-12-06T14:59:21.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:20 smithi029 bash[25302]: debug 2023-12-06T14:59:20.988+0000 7f92643e2000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T14:59:21.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:21 smithi029 bash[25302]: debug 2023-12-06T14:59:21.084+0000 7f92643e2000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T14:59:21.598 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:21 smithi029 bash[25302]: debug 2023-12-06T14:59:21.292+0000 7f92643e2000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T14:59:22.259 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:59:22.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T14:59:22.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-12-06T14:59:22.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-06T14:59:22.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T14:59:22.260 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:59:22.524 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:22 smithi029 bash[25023]: audit 2023-12-06T14:59:22.260724+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.29:0/407235752' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T14:59:22.524 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:22 smithi029 bash[25302]: debug 2023-12-06T14:59:22.196+0000 7f92643e2000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T14:59:22.524 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:22 smithi029 bash[25302]: debug 2023-12-06T14:59:22.312+0000 7f92643e2000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T14:59:22.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:22 smithi029 bash[25302]: debug 2023-12-06T14:59:22.520+0000 7f92643e2000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T14:59:23.218 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:22 smithi029 bash[25302]: debug 2023-12-06T14:59:22.880+0000 7f92643e2000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T14:59:23.425 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2023-12-06T14:59:23.426 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 9... 2023-12-06T14:59:23.588 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:23 smithi029 bash[25302]: debug 2023-12-06T14:59:23.216+0000 7f92643e2000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T14:59:23.776 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:23 smithi029 bash[25302]: debug 2023-12-06T14:59:23.600+0000 7f92643e2000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T14:59:24.254 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:23 smithi029 bash[25302]: debug 2023-12-06T14:59:23.880+0000 7f92643e2000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T14:59:24.854 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:24 smithi029 bash[25302]: debug 2023-12-06T14:59:24.580+0000 7f92643e2000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T14:59:24.854 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:24 smithi029 bash[25302]: debug 2023-12-06T14:59:24.688+0000 7f92643e2000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T14:59:25.107 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:24 smithi029 bash[25302]: debug 2023-12-06T14:59:24.852+0000 7f92643e2000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T14:59:25.108 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:24 smithi029 bash[25302]: debug 2023-12-06T14:59:24.964+0000 7f92643e2000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T14:59:25.403 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:25 smithi029 bash[25302]: debug 2023-12-06T14:59:25.104+0000 7f92643e2000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T14:59:25.710 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:25 smithi029 bash[25302]: debug 2023-12-06T14:59:25.400+0000 7f92643e2000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T14:59:25.710 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:25 smithi029 bash[25302]: debug 2023-12-06T14:59:25.520+0000 7f92643e2000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T14:59:26.026 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:25 smithi029 bash[25302]: debug 2023-12-06T14:59:25.708+0000 7f92643e2000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T14:59:26.026 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:25 smithi029 bash[25302]: debug 2023-12-06T14:59:25.828+0000 7f92643e2000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T14:59:27.026 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:26 smithi029 bash[25302]: debug 2023-12-06T14:59:26.704+0000 7f92643e2000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T14:59:27.801 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-12-06T14:59:27.802 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T14:59:27.802 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T14:59:27.802 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-12-06T14:59:27.986 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25302]: [06/Dec/2023:14:59:27] ENGINE Bus STARTING 2023-12-06T14:59:27.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: cluster 2023-12-06T14:59:26.728766+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-12-06T14:59:27.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: cluster 2023-12-06T14:59:26.729526+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-12-06T14:59:27.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: cluster 2023-12-06T14:59:26.732220+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: cluster 2023-12-06T14:59:26.785726+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0563122s) 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.788590+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.790744+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.792051+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.792489+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.792831+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: cluster 2023-12-06T14:59:26.802703+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.831395+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.833714+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.861041+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T14:59:27.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25023]: audit 2023-12-06T14:59:26.863593+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T14:59:28.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25302]: [06/Dec/2023:14:59:27] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T14:59:28.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 14:59:27 smithi029 bash[25302]: [06/Dec/2023:14:59:27] ENGINE Bus STARTED 2023-12-06T14:59:28.525 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 9 is available 2023-12-06T14:59:28.525 INFO:teuthology.orchestra.run.smithi029.stderr:Generating a dashboard self-signed certificate... 2023-12-06T14:59:29.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:28 smithi029 bash[25023]: cluster 2023-12-06T14:59:27.790038+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e11: y(active, since 1.06061s) 2023-12-06T14:59:29.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:28 smithi029 bash[25023]: cephadm 2023-12-06T14:59:27.864032+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [06/Dec/2023:14:59:27] ENGINE Bus STARTING 2023-12-06T14:59:29.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:28 smithi029 bash[25023]: cephadm 2023-12-06T14:59:27.988498+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [06/Dec/2023:14:59:27] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T14:59:29.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:28 smithi029 bash[25023]: cephadm 2023-12-06T14:59:27.989201+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [06/Dec/2023:14:59:27] ENGINE Bus STARTED 2023-12-06T14:59:29.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:28 smithi029 bash[25023]: audit 2023-12-06T14:59:27.995815+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:30.215 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T14:59:30.243 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:29 smithi029 bash[25023]: cluster 2023-12-06T14:59:28.999794+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-06T14:59:30.879 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial admin user... 2023-12-06T14:59:31.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:31 smithi029 bash[25023]: audit 2023-12-06T14:59:29.837918+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-06T14:59:31.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:31 smithi029 bash[25023]: audit 2023-12-06T14:59:30.212484+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:31.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:31 smithi029 bash[25023]: audit 2023-12-06T14:59:30.216510+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:32.473 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$fAJzBkVzSdVLhTlN7SEPYOS8Gx7HADnQh4MtT0CgRAkFAW2nvWrVm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701874772, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T14:59:33.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:32 smithi029 bash[25023]: audit 2023-12-06T14:59:31.662266+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:33.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:32 smithi029 bash[25023]: audit 2023-12-06T14:59:32.229083+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-06T14:59:33.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:32 smithi029 bash[25023]: audit 2023-12-06T14:59:32.289705+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:33.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:32 smithi029 bash[25023]: audit 2023-12-06T14:59:32.474938+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:33.258 INFO:teuthology.orchestra.run.smithi029.stderr:Fetching dashboard port number... 2023-12-06T14:59:34.589 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 8443 2023-12-06T14:59:35.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:34 smithi029 bash[25023]: cluster 2023-12-06T14:59:33.668316+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-06T14:59:35.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:34 smithi029 bash[25023]: audit 2023-12-06T14:59:34.590777+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.29:0/3375430063' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T14:59:35.281 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2023-12-06T14:59:35.281 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph Dashboard is now available at: 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr: URL: https://smithi029.front.sepia.ceph.com:8443/ 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr: User: admin 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr: Password: vcpzzziqvq 2023-12-06T14:59:35.285 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:35.286 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling autotune for osd_memory_target 2023-12-06T14:59:39.695 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr:You can access the Ceph CLI with: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: ceph telemetry on 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr:For more information see: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.359 INFO:teuthology.orchestra.run.smithi029.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-06T14:59:40.360 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T14:59:40.360 INFO:teuthology.orchestra.run.smithi029.stderr:Bootstrap complete. 2023-12-06T14:59:40.393 INFO:tasks.cephadm:Fetching config... 2023-12-06T14:59:40.393 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:59:40.393 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T14:59:40.397 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T14:59:40.397 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:59:40.397 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T14:59:40.402 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T14:59:40.402 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:59:40.402 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-06T14:59:40.417 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T14:59:40.417 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T14:59:40.417 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T14:59:40.421 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T14:59:40.421 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+uN8GlXJB+3MVs1nilmD+rCLbM6uDWOY2o8FihtdKxfqiEfXerURHiVOh3kCLlCx91QSTyG8YhEFSr8sS4X54fj6+7zUjS0WklL81c+Ba4ghpZYvRkgB3feZr4xWLgee6KCpjZklX4bjViXP3KHRxsXV6wMeATd0KV+VLIVy5M5MVfLme5KmGedYU36cEuLtDoOpgTBTLMMu2XqhvtwEyihZyz6LCCx2ZxgAX4zPuhaPAeuaCDO38cK8C6Mu9Rd0zUFrBZ17i8hoFmGY3w3WVMvx+xlP+pkd9CEVyC+8hFHQqffy3nunIMXLxeztiaufkjjPChUmtLsAhW81F/qiLuQelvWPixFlX1pcx8xxhKq7J9CBh6Jwj3hzcQfNqSqoJHbPs3pauRNRwYzPUqwbRXrslTASdmERFvVgxDfF8pJIWTNqORSeAh61nU5E2b0ewJtXeNPaI9T88qetJM38S6CJDFZG2Be3f+EQJ7WyEjOoOXNVKW6n6F682bFEf3r8= ceph-c349e5c8-9447-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:59:40.436 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+uN8GlXJB+3MVs1nilmD+rCLbM6uDWOY2o8FihtdKxfqiEfXerURHiVOh3kCLlCx91QSTyG8YhEFSr8sS4X54fj6+7zUjS0WklL81c+Ba4ghpZYvRkgB3feZr4xWLgee6KCpjZklX4bjViXP3KHRxsXV6wMeATd0KV+VLIVy5M5MVfLme5KmGedYU36cEuLtDoOpgTBTLMMu2XqhvtwEyihZyz6LCCx2ZxgAX4zPuhaPAeuaCDO38cK8C6Mu9Rd0zUFrBZ17i8hoFmGY3w3WVMvx+xlP+pkd9CEVyC+8hFHQqffy3nunIMXLxeztiaufkjjPChUmtLsAhW81F/qiLuQelvWPixFlX1pcx8xxhKq7J9CBh6Jwj3hzcQfNqSqoJHbPs3pauRNRwYzPUqwbRXrslTASdmERFvVgxDfF8pJIWTNqORSeAh61nU5E2b0ewJtXeNPaI9T88qetJM38S6CJDFZG2Be3f+EQJ7WyEjOoOXNVKW6n6F682bFEf3r8= ceph-c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:59:40.445 DEBUG:teuthology.orchestra.run.smithi140:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+uN8GlXJB+3MVs1nilmD+rCLbM6uDWOY2o8FihtdKxfqiEfXerURHiVOh3kCLlCx91QSTyG8YhEFSr8sS4X54fj6+7zUjS0WklL81c+Ba4ghpZYvRkgB3feZr4xWLgee6KCpjZklX4bjViXP3KHRxsXV6wMeATd0KV+VLIVy5M5MVfLme5KmGedYU36cEuLtDoOpgTBTLMMu2XqhvtwEyihZyz6LCCx2ZxgAX4zPuhaPAeuaCDO38cK8C6Mu9Rd0zUFrBZ17i8hoFmGY3w3WVMvx+xlP+pkd9CEVyC+8hFHQqffy3nunIMXLxeztiaufkjjPChUmtLsAhW81F/qiLuQelvWPixFlX1pcx8xxhKq7J9CBh6Jwj3hzcQfNqSqoJHbPs3pauRNRwYzPUqwbRXrslTASdmERFvVgxDfF8pJIWTNqORSeAh61nU5E2b0ewJtXeNPaI9T88qetJM38S6CJDFZG2Be3f+EQJ7WyEjOoOXNVKW6n6F682bFEf3r8= ceph-c349e5c8-9447-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T14:59:40.468 INFO:teuthology.orchestra.run.smithi140.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+uN8GlXJB+3MVs1nilmD+rCLbM6uDWOY2o8FihtdKxfqiEfXerURHiVOh3kCLlCx91QSTyG8YhEFSr8sS4X54fj6+7zUjS0WklL81c+Ba4ghpZYvRkgB3feZr4xWLgee6KCpjZklX4bjViXP3KHRxsXV6wMeATd0KV+VLIVy5M5MVfLme5KmGedYU36cEuLtDoOpgTBTLMMu2XqhvtwEyihZyz6LCCx2ZxgAX4zPuhaPAeuaCDO38cK8C6Mu9Rd0zUFrBZ17i8hoFmGY3w3WVMvx+xlP+pkd9CEVyC+8hFHQqffy3nunIMXLxeztiaufkjjPChUmtLsAhW81F/qiLuQelvWPixFlX1pcx8xxhKq7J9CBh6Jwj3hzcQfNqSqoJHbPs3pauRNRwYzPUqwbRXrslTASdmERFvVgxDfF8pJIWTNqORSeAh61nU5E2b0ewJtXeNPaI9T88qetJM38S6CJDFZG2Be3f+EQJ7WyEjOoOXNVKW6n6F682bFEf3r8= ceph-c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T14:59:40.480 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T14:59:41.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:40 smithi029 bash[25023]: audit 2023-12-06T14:59:39.692459+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.29:0/2339948699' entity='client.admin' 2023-12-06T14:59:45.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:44 smithi029 bash[25023]: audit 2023-12-06T14:59:43.980563+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.29:0/789384308' entity='client.admin' 2023-12-06T14:59:45.346 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T14:59:45.346 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T14:59:48.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:47 smithi029 bash[25023]: cluster 2023-12-06T14:59:46.793795+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-06T14:59:49.948 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi140 2023-12-06T14:59:49.948 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T14:59:49.948 DEBUG:teuthology.orchestra.run.smithi140:> dd of=/etc/ceph/ceph.conf 2023-12-06T14:59:49.955 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T14:59:49.955 DEBUG:teuthology.orchestra.run.smithi140:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:59:50.006 INFO:tasks.cephadm:Adding host smithi140 to orchestrator... 2023-12-06T14:59:50.006 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch host add smithi140 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:48.707499+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:48.708740+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:48.713627+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:48.715111+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:48.720412+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: cluster 2023-12-06T14:59:48.794187+0000 mgr.y (mgr.14152) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.152729+0000 mgr.y (mgr.14152) 10 : 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-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.156155+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.186932+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.189681+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.190968+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: cephadm 2023-12-06T14:59:49.192658+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T14:59:50.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: cephadm 2023-12-06T14:59:49.309820+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T14:59:50.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.427960+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:50.021 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:49 smithi029 bash[25023]: audit 2023-12-06T14:59:49.433348+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:52.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:51 smithi029 bash[25023]: cluster 2023-12-06T14:59:50.794653+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-06T14:59:53.935 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi140' with addr '172.21.15.140' 2023-12-06T14:59:54.149 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:53 smithi029 bash[25023]: cluster 2023-12-06T14:59:52.795057+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:59:54.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:53 smithi029 bash[25023]: audit 2023-12-06T14:59:52.885028+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi140", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T14:59:54.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:53 smithi029 bash[25023]: cephadm 2023-12-06T14:59:53.287470+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi140 2023-12-06T14:59:54.622 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: audit 2023-12-06T14:59:53.936311+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: cephadm 2023-12-06T14:59:53.937098+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi140 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: audit 2023-12-06T14:59:53.979775+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: audit 2023-12-06T14:59:53.982003+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: audit 2023-12-06T14:59:53.983527+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T14:59:55.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:54 smithi029 bash[25023]: audit 2023-12-06T14:59:54.264298+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:56 smithi029 bash[25023]: cluster 2023-12-06T14:59:54.795504+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-06T14:59:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:56 smithi029 bash[25023]: audit 2023-12-06T14:59:55.018880+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:56.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:56 smithi029 bash[25023]: audit 2023-12-06T14:59:55.572980+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T14:59:57.460 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T14:59:57.461 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.140", "hostname": "smithi140", "labels": [], "status": ""}] 2023-12-06T14:59:58.150 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T14:59:58.151 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T14:59:58.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:58 smithi029 bash[25023]: cluster 2023-12-06T14:59:56.795921+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T14:59:58.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 14:59:58 smithi029 bash[25023]: audit 2023-12-06T14:59:57.461862+0000 mgr.y (mgr.14152) 20 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:00:00.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:00 smithi029 bash[25023]: cluster 2023-12-06T14:59:58.796358+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-06T15:00:00.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:00 smithi029 bash[25023]: audit 2023-12-06T15:00:00.164369+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:00.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:00 smithi029 bash[25023]: audit 2023-12-06T15:00:00.170627+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:00.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:00 smithi029 bash[25023]: audit 2023-12-06T15:00:00.172046+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi140", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:00:00.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:00 smithi029 bash[25023]: audit 2023-12-06T15:00:00.177896+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:01.283 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2023-12-06T15:00:01.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:01 smithi029 bash[25023]: audit 2023-12-06T15:00:01.015862+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T15:00:01.925 INFO:tasks.cephadm:Adding mon.a on smithi029 2023-12-06T15:00:01.925 INFO:tasks.cephadm:Adding mon.c on smithi029 2023-12-06T15:00:01.926 INFO:tasks.cephadm:Adding mon.b on smithi140 2023-12-06T15:00:01.926 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b' 2023-12-06T15:00:02.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:02 smithi029 bash[25023]: cluster 2023-12-06T15:00:00.796655+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:02.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:02 smithi029 bash[25023]: audit 2023-12-06T15:00:01.279386+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T15:00:02.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:02 smithi029 bash[25023]: cluster 2023-12-06T15:00:01.279520+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:04.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:04 smithi029 bash[25023]: cluster 2023-12-06T15:00:02.797114+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-06T15:00:04.536 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled mon update... 2023-12-06T15:00:05.248 DEBUG:teuthology.orchestra.run.smithi029:mon.c> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.c.service 2023-12-06T15:00:05.251 DEBUG:teuthology.orchestra.run.smithi140:mon.b> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.b.service 2023-12-06T15:00:05.253 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T15:00:05.253 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T15:00:05.514 INFO:journalctl@ceph.mon.b.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:00:06.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.526326+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:06.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: cephadm 2023-12-06T15:00:04.531742+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b;count:3 2023-12-06T15:00:06.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.537160+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.555370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.559636+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.561371+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.934807+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.940941+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.943523+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:06.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:05 smithi029 bash[25023]: audit 2023-12-06T15:00:04.945137+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:06.112 INFO:journalctl@ceph.mon.c.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:00:06.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:06 smithi029 bash[25023]: cephadm 2023-12-06T15:00:04.563824+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:06.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:06 smithi029 bash[25023]: cephadm 2023-12-06T15:00:04.681188+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:00:06.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:06 smithi029 bash[25023]: cluster 2023-12-06T15:00:04.797527+0000 mgr.y (mgr.14152) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:06.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:06 smithi029 bash[25023]: cephadm 2023-12-06T15:00:04.946646+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi029 2023-12-06T15:00:07.926 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:07 smithi029 bash[25023]: cluster 2023-12-06T15:00:06.797992+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-06T15:00:07.949 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-12-06T15:00:07.949 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"c349e5c8-9447-11ee-95a2-87774f69a715","modified":"2023-12-06T14:58:18.896152Z","created":"2023-12-06T14:58:18.896152Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T15:00:07.952 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-12-06T15:00:08.961 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:08 smithi029 bash[25023]: audit 2023-12-06T15:00:07.950561+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.140:0/2597344373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T15:00:09.234 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:09 smithi029 systemd[1]: Started Ceph mon.c for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:00:09.508 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-06T15:00:09.509 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.111+0000 7f22bca99880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.111+0000 7f22bca99880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.111+0000 7f22bca99880 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 0 load: jerasure load: lrc 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: DB SUMMARY 2023-12-06T15:00:10.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: DB Session ID: BZXY43GBI1I0GE6ERFV3 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.env: 0x5556c0dc4860 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.fs: Posix File System 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.info_log: 0x5556c34d7e00 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:00:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:00:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:00:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:00:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:00:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.db_log_dir: 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:00:10.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.write_buffer_manager: 0x5556c35c8300 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:00:10.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.row_cache: None 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.wal_filter: None 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:00:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:00:10.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Compression algorithms supported: 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:00:10.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kZSTD supported: 0 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.merge_operator: 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:00:10.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5556c34a5d00) 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cache_index_and_filter_blocks: 1 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: pin_top_level_index_and_filter: 1 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: index_type: 0 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: data_block_index_type: 0 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: index_shortening: 1 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: hash_index_allow_collision: 1 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: checksum: 1 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: no_block_cache: 0 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_cache: 0x5556c350c170 2023-12-06T15:00:10.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_cache_name: BinnedLRUCache 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_cache_options: 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: capacity : 536870912 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: num_shard_bits : 4 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: strict_capacity_limit : 0 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: high_pri_pool_ratio: 0.000 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_cache_compressed: (nil) 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: persistent_cache: (nil) 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_size: 4096 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_size_deviation: 10 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_restart_interval: 16 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: index_block_restart_interval: 1 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: metadata_block_size: 4096 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: partition_filters: 0 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: use_delta_encoding: 1 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T15:00:10.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: whole_key_filtering: 1 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: verify_compression: 0 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: read_amp_bytes_per_bit: 0 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: format_version: 4 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: enable_index_compression: 1 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: block_align: 0 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.num_levels: 7 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:00:10.288 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:00:10.289 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:00:10.290 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:00:10.291 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:00:10.292 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:00:10.293 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 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-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.115+0000 7f22bca99880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874810123922, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 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-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874810124448, "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": 1701874810, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4226098c-d4a1-4da0-bd65-4961858de92d", "db_session_id": "BZXY43GBI1I0GE6ERFV3"}} 2023-12-06T15:00:10.294 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874810125306, "job": 1, "event": "recovery_finished"} 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 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-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5556c34f2a80 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.119+0000 7f22bca99880 4 rocksdb: DB pointer 0x5556c3502000 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22ac821700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22ac821700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** DB Stats ** 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** Compaction Stats [default] ** 2023-12-06T15:00:10.295 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** Compaction Stats [default] ** 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:00:10.296 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** Compaction Stats [default] ** 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** Compaction Stats [default] ** 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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.9 0.00 0.00 1 0.001 0 0 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:10.297 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22bca99880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22bca99880 0 using public_addrv [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22bca99880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] at bind addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.123+0000 7f22bca99880 1 mon.c@-1(???) e0 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).mds e1 new map 2023-12-06T15:00:10.298 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).mds e1 print_map 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: e1 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 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-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: legacy client fscid: -1 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: No filesystems configured 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 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-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:10.299 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.143+0000 7f22af827700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:01.015862+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cluster 2023-12-06T15:00:00.796655+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:01.279386+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cluster 2023-12-06T15:00:01.279520+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cluster 2023-12-06T15:00:02.797114+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-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.526326+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cephadm 2023-12-06T15:00:04.531742+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b;count:3 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.537160+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.555370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.559636+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.561371+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.934807+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.940941+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.943523+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:10.300 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:04.945137+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cephadm 2023-12-06T15:00:04.563824+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cephadm 2023-12-06T15:00:04.681188+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cluster 2023-12-06T15:00:04.797527+0000 mgr.y (mgr.14152) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cephadm 2023-12-06T15:00:04.946646+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi029 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: cluster 2023-12-06T15:00:06.797992+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-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: audit 2023-12-06T15:00:07.950561+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.140:0/2597344373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T15:00:10.301 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:10 smithi029 bash[30481]: debug 2023-12-06T15:00:10.147+0000 7f22af827700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-06T15:00:14.487 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:14 smithi140 systemd[1]: Started Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:10.160394+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:10.160691+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:10.162263+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:10.799000+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-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:11.157032+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:12.157138+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:12.159567+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:12.799427+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-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:13.157433+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:14.157863+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:15.157589+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.165338+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.171490+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.171652+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.171741+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.172085+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.179581+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:15.183923+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:15.186279+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:15.188637+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[25023]: audit 2023-12-06T15:00:15.190291+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:10.160394+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:15.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:10.160691+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:10.162263+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:10.799000+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-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:11.157032+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:12.157138+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:12.159567+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:12.799427+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-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:13.157433+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:14.157863+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:15.157589+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.165338+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.171490+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.171652+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.171741+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.172085+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-06T15:00:15.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.179581+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:15.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:15.183923+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:15.186279+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:15.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:15.188637+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:15.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:15 smithi029 bash[30481]: audit 2023-12-06T15:00:15.190291+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.322+0000 7f9ac7f28880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.322+0000 7f9ac7f28880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.322+0000 7f9ac7f28880 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.326+0000 7f9ac7f28880 0 load: jerasure load: lrc 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.326+0000 7f9ac7f28880 4 rocksdb: RocksDB version: 6.15.5 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Compile date Apr 18 2022 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: DB SUMMARY 2023-12-06T15:00:15.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: DB Session ID: V95OXBOFV6C4ERCAV1EZ 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.env: 0x558e3a8e9860 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.fs: Posix File System 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.info_log: 0x558e3c4d5e00 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:00:15.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:00:15.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:00:15.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:00:15.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.db_log_dir: 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:00:15.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.write_buffer_manager: 0x558e3c5c62d0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:00:15.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.row_cache: None 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.wal_filter: None 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:00:15.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:00:15.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:00:15.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Compression algorithms supported: 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kZSTD supported: 0 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.merge_operator: 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:00:15.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558e3c4a3d00) 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cache_index_and_filter_blocks: 1 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: pin_top_level_index_and_filter: 1 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: index_type: 0 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: data_block_index_type: 0 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: index_shortening: 1 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: hash_index_allow_collision: 1 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: checksum: 1 2023-12-06T15:00:15.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: no_block_cache: 0 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_cache: 0x558e3c50a170 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_cache_name: BinnedLRUCache 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_cache_options: 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: capacity : 536870912 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: num_shard_bits : 4 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: strict_capacity_limit : 0 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: high_pri_pool_ratio: 0.000 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_cache_compressed: (nil) 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: persistent_cache: (nil) 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_size: 4096 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_size_deviation: 10 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_restart_interval: 16 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: index_block_restart_interval: 1 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: metadata_block_size: 4096 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: partition_filters: 0 2023-12-06T15:00:15.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: use_delta_encoding: 1 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: whole_key_filtering: 1 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: verify_compression: 0 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: read_amp_bytes_per_bit: 0 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: format_version: 4 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: enable_index_compression: 1 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: block_align: 0 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.num_levels: 7 2023-12-06T15:00:15.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:00:15.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:00:15.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:00:15.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:00:15.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:00:15.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:00:15.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:00:15.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:00:15.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:00:15.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 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-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874815336183, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 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-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874815336614, "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": 1701874815, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "9127a60c-fe8e-400b-92ca-5d8a17dd3a9a", "db_session_id": "V95OXBOFV6C4ERCAV1EZ"}} 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701874815337139, "job": 1, "event": "recovery_finished"} 2023-12-06T15:00:15.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.330+0000 7f9ac7f28880 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-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x558e3c4f0a80 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 4 rocksdb: DB pointer 0x558e3c500000 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 0 using public_addr v2:172.21.15.140:0/0 -> [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ab7cb0700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ab7cb0700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** DB Stats ** 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:00:15.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** Compaction Stats [default] ** 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** Compaction Stats [default] ** 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Cumulative compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:00:15.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Interval compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** Compaction Stats [default] ** 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** Compaction Stats [default] ** 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:00:15.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: Cumulative compaction: 0.00 GB write, 0.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] at bind addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.334+0000 7f9ac7f28880 1 mon.b@-1(???) e0 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: e1 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 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-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: legacy client fscid: -1 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: No filesystems configured 2023-12-06T15:00:15.649 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 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-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.354+0000 7f9abacb6700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:01.015862+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:00.796655+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:01.279386+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.29:0/3994256772' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:01.279520+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:15.650 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:02.797114+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-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.526326+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cephadm 2023-12-06T15:00:04.531742+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=a;smithi029:[v2:172.21.15.29:3301,v1:172.21.15.29:6790]=c;smithi140:172.21.15.140=b;count:3 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.537160+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.555370+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.559636+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.561371+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.934807+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.940941+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.943523+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:04.945137+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cephadm 2023-12-06T15:00:04.563824+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cephadm 2023-12-06T15:00:04.681188+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:04.797527+0000 mgr.y (mgr.14152) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cephadm 2023-12-06T15:00:04.946646+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi029 2023-12-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:06.797992+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-06T15:00:15.651 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:07.950561+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.140:0/2597344373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:10.160394+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:10.160691+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:10.162263+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:10.799000+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-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:11.157032+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:12.157138+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:12.159567+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:12.799427+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-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:13.157433+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:14.157863+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:15.157589+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.165338+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.171490+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.171652+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.171741+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:15.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.172085+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 48s) 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.179581+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:15.183923+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:15.186279+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:15.188637+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: audit 2023-12-06T15:00:15.190291+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.358+0000 7f9abacb6700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-06T15:00:15.653 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:15 smithi140 bash[24947]: debug 2023-12-06T15:00:15.358+0000 7f9abacb6700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:14.799855+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-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:15.378829+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.379365+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:15.379440+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:15.381555+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:15.381901+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:16.372473+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:16.800317+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-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:17.372453+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:18.372668+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:18.800728+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-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:19.372717+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:20.372724+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.381550+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.386652+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.386757+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.386817+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.387114+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.387461+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.394144+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.394202+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:00:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: cluster 2023-12-06T15:00:20.394234+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:20.398390+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:20.403489+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[25023]: audit 2023-12-06T15:00:20.407105+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:14.799855+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-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:15.378829+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.379365+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:15.379440+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:15.381555+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:15.381901+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:16.372473+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:16.800317+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-06T15:00:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:17.372453+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:18.372668+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:18.800728+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-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:19.372717+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:20.372724+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.381550+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.386652+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.386757+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.386817+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.387114+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.387461+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.394144+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.394202+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: cluster 2023-12-06T15:00:20.394234+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:20.398390+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:20.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:20.403489+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:20.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:20 smithi029 bash[30481]: audit 2023-12-06T15:00:20.407105+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: cephadm 2023-12-06T15:00:20.404281+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:21.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: cephadm 2023-12-06T15:00:20.407889+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:21.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.534569+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.545845+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.551281+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.553506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.554833+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:20.556157+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[25023]: audit 2023-12-06T15:00:21.373111+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: cephadm 2023-12-06T15:00:20.404281+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: cephadm 2023-12-06T15:00:20.407889+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.534569+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.545845+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.551281+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.553506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.554833+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:20.556157+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:21.787 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:21 smithi029 bash[30481]: audit 2023-12-06T15:00:21.373111+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.077 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-12-06T15:00:22.077 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":3,"fsid":"c349e5c8-9447-11ee-95a2-87774f69a715","modified":"2023-12-06T15:00:15.372668Z","created":"2023-12-06T14:58:18.896152Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3301","nonce":0},{"type":"v1","addr":"172.21.15.29:6790","nonce":0}]},"addr":"172.21.15.29:6790/0","public_addr":"172.21.15.29:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:3300","nonce":0},{"type":"v1","addr":"172.21.15.140:6789","nonce":0}]},"addr":"172.21.15.140:6789/0","public_addr":"172.21.15.140:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T15:00:22.080 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 3 2023-12-06T15:00:22.557 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:14.799855+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-06T15:00:22.558 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:15.378829+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:17.371006+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.404041+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.408960+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.408979+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.412943+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.421389+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.421553+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.421644+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.421978+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-06T15:00:22.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.422399+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.422465+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.428917+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:17.371006+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.404041+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.408960+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.408979+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.412943+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.421389+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.421553+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.421644+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.421978+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.422399+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:00:22.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.422465+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-06T15:00:22.809 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:22 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.428917+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:22.866 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.379365+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:22.866 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:15.379440+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:22.866 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:15.381555+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.866 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:15.381901+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:00:22.866 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:16.372473+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:16.800317+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-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:17.372453+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:18.372668+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:18.800728+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-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:19.372717+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.372724+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.381550+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.386652+0000 mon.a (mon.0) 164 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.386757+0000 mon.a (mon.0) 165 : cluster [DBG] fsmap 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.386817+0000 mon.a (mon.0) 166 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.387114+0000 mon.a (mon.0) 167 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.387461+0000 mon.a (mon.0) 168 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.394144+0000 mon.a (mon.0) 169 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.394202+0000 mon.a (mon.0) 170 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:00:22.867 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:20.394234+0000 mon.a (mon.0) 171 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:00:22.868 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.398390+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.868 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.403489+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.869 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T15:00:22.869 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T15:00:22.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.407105+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cephadm 2023-12-06T15:00:20.404281+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:22.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cephadm 2023-12-06T15:00:20.407889+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:22.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.534569+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.545845+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.551281+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.553506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.554833+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:20.556157+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: audit 2023-12-06T15:00:21.373111+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:17.371006+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.404041+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.408960+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.408979+0000 mon.a (mon.0) 184 : cluster [INF] mon.a calling monitor election 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.412943+0000 mon.a (mon.0) 185 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.421389+0000 mon.a (mon.0) 186 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.421553+0000 mon.a (mon.0) 187 : cluster [DBG] fsmap 2023-12-06T15:00:22.870 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.421644+0000 mon.a (mon.0) 188 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T15:00:22.871 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.421978+0000 mon.a (mon.0) 189 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-06T15:00:22.871 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.422399+0000 mon.a (mon.0) 190 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:00:22.871 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.422465+0000 mon.a (mon.0) 191 : cluster [INF] Cluster is now healthy 2023-12-06T15:00:22.871 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:22 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.428917+0000 mon.a (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: audit 2023-12-06T15:00:22.580910+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: cephadm 2023-12-06T15:00:22.582077+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: audit 2023-12-06T15:00:22.582536+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: audit 2023-12-06T15:00:22.583919+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: audit 2023-12-06T15:00:22.585148+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: cephadm 2023-12-06T15:00:22.586437+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi029 2023-12-06T15:00:23.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: cluster 2023-12-06T15:00:22.801604+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:23.878 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:23 smithi140 bash[24947]: audit 2023-12-06T15:00:23.373511+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:24.026 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: audit 2023-12-06T15:00:22.580910+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: cephadm 2023-12-06T15:00:22.582077+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: audit 2023-12-06T15:00:22.582536+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: audit 2023-12-06T15:00:22.583919+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: audit 2023-12-06T15:00:22.585148+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: cephadm 2023-12-06T15:00:22.586437+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi029 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: cluster 2023-12-06T15:00:22.801604+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[25023]: audit 2023-12-06T15:00:23.373511+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: audit 2023-12-06T15:00:22.580910+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: cephadm 2023-12-06T15:00:22.582077+0000 mgr.y (mgr.14152) 43 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: audit 2023-12-06T15:00:22.582536+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: audit 2023-12-06T15:00:22.583919+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:24.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: audit 2023-12-06T15:00:22.585148+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:24.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: cephadm 2023-12-06T15:00:22.586437+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring daemon mon.c on smithi029 2023-12-06T15:00:24.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: cluster 2023-12-06T15:00:22.801604+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:24.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:23 smithi029 bash[30481]: audit 2023-12-06T15:00:23.373511+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:00:26.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:26 smithi140 bash[24947]: cluster 2023-12-06T15:00:24.802116+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-06T15:00:26.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:26 smithi140 bash[24947]: audit 2023-12-06T15:00:25.617772+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:26.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:26 smithi140 bash[24947]: audit 2023-12-06T15:00:25.619198+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:26.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:26 smithi140 bash[24947]: audit 2023-12-06T15:00:25.620457+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:26.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:26 smithi140 bash[24947]: audit 2023-12-06T15:00:25.621776+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:26.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[25023]: cluster 2023-12-06T15:00:24.802116+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-06T15:00:26.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[25023]: audit 2023-12-06T15:00:25.617772+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[25023]: audit 2023-12-06T15:00:25.619198+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[25023]: audit 2023-12-06T15:00:25.620457+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[25023]: audit 2023-12-06T15:00:25.621776+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[30481]: cluster 2023-12-06T15:00:24.802116+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-06T15:00:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[30481]: audit 2023-12-06T15:00:25.617772+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[30481]: audit 2023-12-06T15:00:25.619198+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[30481]: audit 2023-12-06T15:00:25.620457+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:00:26.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:26 smithi029 bash[30481]: audit 2023-12-06T15:00:25.621776+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:26.811 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:26.811 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2023-12-06T15:00:26.811 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:00:26.811 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] 2023-12-06T15:00:27.535 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T15:00:27.535 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T15:00:27.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T15:00:27.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[30481]: cephadm 2023-12-06T15:00:25.618772+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[30481]: cephadm 2023-12-06T15:00:25.623294+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi140 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[30481]: audit 2023-12-06T15:00:26.812645+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.29:0/106189760' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[30481]: audit 2023-12-06T15:00:26.862913+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[30481]: audit 2023-12-06T15:00:26.867523+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[25023]: cephadm 2023-12-06T15:00:25.618772+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[25023]: cephadm 2023-12-06T15:00:25.623294+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi140 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[25023]: audit 2023-12-06T15:00:26.812645+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.29:0/106189760' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:27.540 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[25023]: audit 2023-12-06T15:00:26.862913+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:27.541 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:27 smithi029 bash[25023]: audit 2023-12-06T15:00:26.867523+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:27.546 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T15:00:27.546 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:00:27.548 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:27 smithi140 bash[24947]: cephadm 2023-12-06T15:00:25.618772+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-06T15:00:27.548 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:27 smithi140 bash[24947]: cephadm 2023-12-06T15:00:25.623294+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi140 2023-12-06T15:00:27.548 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:27 smithi140 bash[24947]: audit 2023-12-06T15:00:26.812645+0000 mon.a (mon.0) 202 : audit [DBG] from='client.? 172.21.15.29:0/106189760' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:27.548 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:27 smithi140 bash[24947]: audit 2023-12-06T15:00:26.862913+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:00:27.548 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:27 smithi140 bash[24947]: audit 2023-12-06T15:00:26.867523+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:00:27.603 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T15:00:27.603 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T15:00:27.619 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T15:00:27.619 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:00:27.678 INFO:tasks.cephadm:Adding mgr.y on smithi029 2023-12-06T15:00:27.678 INFO:tasks.cephadm:Adding mgr.x on smithi140 2023-12-06T15:00:27.678 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi029=y;smithi140=x' 2023-12-06T15:00:28.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: cluster 2023-12-06T15:00:26.802572+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-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.445800+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.447862+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.450115+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.451732+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: cephadm 2023-12-06T15:00:27.454149+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: cephadm 2023-12-06T15:00:27.454652+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.597319+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.601175+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.725 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:28 smithi140 bash[24947]: audit 2023-12-06T15:00:27.606179+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: cluster 2023-12-06T15:00:26.802572+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-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.445800+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.447862+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.450115+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.451732+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: cephadm 2023-12-06T15:00:27.454149+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: cephadm 2023-12-06T15:00:27.454652+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.597319+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.601175+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[25023]: audit 2023-12-06T15:00:27.606179+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: cluster 2023-12-06T15:00:26.802572+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-06T15:00:28.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.445800+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.447862+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.450115+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.451732+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: cephadm 2023-12-06T15:00:27.454149+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: cephadm 2023-12-06T15:00:27.454652+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.597319+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.601175+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:28 smithi029 bash[30481]: audit 2023-12-06T15:00:27.606179+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.400 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled mgr update... 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: cluster 2023-12-06T15:00:28.803033+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: audit 2023-12-06T15:00:30.400559+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: audit 2023-12-06T15:00:30.430030+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: audit 2023-12-06T15:00:30.432744+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: audit 2023-12-06T15:00:30.434590+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:30.726 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:30 smithi140 bash[24947]: audit 2023-12-06T15:00:30.444313+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: cluster 2023-12-06T15:00:28.803033+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: audit 2023-12-06T15:00:30.400559+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: audit 2023-12-06T15:00:30.430030+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: audit 2023-12-06T15:00:30.432744+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: audit 2023-12-06T15:00:30.434590+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[25023]: audit 2023-12-06T15:00:30.444313+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: cluster 2023-12-06T15:00:28.803033+0000 mgr.y (mgr.14152) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: audit 2023-12-06T15:00:30.400559+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: audit 2023-12-06T15:00:30.430030+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: audit 2023-12-06T15:00:30.432744+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: audit 2023-12-06T15:00:30.434590+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:30.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:30 smithi029 bash[30481]: audit 2023-12-06T15:00:30.444313+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:31.371 DEBUG:teuthology.orchestra.run.smithi140:mgr.x> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service 2023-12-06T15:00:31.373 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T15:00:31.373 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T15:00:31.373 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T15:00:31.380 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-06T15:00:31.380 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2023-12-06T15:00:31.386 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T15:00:31.386 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.386 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 360 Links: 1 2023-12-06T15:00:31.387 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.387 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-12-06 14:55:39.332155290 +0000 2023-12-06T15:00:31.387 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-12-06 14:55:39.040162024 +0000 2023-12-06T15:00:31.387 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-12-06 14:55:39.040162024 +0000 2023-12-06T15:00:31.387 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-12-06T15:00:31.387 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T15:00:31.443 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-12-06T15:00:31.443 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-12-06T15:00:31.443 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000311446 s, 1.6 MB/s 2023-12-06T15:00:31.444 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T15:00:31.453 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2023-12-06T15:00:31.460 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T15:00:31.460 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.460 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-12-06T15:00:31.460 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.460 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-12-06 14:55:39.848143391 +0000 2023-12-06T15:00:31.461 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-12-06 14:55:39.544150402 +0000 2023-12-06T15:00:31.461 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-12-06 14:55:39.544150402 +0000 2023-12-06T15:00:31.461 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-12-06T15:00:31.461 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T15:00:31.514 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-12-06T15:00:31.514 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-12-06T15:00:31.515 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000311396 s, 1.6 MB/s 2023-12-06T15:00:31.516 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T15:00:31.523 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2023-12-06T15:00:31.528 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T15:00:31.528 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.528 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-12-06T15:00:31.528 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.529 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-12-06 14:55:40.344131952 +0000 2023-12-06T15:00:31.529 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-12-06 14:55:40.064138409 +0000 2023-12-06T15:00:31.529 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-12-06 14:55:40.064138409 +0000 2023-12-06T15:00:31.529 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-12-06T15:00:31.529 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T15:00:31.581 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-12-06T15:00:31.581 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-12-06T15:00:31.581 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.00028632 s, 1.8 MB/s 2023-12-06T15:00:31.582 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T15:00:31.590 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2023-12-06T15:00:31.597 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-12-06 14:55:40.540127432 +0000 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-12-06 14:55:40.536127524 +0000 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-12-06 14:55:40.536127524 +0000 2023-12-06T15:00:31.598 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-12-06T15:00:31.598 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T15:00:31.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: audit 2023-12-06T15:00:30.390064+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi140=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:31.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: cephadm 2023-12-06T15:00:30.393676+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi029=y;smithi140=x;count:2 2023-12-06T15:00:31.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: audit 2023-12-06T15:00:30.446399+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:31.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: audit 2023-12-06T15:00:30.452087+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T15:00:31.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: audit 2023-12-06T15:00:30.459104+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:31.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: audit 2023-12-06T15:00:30.460589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:31.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:31 smithi140 bash[24947]: cephadm 2023-12-06T15:00:30.461906+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:00:31.655 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-12-06T15:00:31.655 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-12-06T15:00:31.655 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000290893 s, 1.8 MB/s 2023-12-06T15:00:31.656 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T15:00:31.663 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T15:00:31.663 DEBUG:teuthology.orchestra.run.smithi140:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T15:00:31.671 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-06T15:00:31.671 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_1 2023-12-06T15:00:31.678 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T15:00:31.678 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.678 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-06T15:00:31.678 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.678 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-12-06 14:55:36.891720531 +0000 2023-12-06T15:00:31.679 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-12-06 14:55:36.599727252 +0000 2023-12-06T15:00:31.679 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-12-06 14:55:36.599727252 +0000 2023-12-06T15:00:31.679 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-12-06T15:00:31.679 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T15:00:31.689 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-12-06T15:00:31.689 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-12-06T15:00:31.689 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000372059 s, 1.4 MB/s 2023-12-06T15:00:31.690 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T15:00:31.740 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_2 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-12-06 14:55:37.403708746 +0000 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-12-06 14:55:37.107715558 +0000 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-12-06 14:55:37.107715558 +0000 2023-12-06T15:00:31.747 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-12-06T15:00:31.747 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T15:00:31.760 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-12-06T15:00:31.760 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-12-06T15:00:31.760 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000371741 s, 1.4 MB/s 2023-12-06T15:00:31.761 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T15:00:31.762 INFO:journalctl@ceph.mgr.x.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:00:31.768 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_3 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-12-06 14:55:37.895697421 +0000 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-12-06 14:55:37.615703865 +0000 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-12-06 14:55:37.615703865 +0000 2023-12-06T15:00:31.774 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-12-06T15:00:31.774 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T15:00:31.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: audit 2023-12-06T15:00:30.390064+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi140=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: cephadm 2023-12-06T15:00:30.393676+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi029=y;smithi140=x;count:2 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: audit 2023-12-06T15:00:30.446399+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: audit 2023-12-06T15:00:30.452087+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: audit 2023-12-06T15:00:30.459104+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: audit 2023-12-06T15:00:30.460589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[25023]: cephadm 2023-12-06T15:00:30.461906+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: audit 2023-12-06T15:00:30.390064+0000 mgr.y (mgr.14152) 53 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=y;smithi140=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: cephadm 2023-12-06T15:00:30.393676+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Saving service mgr spec with placement smithi029=y;smithi140=x;count:2 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: audit 2023-12-06T15:00:30.446399+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:31.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: audit 2023-12-06T15:00:30.452087+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T15:00:31.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: audit 2023-12-06T15:00:30.459104+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:31.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: audit 2023-12-06T15:00:30.460589+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:31.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:31 smithi029 bash[30481]: cephadm 2023-12-06T15:00:30.461906+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:00:31.786 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-12-06T15:00:31.786 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-12-06T15:00:31.786 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000441422 s, 1.2 MB/s 2023-12-06T15:00:31.788 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T15:00:31.843 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_4 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-12-06 14:55:38.423685266 +0000 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-12-06 14:55:38.119692264 +0000 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-12-06 14:55:38.119692264 +0000 2023-12-06T15:00:31.850 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-12-06T15:00:31.851 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T15:00:31.863 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-12-06T15:00:31.863 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-12-06T15:00:31.863 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000419667 s, 1.2 MB/s 2023-12-06T15:00:31.864 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T15:00:31.917 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2023-12-06T15:00:31.917 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T15:00:32.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:32 smithi029 bash[30481]: cluster 2023-12-06T15:00:30.803483+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:32.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:32 smithi029 bash[25023]: cluster 2023-12-06T15:00:30.803483+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:32.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:32 smithi140 bash[24947]: cluster 2023-12-06T15:00:30.803483+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:33.988 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[25700]: debug 2023-12-06T15:00:33.825+0000 7f6d5c3b2700 1 -- 172.21.15.140:0/96611762 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b88de1c340 con 0x55b88eb98c00 2023-12-06T15:00:33.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[24947]: cluster 2023-12-06T15:00:32.803895+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-06T15:00:33.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[24947]: audit 2023-12-06T15:00:32.934756+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:33.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[24947]: audit 2023-12-06T15:00:32.938953+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:33.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[24947]: audit 2023-12-06T15:00:32.941318+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:33.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[24947]: audit 2023-12-06T15:00:32.942931+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:34.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[25023]: cluster 2023-12-06T15:00:32.803895+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-06T15:00:34.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[25023]: audit 2023-12-06T15:00:32.934756+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[25023]: audit 2023-12-06T15:00:32.938953+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[25023]: audit 2023-12-06T15:00:32.941318+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[25023]: audit 2023-12-06T15:00:32.942931+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[30481]: cluster 2023-12-06T15:00:32.803895+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-06T15:00:34.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[30481]: audit 2023-12-06T15:00:32.934756+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[30481]: audit 2023-12-06T15:00:32.938953+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[30481]: audit 2023-12-06T15:00:32.941318+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:34.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:33 smithi029 bash[30481]: audit 2023-12-06T15:00:32.942931+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:34.933 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:33 smithi140 bash[25700]: debug 2023-12-06T15:00:33.981+0000 7f6d65021000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:00:34.934 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:34 smithi140 bash[25700]: debug 2023-12-06T15:00:34.653+0000 7f6d65021000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:00:34.934 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:34 smithi140 bash[25700]: debug 2023-12-06T15:00:34.773+0000 7f6d65021000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:00:35.257 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:34 smithi140 bash[25700]: debug 2023-12-06T15:00:34.929+0000 7f6d65021000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0157892 s, 664 MB/s 2023-12-06T15:00:35.364 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-12-06T15:00:35.548 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:35 smithi140 bash[25700]: debug 2023-12-06T15:00:35.253+0000 7f6d65021000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:00:35.548 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:35 smithi140 bash[25700]: debug 2023-12-06T15:00:35.345+0000 7f6d65021000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:00:35.877 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:35 smithi140 bash[25700]: debug 2023-12-06T15:00:35.545+0000 7f6d65021000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:00:36.096 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: cluster 2023-12-06T15:00:34.804378+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-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:35.404387+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:36.018956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:36.025816+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:36.029763+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:36.031847+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:36.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[30481]: audit 2023-12-06T15:00:36.033611+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: cluster 2023-12-06T15:00:34.804378+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-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:35.404387+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:36.018956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:36.025816+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:36.029763+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:36.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:36.031847+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:36.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:36 smithi029 bash[25023]: audit 2023-12-06T15:00:36.033611+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:36.755 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[25700]: debug 2023-12-06T15:00:36.429+0000 7f6d65021000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:00:36.755 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[25700]: debug 2023-12-06T15:00:36.533+0000 7f6d65021000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: cluster 2023-12-06T15:00:34.804378+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-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:35.404387+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:36.018956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:36.025816+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:36.029763+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:36.031847+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:00:36.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[24947]: audit 2023-12-06T15:00:36.033611+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:37.097 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:36 smithi140 bash[25700]: debug 2023-12-06T15:00:36.749+0000 7f6d65021000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:00:37.377 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:37 smithi140 bash[25700]: debug 2023-12-06T15:00:37.093+0000 7f6d65021000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:00:37.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:37 smithi029 bash[30481]: cephadm 2023-12-06T15:00:36.029041+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T15:00:37.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:37 smithi029 bash[30481]: cephadm 2023-12-06T15:00:36.035638+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:00:37.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:37 smithi029 bash[25023]: cephadm 2023-12-06T15:00:36.029041+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T15:00:37.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:37 smithi029 bash[25023]: cephadm 2023-12-06T15:00:36.035638+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:00:37.789 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:37 smithi140 bash[25700]: debug 2023-12-06T15:00:37.421+0000 7f6d65021000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:00:37.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:37 smithi140 bash[24947]: cephadm 2023-12-06T15:00:36.029041+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-06T15:00:37.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:37 smithi140 bash[24947]: cephadm 2023-12-06T15:00:36.035638+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:00:38.056 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:37 smithi140 bash[25700]: debug 2023-12-06T15:00:37.785+0000 7f6d65021000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:00:38.377 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:38 smithi140 bash[25700]: debug 2023-12-06T15:00:38.049+0000 7f6d65021000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:00:38.733 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:38 smithi140 bash[24947]: cluster 2023-12-06T15:00:36.804890+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:38.776 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:38 smithi029 bash[25023]: cluster 2023-12-06T15:00:36.804890+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:38.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:38 smithi029 bash[30481]: cluster 2023-12-06T15:00:36.804890+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:38.987 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:38 smithi140 bash[25700]: debug 2023-12-06T15:00:38.729+0000 7f6d65021000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:00:38.987 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:38 smithi140 bash[25700]: debug 2023-12-06T15:00:38.829+0000 7f6d65021000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:00:39.377 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:38 smithi140 bash[25700]: debug 2023-12-06T15:00:38.981+0000 7f6d65021000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:00:39.377 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.089+0000 7f6d65021000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:00:39.377 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.221+0000 7f6d65021000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:00:39.816 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.517+0000 7f6d65021000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:00:39.816 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.633+0000 7f6d65021000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: cluster 2023-12-06T15:00:38.805344+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-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: audit 2023-12-06T15:00:39.020659+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: audit 2023-12-06T15:00:39.023327+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: audit 2023-12-06T15:00:39.025152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: audit 2023-12-06T15:00:39.026499+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:40.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[24947]: audit 2023-12-06T15:00:39.034451+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:40.128 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.813+0000 7f6d65021000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:00:40.128 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:39 smithi140 bash[25700]: debug 2023-12-06T15:00:39.929+0000 7f6d65021000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:00:40.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: cluster 2023-12-06T15:00:38.805344+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-06T15:00:40.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: audit 2023-12-06T15:00:39.020659+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:40.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: audit 2023-12-06T15:00:39.023327+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:40.219 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: audit 2023-12-06T15:00:39.025152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: audit 2023-12-06T15:00:39.026499+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[30481]: audit 2023-12-06T15:00:39.034451+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: cluster 2023-12-06T15:00:38.805344+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-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: audit 2023-12-06T15:00:39.020659+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: audit 2023-12-06T15:00:39.023327+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: audit 2023-12-06T15:00:39.025152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: audit 2023-12-06T15:00:39.026499+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:00:40.220 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:40 smithi029 bash[25023]: audit 2023-12-06T15:00:39.034451+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:00:41.022 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:00:40 smithi140 bash[25700]: debug 2023-12-06T15:00:40.761+0000 7f6d65021000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.193066+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.199659+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.205847+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.207096+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.792052+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.792924+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: cluster 2023-12-06T15:00:40.793267+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.794991+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[25023]: audit 2023-12-06T15:00:40.795810+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:00:41.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.193066+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.199659+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.205847+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.207096+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.792052+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.792924+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: cluster 2023-12-06T15:00:40.793267+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.794991+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:00:41.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:41 smithi029 bash[30481]: audit 2023-12-06T15:00:40.795810+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:00:41.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.193066+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:00:41.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.199659+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:00:41.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.205847+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:00:41.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.207096+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:41.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.792052+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:00:41.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.792924+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:00:41.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: cluster 2023-12-06T15:00:40.793267+0000 mon.a (mon.0) 239 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:00:41.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.794991+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:00:41.378 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:41 smithi140 bash[24947]: audit 2023-12-06T15:00:40.795810+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.140:0/3717231238' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:00:42.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:42 smithi140 bash[24947]: cluster 2023-12-06T15:00:40.805829+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-06T15:00:42.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:42 smithi140 bash[24947]: cluster 2023-12-06T15:00:41.038808+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-06T15:00:42.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:42 smithi140 bash[24947]: audit 2023-12-06T15:00:41.039002+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:00:42.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[25023]: cluster 2023-12-06T15:00:40.805829+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-06T15:00:42.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[25023]: cluster 2023-12-06T15:00:41.038808+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-06T15:00:42.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[25023]: audit 2023-12-06T15:00:41.039002+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:00:42.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[30481]: cluster 2023-12-06T15:00:40.805829+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-06T15:00:42.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[30481]: cluster 2023-12-06T15:00:41.038808+0000 mon.a (mon.0) 240 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2023-12-06T15:00:42.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:42 smithi029 bash[30481]: audit 2023-12-06T15:00:41.039002+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:00:44.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:44 smithi029 bash[25023]: cluster 2023-12-06T15:00:42.806230+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-06T15:00:44.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:44 smithi029 bash[30481]: cluster 2023-12-06T15:00:42.806230+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-06T15:00:44.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:44 smithi140 bash[24947]: cluster 2023-12-06T15:00:42.806230+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-06T15:00:46.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:46 smithi140 bash[24947]: cluster 2023-12-06T15:00:44.806669+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-06T15:00:46.776 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:46 smithi029 bash[30481]: cluster 2023-12-06T15:00:44.806669+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-06T15:00:46.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:46 smithi029 bash[25023]: cluster 2023-12-06T15:00:44.806669+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-06T15:00:47.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: audit 2023-12-06T15:00:46.515903+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.29:0/1092051763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: audit 2023-12-06T15:00:46.516556+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: audit 2023-12-06T15:00:46.521894+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]': finished 2023-12-06T15:00:47.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: cluster 2023-12-06T15:00:46.521952+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T15:00:47.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: audit 2023-12-06T15:00:46.522183+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:00:47.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:47 smithi140 bash[24947]: audit 2023-12-06T15:00:47.242877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.29:0/3914385897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: audit 2023-12-06T15:00:46.515903+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.29:0/1092051763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: audit 2023-12-06T15:00:46.516556+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: audit 2023-12-06T15:00:46.521894+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]': finished 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: cluster 2023-12-06T15:00:46.521952+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: audit 2023-12-06T15:00:46.522183+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[25023]: audit 2023-12-06T15:00:47.242877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.29:0/3914385897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: audit 2023-12-06T15:00:46.515903+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.29:0/1092051763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: audit 2023-12-06T15:00:46.516556+0000 mon.a (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]: dispatch 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: audit 2023-12-06T15:00:46.521894+0000 mon.a (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09b1c0de-3300-4bdd-9a51-acff5eb26f45"}]': finished 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: cluster 2023-12-06T15:00:46.521952+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-06T15:00:47.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: audit 2023-12-06T15:00:46.522183+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:00:47.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:47 smithi029 bash[30481]: audit 2023-12-06T15:00:47.242877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.29:0/3914385897' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:00:48.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:48 smithi029 bash[30481]: cluster 2023-12-06T15:00:46.807170+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-06T15:00:48.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:48 smithi029 bash[25023]: cluster 2023-12-06T15:00:46.807170+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-06T15:00:48.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:48 smithi140 bash[24947]: cluster 2023-12-06T15:00:46.807170+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-06T15:00:50.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:50 smithi029 bash[25023]: cluster 2023-12-06T15:00:48.807630+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-06T15:00:50.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:50 smithi029 bash[30481]: cluster 2023-12-06T15:00:48.807630+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-06T15:00:50.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:50 smithi140 bash[24947]: cluster 2023-12-06T15:00:48.807630+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-06T15:00:52.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:52 smithi140 bash[24947]: cluster 2023-12-06T15:00:50.808110+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-06T15:00:53.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:52 smithi029 bash[25023]: cluster 2023-12-06T15:00:50.808110+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-06T15:00:53.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:52 smithi029 bash[30481]: cluster 2023-12-06T15:00:50.808110+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-06T15:00:54.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:54 smithi029 bash[25023]: cluster 2023-12-06T15:00:52.808579+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-06T15:00:54.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:54 smithi029 bash[30481]: cluster 2023-12-06T15:00:52.808579+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-06T15:00:54.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:54 smithi140 bash[24947]: cluster 2023-12-06T15:00:52.808579+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-06T15:00:56.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:56 smithi029 bash[25023]: cluster 2023-12-06T15:00:54.809022+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-06T15:00:56.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:56 smithi029 bash[30481]: cluster 2023-12-06T15:00:54.809022+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-06T15:00:56.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:56 smithi140 bash[24947]: cluster 2023-12-06T15:00:54.809022+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-06T15:00:57.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:57 smithi029 bash[25023]: audit 2023-12-06T15:00:57.070430+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:00:57.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:57 smithi029 bash[25023]: audit 2023-12-06T15:00:57.071948+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:57.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:57 smithi029 bash[30481]: audit 2023-12-06T15:00:57.070430+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:00:57.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:57 smithi029 bash[30481]: audit 2023-12-06T15:00:57.071948+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:57 smithi140 bash[24947]: audit 2023-12-06T15:00:57.070430+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:00:57.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:57 smithi140 bash[24947]: audit 2023-12-06T15:00:57.071948+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:00:58.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:58 smithi140 bash[24947]: cluster 2023-12-06T15:00:56.809572+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:58.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:00:58 smithi140 bash[24947]: cephadm 2023-12-06T15:00:57.073123+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi029 2023-12-06T15:00:59.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:58 smithi029 bash[25023]: cluster 2023-12-06T15:00:56.809572+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:59.027 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:00:58 smithi029 bash[25023]: cephadm 2023-12-06T15:00:57.073123+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi029 2023-12-06T15:00:59.027 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:58 smithi029 bash[30481]: cluster 2023-12-06T15:00:56.809572+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:00:59.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:00:58 smithi029 bash[30481]: cephadm 2023-12-06T15:00:57.073123+0000 mgr.y (mgr.14152) 73 : cephadm [INF] Deploying daemon osd.0 on smithi029 2023-12-06T15:01:00.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:00 smithi029 bash[25023]: cluster 2023-12-06T15:00:58.810012+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-06T15:01:00.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:00 smithi029 bash[30481]: cluster 2023-12-06T15:00:58.810012+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-06T15:01:00.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:00 smithi140 bash[24947]: cluster 2023-12-06T15:00:58.810012+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-06T15:01:02.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[30481]: cluster 2023-12-06T15:01:00.810484+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-06T15:01:02.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[30481]: audit 2023-12-06T15:01:01.389973+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:02.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[30481]: audit 2023-12-06T15:01:01.409592+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:02.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[30481]: audit 2023-12-06T15:01:01.411307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:02.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[30481]: audit 2023-12-06T15:01:01.413239+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[25023]: cluster 2023-12-06T15:01:00.810484+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-06T15:01:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[25023]: audit 2023-12-06T15:01:01.389973+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[25023]: audit 2023-12-06T15:01:01.409592+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[25023]: audit 2023-12-06T15:01:01.411307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:02 smithi029 bash[25023]: audit 2023-12-06T15:01:01.413239+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:02.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:02 smithi140 bash[24947]: cluster 2023-12-06T15:01:00.810484+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-06T15:01:02.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:02 smithi140 bash[24947]: audit 2023-12-06T15:01:01.389973+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:02.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:02 smithi140 bash[24947]: audit 2023-12-06T15:01:01.409592+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:02.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:02 smithi140 bash[24947]: audit 2023-12-06T15:01:01.411307+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:02.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:02 smithi140 bash[24947]: audit 2023-12-06T15:01:01.413239+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:04.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:04 smithi029 bash[25023]: cluster 2023-12-06T15:01:02.810912+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-06T15:01:04.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:04 smithi029 bash[30481]: cluster 2023-12-06T15:01:02.810912+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-06T15:01:04.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:04 smithi140 bash[24947]: cluster 2023-12-06T15:01:02.810912+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-06T15:01:06.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[30481]: cluster 2023-12-06T15:01:04.811383+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-06T15:01:06.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[30481]: audit 2023-12-06T15:01:05.610634+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:06.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[30481]: audit 2023-12-06T15:01:05.618684+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[25023]: cluster 2023-12-06T15:01:04.811383+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-06T15:01:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[25023]: audit 2023-12-06T15:01:05.610634+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:06 smithi029 bash[25023]: audit 2023-12-06T15:01:05.618684+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:06.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:06 smithi140 bash[24947]: cluster 2023-12-06T15:01:04.811383+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-06T15:01:06.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:06 smithi140 bash[24947]: audit 2023-12-06T15:01:05.610634+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:06.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:06 smithi140 bash[24947]: audit 2023-12-06T15:01:05.618684+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:08.738 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:08 smithi029 bash[25023]: cluster 2023-12-06T15:01:06.811827+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-06T15:01:08.739 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:08 smithi029 bash[30481]: cluster 2023-12-06T15:01:06.811827+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-06T15:01:08.784 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2023-12-06T15:01:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:08 smithi140 bash[24947]: cluster 2023-12-06T15:01:06.811827+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-06T15:01:09.486 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.0.service 2023-12-06T15:01:09.488 INFO:tasks.cephadm:Deploying osd.1 on smithi029 with /dev/vg_nvme/lv_3... 2023-12-06T15:01:09.488 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[30481]: audit 2023-12-06T15:01:08.746182+0000 mon.a (mon.0) 254 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[30481]: audit 2023-12-06T15:01:08.783951+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[30481]: audit 2023-12-06T15:01:08.794610+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[30481]: audit 2023-12-06T15:01:08.797110+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[30481]: audit 2023-12-06T15:01:08.798669+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[25023]: audit 2023-12-06T15:01:08.746182+0000 mon.a (mon.0) 254 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[25023]: audit 2023-12-06T15:01:08.783951+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[25023]: audit 2023-12-06T15:01:08.794610+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:09.681 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[25023]: audit 2023-12-06T15:01:08.797110+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:09.682 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:09 smithi029 bash[25023]: audit 2023-12-06T15:01:08.798669+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:09.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:09 smithi140 bash[24947]: audit 2023-12-06T15:01:08.746182+0000 mon.a (mon.0) 254 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:01:09.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:09 smithi140 bash[24947]: audit 2023-12-06T15:01:08.783951+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:09.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:09 smithi140 bash[24947]: audit 2023-12-06T15:01:08.794610+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:09.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:09 smithi140 bash[24947]: audit 2023-12-06T15:01:08.797110+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:09.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:09 smithi140 bash[24947]: audit 2023-12-06T15:01:08.798669+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:10.426 INFO:journalctl@ceph.osd.0.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:01:10.777 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[25023]: cluster 2023-12-06T15:01:08.812313+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:10.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[25023]: audit 2023-12-06T15:01:09.416669+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:01:10.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[25023]: cluster 2023-12-06T15:01:09.416726+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T15:01:10.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[25023]: audit 2023-12-06T15:01:09.416956+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:10.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[25023]: audit 2023-12-06T15:01:09.417691+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:10.778 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[33268]: debug 2023-12-06T15:01:10.429+0000 7faa48f7f700 -1 osd.0 0 waiting for initial osdmap 2023-12-06T15:01:10.778 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[33268]: debug 2023-12-06T15:01:10.433+0000 7faa44918700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:01:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[30481]: cluster 2023-12-06T15:01:08.812313+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[30481]: audit 2023-12-06T15:01:09.416669+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:01:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[30481]: cluster 2023-12-06T15:01:09.416726+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T15:01:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[30481]: audit 2023-12-06T15:01:09.416956+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:10 smithi029 bash[30481]: audit 2023-12-06T15:01:09.417691+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:10.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:10 smithi140 bash[24947]: cluster 2023-12-06T15:01:08.812313+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:10.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:10 smithi140 bash[24947]: audit 2023-12-06T15:01:09.416669+0000 mon.a (mon.0) 259 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:01:10.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:10 smithi140 bash[24947]: cluster 2023-12-06T15:01:09.416726+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T15:01:10.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:10 smithi140 bash[24947]: audit 2023-12-06T15:01:09.416956+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:10.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:10 smithi140 bash[24947]: audit 2023-12-06T15:01:09.417691+0000 mon.a (mon.0) 262 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:11.527 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[25023]: audit 2023-12-06T15:01:10.421253+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[25023]: cluster 2023-12-06T15:01:10.421386+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[25023]: audit 2023-12-06T15:01:10.422169+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[25023]: audit 2023-12-06T15:01:10.435260+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[30481]: audit 2023-12-06T15:01:10.421253+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[30481]: cluster 2023-12-06T15:01:10.421386+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[30481]: audit 2023-12-06T15:01:10.422169+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:11.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:11 smithi029 bash[30481]: audit 2023-12-06T15:01:10.435260+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:11 smithi140 bash[24947]: audit 2023-12-06T15:01:10.421253+0000 mon.a (mon.0) 263 : audit [INF] from='osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:11 smithi140 bash[24947]: cluster 2023-12-06T15:01:10.421386+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-06T15:01:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:11 smithi140 bash[24947]: audit 2023-12-06T15:01:10.422169+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:11 smithi140 bash[24947]: audit 2023-12-06T15:01:10.435260+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:12.499 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: cluster 2023-12-06T15:01:09.725274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: cluster 2023-12-06T15:01:09.725468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: cluster 2023-12-06T15:01:10.812860+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: cluster 2023-12-06T15:01:11.431153+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807] boot 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: cluster 2023-12-06T15:01:11.431220+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[25023]: audit 2023-12-06T15:01:11.432242+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: cluster 2023-12-06T15:01:09.725274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:12.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: cluster 2023-12-06T15:01:09.725468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: cluster 2023-12-06T15:01:10.812860+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: cluster 2023-12-06T15:01:11.431153+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807] boot 2023-12-06T15:01:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: cluster 2023-12-06T15:01:11.431220+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T15:01:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:12 smithi029 bash[30481]: audit 2023-12-06T15:01:11.432242+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: cluster 2023-12-06T15:01:09.725274+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: cluster 2023-12-06T15:01:09.725468+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: cluster 2023-12-06T15:01:10.812860+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: cluster 2023-12-06T15:01:11.431153+0000 mon.a (mon.0) 267 : cluster [INF] osd.0 [v2:172.21.15.29:6802/2265319807,v1:172.21.15.29:6803/2265319807] boot 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: cluster 2023-12-06T15:01:11.431220+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-06T15:01:12.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:12 smithi140 bash[24947]: audit 2023-12-06T15:01:11.432242+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:01:13.638 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:13 smithi029 bash[25023]: cluster 2023-12-06T15:01:12.440760+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T15:01:13.638 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:13 smithi029 bash[30481]: cluster 2023-12-06T15:01:12.440760+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T15:01:13.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:13 smithi140 bash[24947]: cluster 2023-12-06T15:01:12.440760+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0169571 s, 618 MB/s 2023-12-06T15:01:13.919 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-12-06T15:01:14.777 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:14 smithi029 bash[30481]: cluster 2023-12-06T15:01:12.813346+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-06T15:01:14.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:14 smithi029 bash[25023]: cluster 2023-12-06T15:01:12.813346+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-06T15:01:14.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:14 smithi140 bash[24947]: cluster 2023-12-06T15:01:12.813346+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-06T15:01:15.295 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_3 2023-12-06T15:01:16.752 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:16 smithi029 bash[25023]: cluster 2023-12-06T15:01:14.813859+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-06T15:01:16.752 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:16 smithi029 bash[30481]: cluster 2023-12-06T15:01:14.813859+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-06T15:01:16.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:16 smithi140 bash[24947]: cluster 2023-12-06T15:01:14.813859+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-06T15:01:18.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:18 smithi029 bash[25023]: cluster 2023-12-06T15:01:16.814367+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:18.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:18 smithi029 bash[30481]: cluster 2023-12-06T15:01:16.814367+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:18.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:18 smithi140 bash[24947]: cluster 2023-12-06T15:01:16.814367+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: cephadm 2023-12-06T15:01:18.747475+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:18.756017+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:18.757544+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: cephadm 2023-12-06T15:01:18.758647+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16251M 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:18.764070+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:18.771480+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: cluster 2023-12-06T15:01:18.814834+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:20.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:19.296274+0000 mgr.y (mgr.14152) 87 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:19.303253+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:19.309040+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[25023]: audit 2023-12-06T15:01:19.310413+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: cephadm 2023-12-06T15:01:18.747475+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:18.756017+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:18.757544+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: cephadm 2023-12-06T15:01:18.758647+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16251M 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:18.764070+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:18.771480+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: cluster 2023-12-06T15:01:18.814834+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:20.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:19.296274+0000 mgr.y (mgr.14152) 87 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:20.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:19.303253+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:01:20.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:19.309040+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:01:20.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:19 smithi029 bash[30481]: audit 2023-12-06T15:01:19.310413+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: cephadm 2023-12-06T15:01:18.747475+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:18.756017+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:18.757544+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: cephadm 2023-12-06T15:01:18.758647+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 16251M 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:18.764070+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:18.771480+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: cluster 2023-12-06T15:01:18.814834+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:19.296274+0000 mgr.y (mgr.14152) 87 : audit [DBG] from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:19.303253+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:19.309040+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:01:20.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:19 smithi140 bash[24947]: audit 2023-12-06T15:01:19.310413+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:22.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:21 smithi140 bash[24947]: cluster 2023-12-06T15:01:20.815338+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-06T15:01:22.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:21 smithi029 bash[25023]: cluster 2023-12-06T15:01:20.815338+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-06T15:01:22.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:21 smithi029 bash[30481]: cluster 2023-12-06T15:01:20.815338+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-06T15:01:24.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:23 smithi029 bash[25023]: cluster 2023-12-06T15:01:22.815822+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:24.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:23 smithi029 bash[30481]: cluster 2023-12-06T15:01:22.815822+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:23 smithi140 bash[24947]: cluster 2023-12-06T15:01:22.815822+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:26 smithi140 bash[24947]: cluster 2023-12-06T15:01:24.816310+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:26 smithi140 bash[24947]: audit 2023-12-06T15:01:25.565086+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]: dispatch 2023-12-06T15:01:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:26 smithi140 bash[24947]: audit 2023-12-06T15:01:25.570425+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]': finished 2023-12-06T15:01:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:26 smithi140 bash[24947]: cluster 2023-12-06T15:01:25.570498+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T15:01:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:26 smithi140 bash[24947]: audit 2023-12-06T15:01:25.570690+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[30481]: cluster 2023-12-06T15:01:24.816310+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[30481]: audit 2023-12-06T15:01:25.565086+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]: dispatch 2023-12-06T15:01:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[30481]: audit 2023-12-06T15:01:25.570425+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]': finished 2023-12-06T15:01:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[30481]: cluster 2023-12-06T15:01:25.570498+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T15:01:26.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[30481]: audit 2023-12-06T15:01:25.570690+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[25023]: cluster 2023-12-06T15:01:24.816310+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[25023]: audit 2023-12-06T15:01:25.565086+0000 mon.a (mon.0) 278 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]: dispatch 2023-12-06T15:01:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[25023]: audit 2023-12-06T15:01:25.570425+0000 mon.a (mon.0) 279 : audit [INF] from='client.? 172.21.15.29:0/3133870208' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "538af73b-dbe9-49ee-b089-5a31c678e597"}]': finished 2023-12-06T15:01:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[25023]: cluster 2023-12-06T15:01:25.570498+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-06T15:01:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:26 smithi029 bash[25023]: audit 2023-12-06T15:01:25.570690+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:27.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:27 smithi140 bash[24947]: audit 2023-12-06T15:01:26.303911+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.29:0/1070366678' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:01:27.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:27 smithi140 bash[24947]: audit 2023-12-06T15:01:26.864652+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:27.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:27 smithi140 bash[24947]: audit 2023-12-06T15:01:26.869142+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[25023]: audit 2023-12-06T15:01:26.303911+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.29:0/1070366678' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[25023]: audit 2023-12-06T15:01:26.864652+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[25023]: audit 2023-12-06T15:01:26.869142+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[30481]: audit 2023-12-06T15:01:26.303911+0000 mon.a (mon.0) 282 : audit [DBG] from='client.? 172.21.15.29:0/1070366678' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[30481]: audit 2023-12-06T15:01:26.864652+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:01:27.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:27 smithi029 bash[30481]: audit 2023-12-06T15:01:26.869142+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:01:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:28 smithi140 bash[24947]: cluster 2023-12-06T15:01:26.816747+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-06T15:01:28.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:28 smithi029 bash[30481]: cluster 2023-12-06T15:01:26.816747+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-06T15:01:28.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:28 smithi029 bash[25023]: cluster 2023-12-06T15:01:26.816747+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-06T15:01:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:30 smithi140 bash[24947]: cluster 2023-12-06T15:01:28.817209+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-06T15:01:30.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:30 smithi029 bash[25023]: cluster 2023-12-06T15:01:28.817209+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-06T15:01:30.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:30 smithi029 bash[30481]: cluster 2023-12-06T15:01:28.817209+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-06T15:01:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:32 smithi140 bash[24947]: cluster 2023-12-06T15:01:30.817710+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-06T15:01:32.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:32 smithi029 bash[25023]: cluster 2023-12-06T15:01:30.817710+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-06T15:01:32.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:32 smithi029 bash[30481]: cluster 2023-12-06T15:01:30.817710+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-06T15:01:34.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:34 smithi029 bash[30481]: cluster 2023-12-06T15:01:32.818184+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:34.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:34 smithi029 bash[25023]: cluster 2023-12-06T15:01:32.818184+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:34 smithi140 bash[24947]: cluster 2023-12-06T15:01:32.818184+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:36.615 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:36 smithi029 bash[25023]: cluster 2023-12-06T15:01:34.818658+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:36.615 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:36 smithi029 bash[30481]: cluster 2023-12-06T15:01:34.818658+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:36 smithi140 bash[24947]: cluster 2023-12-06T15:01:34.818658+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:37 smithi140 bash[24947]: audit 2023-12-06T15:01:36.339298+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:01:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:37 smithi140 bash[24947]: audit 2023-12-06T15:01:36.340643+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:37 smithi140 bash[24947]: cephadm 2023-12-06T15:01:36.341775+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi029 2023-12-06T15:01:37.636 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[30481]: audit 2023-12-06T15:01:36.339298+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:01:37.636 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[30481]: audit 2023-12-06T15:01:36.340643+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:37.636 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[30481]: cephadm 2023-12-06T15:01:36.341775+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi029 2023-12-06T15:01:37.637 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[25023]: audit 2023-12-06T15:01:36.339298+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:01:37.637 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[25023]: audit 2023-12-06T15:01:36.340643+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:37.637 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:37 smithi029 bash[25023]: cephadm 2023-12-06T15:01:36.341775+0000 mgr.y (mgr.14152) 96 : cephadm [INF] Deploying daemon osd.1 on smithi029 2023-12-06T15:01:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:38 smithi140 bash[24947]: cluster 2023-12-06T15:01:36.819172+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-06T15:01:38.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:38 smithi029 bash[30481]: cluster 2023-12-06T15:01:36.819172+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-06T15:01:38.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:38 smithi029 bash[25023]: cluster 2023-12-06T15:01:36.819172+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-06T15:01:40.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:40 smithi140 bash[24947]: cluster 2023-12-06T15:01:38.819710+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-06T15:01:40.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:40 smithi029 bash[25023]: cluster 2023-12-06T15:01:38.819710+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-06T15:01:40.750 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:40 smithi029 bash[30481]: cluster 2023-12-06T15:01:38.819710+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-06T15:01:42.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[25023]: audit 2023-12-06T15:01:40.792378+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:42.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[25023]: audit 2023-12-06T15:01:40.794291+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:42.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[25023]: audit 2023-12-06T15:01:40.796653+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:42.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[25023]: audit 2023-12-06T15:01:40.798049+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:42.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[25023]: cluster 2023-12-06T15:01:40.820432+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-06T15:01:42.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[30481]: audit 2023-12-06T15:01:40.792378+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:42.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[30481]: audit 2023-12-06T15:01:40.794291+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:42.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[30481]: audit 2023-12-06T15:01:40.796653+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:42.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[30481]: audit 2023-12-06T15:01:40.798049+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:42.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:41 smithi029 bash[30481]: cluster 2023-12-06T15:01:40.820432+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-06T15:01:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:41 smithi140 bash[24947]: audit 2023-12-06T15:01:40.792378+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:41 smithi140 bash[24947]: audit 2023-12-06T15:01:40.794291+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:41 smithi140 bash[24947]: audit 2023-12-06T15:01:40.796653+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:41 smithi140 bash[24947]: audit 2023-12-06T15:01:40.798049+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:41 smithi140 bash[24947]: cluster 2023-12-06T15:01:40.820432+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-06T15:01:44.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:43 smithi029 bash[25023]: cluster 2023-12-06T15:01:42.820983+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-06T15:01:44.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:43 smithi029 bash[30481]: cluster 2023-12-06T15:01:42.820983+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-06T15:01:44.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:43 smithi140 bash[24947]: cluster 2023-12-06T15:01:42.820983+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-06T15:01:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:45 smithi140 bash[24947]: audit 2023-12-06T15:01:44.817618+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:45 smithi140 bash[24947]: cluster 2023-12-06T15:01:44.821371+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:45 smithi140 bash[24947]: audit 2023-12-06T15:01:45.099758+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:46.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[25023]: audit 2023-12-06T15:01:44.817618+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:46.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[25023]: cluster 2023-12-06T15:01:44.821371+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:46.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[25023]: audit 2023-12-06T15:01:45.099758+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:46.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[30481]: audit 2023-12-06T15:01:44.817618+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:46.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[30481]: cluster 2023-12-06T15:01:44.821371+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:46.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:45 smithi029 bash[30481]: audit 2023-12-06T15:01:45.099758+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:48.058 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 1 on host 'smithi029' 2023-12-06T15:01:48.255 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:47 smithi029 bash[25023]: cluster 2023-12-06T15:01:46.821804+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:48.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:47 smithi029 bash[30481]: cluster 2023-12-06T15:01:46.821804+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:48.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:47 smithi140 bash[24947]: cluster 2023-12-06T15:01:46.821804+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:48.766 DEBUG:teuthology.orchestra.run.smithi029:osd.1> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.1.service 2023-12-06T15:01:48.768 INFO:tasks.cephadm:Deploying osd.2 on smithi029 with /dev/vg_nvme/lv_2... 2023-12-06T15:01:48.768 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T15:01:49.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[25023]: audit 2023-12-06T15:01:48.056501+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:49.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[25023]: audit 2023-12-06T15:01:48.074091+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:49.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[25023]: audit 2023-12-06T15:01:48.076935+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:49.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[25023]: audit 2023-12-06T15:01:48.078842+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:49.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[25023]: audit 2023-12-06T15:01:48.259558+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:01:49.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[30481]: audit 2023-12-06T15:01:48.056501+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:49.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[30481]: audit 2023-12-06T15:01:48.074091+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:49.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[30481]: audit 2023-12-06T15:01:48.076935+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:49.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[30481]: audit 2023-12-06T15:01:48.078842+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:49.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:49 smithi029 bash[30481]: audit 2023-12-06T15:01:48.259558+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:01:49.302 INFO:journalctl@ceph.osd.1.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:01:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:49 smithi140 bash[24947]: audit 2023-12-06T15:01:48.056501+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:49 smithi140 bash[24947]: audit 2023-12-06T15:01:48.074091+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:01:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:49 smithi140 bash[24947]: audit 2023-12-06T15:01:48.076935+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:01:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:49 smithi140 bash[24947]: audit 2023-12-06T15:01:48.078842+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:01:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:49 smithi140 bash[24947]: audit 2023-12-06T15:01:48.259558+0000 mon.a (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:01:50.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[25023]: cluster 2023-12-06T15:01:48.822366+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:50.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[25023]: audit 2023-12-06T15:01:49.065869+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:01:50.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[25023]: cluster 2023-12-06T15:01:49.065996+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T15:01:50.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[25023]: audit 2023-12-06T15:01:49.066351+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:50.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[25023]: audit 2023-12-06T15:01:49.067483+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:50.279 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[36398]: debug 2023-12-06T15:01:50.071+0000 7fa388c2a700 -1 osd.1 0 waiting for initial osdmap 2023-12-06T15:01:50.279 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[36398]: debug 2023-12-06T15:01:50.079+0000 7fa3835c1700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:01:50.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[30481]: cluster 2023-12-06T15:01:48.822366+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:50.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[30481]: audit 2023-12-06T15:01:49.065869+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:01:50.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[30481]: cluster 2023-12-06T15:01:49.065996+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T15:01:50.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[30481]: audit 2023-12-06T15:01:49.066351+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:50.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:50 smithi029 bash[30481]: audit 2023-12-06T15:01:49.067483+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:50 smithi140 bash[24947]: cluster 2023-12-06T15:01:48.822366+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:50 smithi140 bash[24947]: audit 2023-12-06T15:01:49.065869+0000 mon.a (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:01:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:50 smithi140 bash[24947]: cluster 2023-12-06T15:01:49.065996+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-06T15:01:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:50 smithi140 bash[24947]: audit 2023-12-06T15:01:49.066351+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:50 smithi140 bash[24947]: audit 2023-12-06T15:01:49.067483+0000 mon.a (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:01:51.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[25023]: audit 2023-12-06T15:01:50.073005+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:51.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[25023]: cluster 2023-12-06T15:01:50.073205+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T15:01:51.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[25023]: audit 2023-12-06T15:01:50.073419+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:51.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[25023]: audit 2023-12-06T15:01:50.079516+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:51.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[30481]: audit 2023-12-06T15:01:50.073005+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:51.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[30481]: cluster 2023-12-06T15:01:50.073205+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T15:01:51.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[30481]: audit 2023-12-06T15:01:50.073419+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:51.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:51 smithi029 bash[30481]: audit 2023-12-06T15:01:50.079516+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:51 smithi140 bash[24947]: audit 2023-12-06T15:01:50.073005+0000 mon.a (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:01:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:51 smithi140 bash[24947]: cluster 2023-12-06T15:01:50.073205+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-06T15:01:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:51 smithi140 bash[24947]: audit 2023-12-06T15:01:50.073419+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:51 smithi140 bash[24947]: audit 2023-12-06T15:01:50.079516+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: cluster 2023-12-06T15:01:49.238455+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: cluster 2023-12-06T15:01:49.238645+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: cluster 2023-12-06T15:01:50.822913+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: cluster 2023-12-06T15:01:51.076259+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747] boot 2023-12-06T15:01:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: cluster 2023-12-06T15:01:51.076351+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T15:01:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:52 smithi140 bash[24947]: audit 2023-12-06T15:01:51.077453+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: cluster 2023-12-06T15:01:49.238455+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: cluster 2023-12-06T15:01:49.238645+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: cluster 2023-12-06T15:01:50.822913+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: cluster 2023-12-06T15:01:51.076259+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747] boot 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: cluster 2023-12-06T15:01:51.076351+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T15:01:52.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[30481]: audit 2023-12-06T15:01:51.077453+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: cluster 2023-12-06T15:01:49.238455+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: cluster 2023-12-06T15:01:49.238645+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: cluster 2023-12-06T15:01:50.822913+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: cluster 2023-12-06T15:01:51.076259+0000 mon.a (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.29:6810/2906875747,v1:172.21.15.29:6811/2906875747] boot 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: cluster 2023-12-06T15:01:51.076351+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-06T15:01:52.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:52 smithi029 bash[25023]: audit 2023-12-06T15:01:51.077453+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:01:52.875 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T15:01:52.876 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T15:01:52.876 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-12-06T15:01:52.876 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-12-06T15:01:52.876 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138867 s, 755 MB/s 2023-12-06T15:01:52.876 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-12-06T15:01:53.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:53 smithi029 bash[25023]: cluster 2023-12-06T15:01:52.094365+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T15:01:53.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:53 smithi029 bash[30481]: cluster 2023-12-06T15:01:52.094365+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T15:01:53.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:53 smithi140 bash[24947]: cluster 2023-12-06T15:01:52.094365+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-06T15:01:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:54 smithi140 bash[24947]: cluster 2023-12-06T15:01:52.823411+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:54.409 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:54 smithi029 bash[30481]: cluster 2023-12-06T15:01:52.823411+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:54.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:54 smithi029 bash[25023]: cluster 2023-12-06T15:01:52.823411+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:54.410 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_2 2023-12-06T15:01:56.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:56 smithi029 bash[25023]: cluster 2023-12-06T15:01:54.823891+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:56.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:56 smithi029 bash[30481]: cluster 2023-12-06T15:01:54.823891+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:56 smithi140 bash[24947]: cluster 2023-12-06T15:01:54.823891+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:58.613 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:58 smithi029 bash[25023]: cluster 2023-12-06T15:01:56.824378+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:58.613 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:58 smithi029 bash[30481]: cluster 2023-12-06T15:01:56.824378+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:58 smithi140 bash[24947]: cluster 2023-12-06T15:01:56.824378+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:01:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: cephadm 2023-12-06T15:01:58.546876+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:01:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.552977+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.554697+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:01:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.556169+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: cephadm 2023-12-06T15:01:58.557209+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8125M 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.567082+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.574670+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.978774+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.984569+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:01:59.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:01:59 smithi140 bash[24947]: audit 2023-12-06T15:01:58.986083+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:00.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: cephadm 2023-12-06T15:01:58.546876+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:02:00.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.552977+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.554697+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:00.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.556169+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: cephadm 2023-12-06T15:01:58.557209+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8125M 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.567082+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.574670+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.978774+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.984569+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[25023]: audit 2023-12-06T15:01:58.986083+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: cephadm 2023-12-06T15:01:58.546876+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.552977+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.554697+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.556169+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: cephadm 2023-12-06T15:01:58.557209+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 8125M 2023-12-06T15:02:00.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.567082+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.574670+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:00.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.978774+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:02:00.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.984569+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:02:00.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:01:59 smithi029 bash[30481]: audit 2023-12-06T15:01:58.986083+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:00.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:00 smithi140 bash[24947]: cluster 2023-12-06T15:01:58.824760+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:00.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:00 smithi140 bash[24947]: audit 2023-12-06T15:01:58.975948+0000 mgr.y (mgr.14152) 111 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:01.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:00 smithi029 bash[25023]: cluster 2023-12-06T15:01:58.824760+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:01.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:00 smithi029 bash[25023]: audit 2023-12-06T15:01:58.975948+0000 mgr.y (mgr.14152) 111 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:01.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:00 smithi029 bash[30481]: cluster 2023-12-06T15:01:58.824760+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:01.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:00 smithi029 bash[30481]: audit 2023-12-06T15:01:58.975948+0000 mgr.y (mgr.14152) 111 : audit [DBG] from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:02.828 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:02 smithi029 bash[25023]: cluster 2023-12-06T15:02:00.825231+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:02.829 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:02 smithi029 bash[30481]: cluster 2023-12-06T15:02:00.825231+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:02 smithi140 bash[24947]: cluster 2023-12-06T15:02:00.825231+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:03 smithi140 bash[24947]: cluster 2023-12-06T15:02:02.825708+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:04.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:03 smithi029 bash[25023]: cluster 2023-12-06T15:02:02.825708+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:04.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:03 smithi029 bash[30481]: cluster 2023-12-06T15:02:02.825708+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: cluster 2023-12-06T15:02:04.826191+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: audit 2023-12-06T15:02:05.341636+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.29:0/2382852042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: audit 2023-12-06T15:02:05.342358+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: audit 2023-12-06T15:02:05.350514+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]': finished 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: cluster 2023-12-06T15:02:05.350735+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T15:02:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: audit 2023-12-06T15:02:05.351067+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:06.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:06 smithi140 bash[24947]: audit 2023-12-06T15:02:06.086880+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.29:0/1353892970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: cluster 2023-12-06T15:02:04.826191+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: audit 2023-12-06T15:02:05.341636+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.29:0/2382852042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: audit 2023-12-06T15:02:05.342358+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: audit 2023-12-06T15:02:05.350514+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]': finished 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: cluster 2023-12-06T15:02:05.350735+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: audit 2023-12-06T15:02:05.351067+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[25023]: audit 2023-12-06T15:02:06.086880+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.29:0/1353892970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: cluster 2023-12-06T15:02:04.826191+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: audit 2023-12-06T15:02:05.341636+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.29:0/2382852042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: audit 2023-12-06T15:02:05.342358+0000 mon.a (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: audit 2023-12-06T15:02:05.350514+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70113469-4c6a-4357-a988-be1629c1885b"}]': finished 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: cluster 2023-12-06T15:02:05.350735+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: audit 2023-12-06T15:02:05.351067+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:06 smithi029 bash[30481]: audit 2023-12-06T15:02:06.086880+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.29:0/1353892970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:08.585 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:08 smithi029 bash[25023]: cluster 2023-12-06T15:02:06.826750+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-06T15:02:08.585 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:08 smithi029 bash[30481]: cluster 2023-12-06T15:02:06.826750+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-06T15:02:08.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:08 smithi140 bash[24947]: cluster 2023-12-06T15:02:06.826750+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-06T15:02:10.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:10 smithi140 bash[24947]: cluster 2023-12-06T15:02:08.827292+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-06T15:02:10.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:10 smithi029 bash[25023]: cluster 2023-12-06T15:02:08.827292+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-06T15:02:10.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:10 smithi029 bash[30481]: cluster 2023-12-06T15:02:08.827292+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-06T15:02:12.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:12 smithi029 bash[25023]: cluster 2023-12-06T15:02:10.827781+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:12.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:12 smithi029 bash[30481]: cluster 2023-12-06T15:02:10.827781+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:12.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:12 smithi140 bash[24947]: cluster 2023-12-06T15:02:10.827781+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:14 smithi140 bash[24947]: cluster 2023-12-06T15:02:12.828307+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:14.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:14 smithi029 bash[25023]: cluster 2023-12-06T15:02:12.828307+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:14.730 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:14 smithi029 bash[30481]: cluster 2023-12-06T15:02:12.828307+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[30481]: cluster 2023-12-06T15:02:14.828829+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[30481]: audit 2023-12-06T15:02:16.189471+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[30481]: audit 2023-12-06T15:02:16.191165+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[25023]: cluster 2023-12-06T15:02:14.828829+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[25023]: audit 2023-12-06T15:02:16.189471+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:02:16.460 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:16 smithi029 bash[25023]: audit 2023-12-06T15:02:16.191165+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:16 smithi140 bash[24947]: cluster 2023-12-06T15:02:14.828829+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:16 smithi140 bash[24947]: audit 2023-12-06T15:02:16.189471+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:02:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:16 smithi140 bash[24947]: audit 2023-12-06T15:02:16.191165+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:17 smithi140 bash[24947]: cephadm 2023-12-06T15:02:16.192437+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.2 on smithi029 2023-12-06T15:02:17.707 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:17 smithi029 bash[25023]: cephadm 2023-12-06T15:02:16.192437+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.2 on smithi029 2023-12-06T15:02:17.708 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:17 smithi029 bash[30481]: cephadm 2023-12-06T15:02:16.192437+0000 mgr.y (mgr.14152) 120 : cephadm [INF] Deploying daemon osd.2 on smithi029 2023-12-06T15:02:18.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:18 smithi029 bash[25023]: cluster 2023-12-06T15:02:16.829292+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-06T15:02:18.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:18 smithi029 bash[30481]: cluster 2023-12-06T15:02:16.829292+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-06T15:02:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:18 smithi140 bash[24947]: cluster 2023-12-06T15:02:16.829292+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-06T15:02:20.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:20 smithi029 bash[25023]: cluster 2023-12-06T15:02:18.829823+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-06T15:02:20.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:20 smithi029 bash[30481]: cluster 2023-12-06T15:02:18.829823+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-06T15:02:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:20 smithi140 bash[24947]: cluster 2023-12-06T15:02:18.829823+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-06T15:02:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:21 smithi140 bash[24947]: audit 2023-12-06T15:02:20.600682+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:21 smithi140 bash[24947]: audit 2023-12-06T15:02:20.601005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:21 smithi140 bash[24947]: audit 2023-12-06T15:02:20.603034+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:21 smithi140 bash[24947]: audit 2023-12-06T15:02:20.604593+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:21 smithi140 bash[24947]: cluster 2023-12-06T15:02:20.830261+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-06T15:02:22.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[30481]: audit 2023-12-06T15:02:20.600682+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:22.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[30481]: audit 2023-12-06T15:02:20.601005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:22.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[30481]: audit 2023-12-06T15:02:20.603034+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:22.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[30481]: audit 2023-12-06T15:02:20.604593+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:22.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[30481]: cluster 2023-12-06T15:02:20.830261+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-06T15:02:22.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[25023]: audit 2023-12-06T15:02:20.600682+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:22.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[25023]: audit 2023-12-06T15:02:20.601005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:22.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[25023]: audit 2023-12-06T15:02:20.603034+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:22.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[25023]: audit 2023-12-06T15:02:20.604593+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:22.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:21 smithi029 bash[25023]: cluster 2023-12-06T15:02:20.830261+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-06T15:02:23.968 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:23 smithi029 bash[25023]: cluster 2023-12-06T15:02:22.830807+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:24.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:23 smithi029 bash[30481]: cluster 2023-12-06T15:02:22.830807+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:23 smithi140 bash[24947]: cluster 2023-12-06T15:02:22.830807+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:26.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[25023]: audit 2023-12-06T15:02:24.727138+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[25023]: audit 2023-12-06T15:02:24.734032+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.028 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[25023]: cluster 2023-12-06T15:02:24.831422+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:26.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[30481]: audit 2023-12-06T15:02:24.727138+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[30481]: audit 2023-12-06T15:02:24.734032+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:25 smithi029 bash[30481]: cluster 2023-12-06T15:02:24.831422+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:25 smithi140 bash[24947]: audit 2023-12-06T15:02:24.727138+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:25 smithi140 bash[24947]: audit 2023-12-06T15:02:24.734032+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:25 smithi140 bash[24947]: cluster 2023-12-06T15:02:24.831422+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:27.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:26 smithi029 bash[30481]: audit 2023-12-06T15:02:26.866760+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:27.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:26 smithi029 bash[30481]: audit 2023-12-06T15:02:26.871346+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:27.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:26 smithi029 bash[25023]: audit 2023-12-06T15:02:26.866760+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:27.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:26 smithi029 bash[25023]: audit 2023-12-06T15:02:26.871346+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:27.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:26 smithi140 bash[24947]: audit 2023-12-06T15:02:26.866760+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:02:27.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:26 smithi140 bash[24947]: audit 2023-12-06T15:02:26.871346+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:02:28.095 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 2 on host 'smithi029' 2023-12-06T15:02:28.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:27 smithi029 bash[25023]: cluster 2023-12-06T15:02:26.831913+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:28.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:27 smithi029 bash[30481]: cluster 2023-12-06T15:02:26.831913+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:27 smithi140 bash[24947]: cluster 2023-12-06T15:02:26.831913+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:28.901 DEBUG:teuthology.orchestra.run.smithi029:osd.2> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.2.service 2023-12-06T15:02:28.903 INFO:tasks.cephadm:Deploying osd.3 on smithi029 with /dev/vg_nvme/lv_1... 2023-12-06T15:02:28.903 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T15:02:29.051 INFO:journalctl@ceph.osd.2.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:02:29.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.094214+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:29.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.110920+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.113315+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.114402+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.114670+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[25023]: audit 2023-12-06T15:02:28.115542+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.094214+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.110920+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.113315+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.114402+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.114670+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:29.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:29 smithi029 bash[30481]: audit 2023-12-06T15:02:28.115542+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.094214+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.110920+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.113315+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.114402+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.114670+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:02:29.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:29 smithi140 bash[24947]: audit 2023-12-06T15:02:28.115542+0000 mon.a (mon.0) 336 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:02:30.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: cluster 2023-12-06T15:02:28.832411+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:30.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: audit 2023-12-06T15:02:29.103917+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:02:30.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: cluster 2023-12-06T15:02:29.104081+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T15:02:30.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: audit 2023-12-06T15:02:29.104466+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:30.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: audit 2023-12-06T15:02:29.105056+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:30.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[25023]: audit 2023-12-06T15:02:29.105643+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:30.279 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[39544]: debug 2023-12-06T15:02:30.111+0000 7f182f90f700 -1 osd.2 0 waiting for initial osdmap 2023-12-06T15:02:30.279 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[39544]: debug 2023-12-06T15:02:30.115+0000 7f1828aa3700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: cluster 2023-12-06T15:02:28.832411+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: audit 2023-12-06T15:02:29.103917+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: cluster 2023-12-06T15:02:29.104081+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: audit 2023-12-06T15:02:29.104466+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: audit 2023-12-06T15:02:29.105056+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:30 smithi029 bash[30481]: audit 2023-12-06T15:02:29.105643+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: cluster 2023-12-06T15:02:28.832411+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: audit 2023-12-06T15:02:29.103917+0000 mon.a (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: cluster 2023-12-06T15:02:29.104081+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: audit 2023-12-06T15:02:29.104466+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: audit 2023-12-06T15:02:29.105056+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:30 smithi140 bash[24947]: audit 2023-12-06T15:02:29.105643+0000 mon.a (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:02:31.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[25023]: audit 2023-12-06T15:02:30.105233+0000 mon.a (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[25023]: cluster 2023-12-06T15:02:30.105497+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[25023]: audit 2023-12-06T15:02:30.106040+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[25023]: audit 2023-12-06T15:02:30.113010+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[30481]: audit 2023-12-06T15:02:30.105233+0000 mon.a (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[30481]: cluster 2023-12-06T15:02:30.105497+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[30481]: audit 2023-12-06T15:02:30.106040+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:31.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:31 smithi029 bash[30481]: audit 2023-12-06T15:02:30.113010+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:31 smithi140 bash[24947]: audit 2023-12-06T15:02:30.105233+0000 mon.a (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:02:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:31 smithi140 bash[24947]: cluster 2023-12-06T15:02:30.105497+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-06T15:02:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:31 smithi140 bash[24947]: audit 2023-12-06T15:02:30.106040+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:31 smithi140 bash[24947]: audit 2023-12-06T15:02:30.113010+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: cluster 2023-12-06T15:02:29.103221+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: cluster 2023-12-06T15:02:29.103364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: cluster 2023-12-06T15:02:30.832931+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: cluster 2023-12-06T15:02:31.116308+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842] boot 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: cluster 2023-12-06T15:02:31.116391+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T15:02:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:32 smithi140 bash[24947]: audit 2023-12-06T15:02:31.117156+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:32.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: cluster 2023-12-06T15:02:29.103221+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: cluster 2023-12-06T15:02:29.103364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: cluster 2023-12-06T15:02:30.832931+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: cluster 2023-12-06T15:02:31.116308+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842] boot 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: cluster 2023-12-06T15:02:31.116391+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[25023]: audit 2023-12-06T15:02:31.117156+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: cluster 2023-12-06T15:02:29.103221+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: cluster 2023-12-06T15:02:29.103364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: cluster 2023-12-06T15:02:30.832931+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: cluster 2023-12-06T15:02:31.116308+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.29:6818/205674842,v1:172.21.15.29:6819/205674842] boot 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: cluster 2023-12-06T15:02:31.116391+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-06T15:02:32.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:32 smithi029 bash[30481]: audit 2023-12-06T15:02:31.117156+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:02:33.087 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T15:02:33.087 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T15:02:33.087 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-12-06T15:02:33.088 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-12-06T15:02:33.088 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134694 s, 778 MB/s 2023-12-06T15:02:33.088 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-12-06T15:02:33.789 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:33 smithi029 bash[25023]: cluster 2023-12-06T15:02:32.133770+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T15:02:33.789 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:33 smithi029 bash[30481]: cluster 2023-12-06T15:02:32.133770+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T15:02:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:33 smithi140 bash[24947]: cluster 2023-12-06T15:02:32.133770+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-06T15:02:34.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[25023]: cluster 2023-12-06T15:02:32.833329+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:34.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[25023]: audit 2023-12-06T15:02:32.948403+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[25023]: audit 2023-12-06T15:02:33.447492+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[25023]: cluster 2023-12-06T15:02:33.447701+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T15:02:34.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[25023]: audit 2023-12-06T15:02:33.449381+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T15:02:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[30481]: cluster 2023-12-06T15:02:32.833329+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[30481]: audit 2023-12-06T15:02:32.948403+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[30481]: audit 2023-12-06T15:02:33.447492+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[30481]: cluster 2023-12-06T15:02:33.447701+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T15:02:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:34 smithi029 bash[30481]: audit 2023-12-06T15:02:33.449381+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T15:02:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:34 smithi140 bash[24947]: cluster 2023-12-06T15:02:32.833329+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:34 smithi140 bash[24947]: audit 2023-12-06T15:02:32.948403+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:34 smithi140 bash[24947]: audit 2023-12-06T15:02:33.447492+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' 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-06T15:02:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:34 smithi140 bash[24947]: cluster 2023-12-06T15:02:33.447701+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-06T15:02:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:34 smithi140 bash[24947]: audit 2023-12-06T15:02:33.449381+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-06T15:02:34.884 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_1 2023-12-06T15:02:35.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:35 smithi029 bash[30481]: audit 2023-12-06T15:02:34.450602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T15:02:35.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:35 smithi029 bash[30481]: cluster 2023-12-06T15:02:34.450902+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T15:02:35.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:35 smithi029 bash[25023]: audit 2023-12-06T15:02:34.450602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T15:02:35.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:35 smithi029 bash[25023]: cluster 2023-12-06T15:02:34.450902+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T15:02:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:35 smithi140 bash[24947]: audit 2023-12-06T15:02:34.450602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-06T15:02:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:35 smithi140 bash[24947]: cluster 2023-12-06T15:02:34.450902+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-06T15:02:36.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[25023]: cluster 2023-12-06T15:02:34.833814+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:36.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[25023]: cluster 2023-12-06T15:02:35.458680+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-06T15:02:36.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[25023]: audit 2023-12-06T15:02:35.635125+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:36.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[30481]: cluster 2023-12-06T15:02:34.833814+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:36.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[30481]: cluster 2023-12-06T15:02:35.458680+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-06T15:02:36.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:36 smithi029 bash[30481]: audit 2023-12-06T15:02:35.635125+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:36 smithi140 bash[24947]: cluster 2023-12-06T15:02:34.833814+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:36 smithi140 bash[24947]: cluster 2023-12-06T15:02:35.458680+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-06T15:02:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:36 smithi140 bash[24947]: audit 2023-12-06T15:02:35.635125+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:38.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:38 smithi029 bash[30481]: cluster 2023-12-06T15:02:36.472948+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T15:02:38.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:38 smithi029 bash[30481]: audit 2023-12-06T15:02:37.447164+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:38.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:38 smithi029 bash[25023]: cluster 2023-12-06T15:02:36.472948+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T15:02:38.538 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:38 smithi029 bash[25023]: audit 2023-12-06T15:02:37.447164+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:38 smithi140 bash[24947]: cluster 2023-12-06T15:02:36.472948+0000 mon.a (mon.0) 357 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-06T15:02:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:38 smithi140 bash[24947]: audit 2023-12-06T15:02:37.447164+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: cluster 2023-12-06T15:02:36.834344+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.347178+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.348540+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.351836+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.351963+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.357998+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.358134+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.358764+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:38.359279+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.207237+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.212963+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.214203+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.267572+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.273954+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.274710+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.275113+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.275458+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.275753+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.276628+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[25023]: audit 2023-12-06T15:02:39.277531+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: cluster 2023-12-06T15:02:36.834344+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.347178+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.348540+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.351836+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.351963+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.357998+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.358134+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.358764+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:38.359279+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.207237+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.212963+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:02:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.214203+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.267572+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.273954+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.274710+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.275113+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.275458+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.275753+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.276628+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:40 smithi029 bash[30481]: audit 2023-12-06T15:02:39.277531+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: cluster 2023-12-06T15:02:36.834344+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.347178+0000 mon.a (mon.0) 359 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.348540+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.351836+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.351963+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.357998+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.358134+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.358764+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:38.359279+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.207237+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.212963+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.214203+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.267572+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.273954+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.274710+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.275113+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.275458+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.275753+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.276628+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:40.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:40 smithi140 bash[24947]: audit 2023-12-06T15:02:39.277531+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:02:41.528 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: cephadm 2023-12-06T15:02:38.609867+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: cluster 2023-12-06T15:02:38.834840+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:39.200694+0000 mgr.y (mgr.14152) 134 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:39.274896+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: cephadm 2023-12-06T15:02:39.278218+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 5417M 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:40.142457+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:40.151020+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:40.166220+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[30481]: audit 2023-12-06T15:02:40.177336+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: cephadm 2023-12-06T15:02:38.609867+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: cluster 2023-12-06T15:02:38.834840+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:41.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:39.200694+0000 mgr.y (mgr.14152) 134 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:39.274896+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: cephadm 2023-12-06T15:02:39.278218+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 5417M 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:40.142457+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:40.151020+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:40.166220+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:41 smithi029 bash[25023]: audit 2023-12-06T15:02:40.177336+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: cephadm 2023-12-06T15:02:38.609867+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: cluster 2023-12-06T15:02:38.834840+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:39.200694+0000 mgr.y (mgr.14152) 134 : audit [DBG] from='client.14304 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:39.274896+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: cephadm 2023-12-06T15:02:39.278218+0000 mgr.y (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 5417M 2023-12-06T15:02:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:40.142457+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-06T15:02:41.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:40.151020+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:40.166220+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:41.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:41 smithi140 bash[24947]: audit 2023-12-06T15:02:40.177336+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:02:42.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:42 smithi029 bash[30481]: cluster 2023-12-06T15:02:40.835406+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:42.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:42 smithi029 bash[25023]: cluster 2023-12-06T15:02:40.835406+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:42 smithi140 bash[24947]: cluster 2023-12-06T15:02:40.835406+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:44.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:44 smithi029 bash[25023]: cluster 2023-12-06T15:02:42.836110+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T15:02:44.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:44 smithi029 bash[30481]: cluster 2023-12-06T15:02:42.836110+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T15:02:44.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:44 smithi140 bash[24947]: cluster 2023-12-06T15:02:42.836110+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-06T15:02:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:46 smithi140 bash[24947]: cluster 2023-12-06T15:02:44.836810+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T15:02:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:46 smithi140 bash[24947]: audit 2023-12-06T15:02:45.552034+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]: dispatch 2023-12-06T15:02:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:46 smithi140 bash[24947]: audit 2023-12-06T15:02:45.560672+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]': finished 2023-12-06T15:02:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:46 smithi140 bash[24947]: cluster 2023-12-06T15:02:45.560823+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T15:02:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:46 smithi140 bash[24947]: audit 2023-12-06T15:02:45.561164+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:46.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[30481]: cluster 2023-12-06T15:02:44.836810+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T15:02:46.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[30481]: audit 2023-12-06T15:02:45.552034+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]: dispatch 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[30481]: audit 2023-12-06T15:02:45.560672+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]': finished 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[30481]: cluster 2023-12-06T15:02:45.560823+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[30481]: audit 2023-12-06T15:02:45.561164+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[25023]: cluster 2023-12-06T15:02:44.836810+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[25023]: audit 2023-12-06T15:02:45.552034+0000 mon.a (mon.0) 379 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]: dispatch 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[25023]: audit 2023-12-06T15:02:45.560672+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.29:0/2899510034' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51"}]': finished 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[25023]: cluster 2023-12-06T15:02:45.560823+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-06T15:02:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:46 smithi029 bash[25023]: audit 2023-12-06T15:02:45.561164+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:02:47.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:47 smithi140 bash[24947]: audit 2023-12-06T15:02:46.355821+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.29:0/4122644751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:47.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:47 smithi029 bash[30481]: audit 2023-12-06T15:02:46.355821+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.29:0/4122644751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:47.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:47 smithi029 bash[25023]: audit 2023-12-06T15:02:46.355821+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.29:0/4122644751' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:02:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:48 smithi140 bash[24947]: cluster 2023-12-06T15:02:46.837476+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:48.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:48 smithi029 bash[25023]: cluster 2023-12-06T15:02:46.837476+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:48.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:48 smithi029 bash[30481]: cluster 2023-12-06T15:02:46.837476+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:50 smithi140 bash[24947]: cluster 2023-12-06T15:02:48.838092+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:50.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:50 smithi029 bash[30481]: cluster 2023-12-06T15:02:48.838092+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:50.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:50 smithi029 bash[25023]: cluster 2023-12-06T15:02:48.838092+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:52 smithi140 bash[24947]: cluster 2023-12-06T15:02:50.838722+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:52.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:52 smithi029 bash[25023]: cluster 2023-12-06T15:02:50.838722+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:52.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:52 smithi029 bash[30481]: cluster 2023-12-06T15:02:50.838722+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-06T15:02:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:54 smithi140 bash[24947]: cluster 2023-12-06T15:02:52.839371+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:54.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:54 smithi029 bash[25023]: cluster 2023-12-06T15:02:52.839371+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:54.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:54 smithi029 bash[30481]: cluster 2023-12-06T15:02:52.839371+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:56 smithi140 bash[24947]: cluster 2023-12-06T15:02:54.839932+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:56.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:56 smithi029 bash[25023]: cluster 2023-12-06T15:02:54.839932+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:56.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:56 smithi029 bash[30481]: cluster 2023-12-06T15:02:54.839932+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:02:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:57 smithi140 bash[24947]: audit 2023-12-06T15:02:56.822437+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:02:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:57 smithi140 bash[24947]: audit 2023-12-06T15:02:56.824009+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:57.778 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:57 smithi029 bash[30481]: audit 2023-12-06T15:02:56.822437+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:02:57.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:57 smithi029 bash[30481]: audit 2023-12-06T15:02:56.824009+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:57.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:57 smithi029 bash[25023]: audit 2023-12-06T15:02:56.822437+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:02:57.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:57 smithi029 bash[25023]: audit 2023-12-06T15:02:56.824009+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:02:58.502 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:58 smithi029 bash[30481]: cephadm 2023-12-06T15:02:56.825296+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi029 2023-12-06T15:02:58.503 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:02:58 smithi029 bash[30481]: cluster 2023-12-06T15:02:56.840508+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-06T15:02:58.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:58 smithi029 bash[25023]: cephadm 2023-12-06T15:02:56.825296+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi029 2023-12-06T15:02:58.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:02:58 smithi029 bash[25023]: cluster 2023-12-06T15:02:56.840508+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-06T15:02:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:58 smithi140 bash[24947]: cephadm 2023-12-06T15:02:56.825296+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi029 2023-12-06T15:02:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:02:58 smithi140 bash[24947]: cluster 2023-12-06T15:02:56.840508+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-06T15:03:00.528 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:00 smithi029 bash[25023]: cluster 2023-12-06T15:02:58.841212+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:00.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:00 smithi029 bash[30481]: cluster 2023-12-06T15:02:58.841212+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:00.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:00 smithi140 bash[24947]: cluster 2023-12-06T15:02:58.841212+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[25023]: cluster 2023-12-06T15:03:00.841882+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:02.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[25023]: audit 2023-12-06T15:03:01.409543+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[25023]: audit 2023-12-06T15:03:01.438754+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[25023]: audit 2023-12-06T15:03:01.443444+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[25023]: audit 2023-12-06T15:03:01.444590+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[30481]: cluster 2023-12-06T15:03:00.841882+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[30481]: audit 2023-12-06T15:03:01.409543+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[30481]: audit 2023-12-06T15:03:01.438754+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[30481]: audit 2023-12-06T15:03:01.443444+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:02 smithi029 bash[30481]: audit 2023-12-06T15:03:01.444590+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:02 smithi140 bash[24947]: cluster 2023-12-06T15:03:00.841882+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:02 smithi140 bash[24947]: audit 2023-12-06T15:03:01.409543+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:02 smithi140 bash[24947]: audit 2023-12-06T15:03:01.438754+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:02 smithi140 bash[24947]: audit 2023-12-06T15:03:01.443444+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:02 smithi140 bash[24947]: audit 2023-12-06T15:03:01.444590+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:04.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:04 smithi029 bash[25023]: cluster 2023-12-06T15:03:02.842490+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:04.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:04 smithi029 bash[30481]: cluster 2023-12-06T15:03:02.842490+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:04 smithi140 bash[24947]: cluster 2023-12-06T15:03:02.842490+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[25023]: cluster 2023-12-06T15:03:04.843100+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[25023]: audit 2023-12-06T15:03:05.633556+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[25023]: audit 2023-12-06T15:03:05.927749+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[30481]: cluster 2023-12-06T15:03:04.843100+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[30481]: audit 2023-12-06T15:03:05.633556+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:06.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:06 smithi029 bash[30481]: audit 2023-12-06T15:03:05.927749+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:06 smithi140 bash[24947]: cluster 2023-12-06T15:03:04.843100+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:06 smithi140 bash[24947]: audit 2023-12-06T15:03:05.633556+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:06 smithi140 bash[24947]: audit 2023-12-06T15:03:05.927749+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:08.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:08 smithi029 bash[25023]: cluster 2023-12-06T15:03:06.843679+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:08.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:08 smithi029 bash[30481]: cluster 2023-12-06T15:03:06.843679+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:08.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:08 smithi140 bash[24947]: cluster 2023-12-06T15:03:06.843679+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:08.978 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 3 on host 'smithi029' 2023-12-06T15:03:09.718 DEBUG:teuthology.orchestra.run.smithi029:osd.3> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.3.service 2023-12-06T15:03:09.721 INFO:tasks.cephadm:Deploying osd.4 on smithi140 with /dev/vg_nvme/lv_4... 2023-12-06T15:03:09.721 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-06T15:03:09.904 INFO:journalctl@ceph.osd.3.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:03:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: cluster 2023-12-06T15:03:08.844266+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: audit 2023-12-06T15:03:08.976803+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: audit 2023-12-06T15:03:09.001930+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: audit 2023-12-06T15:03:09.004142+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: audit 2023-12-06T15:03:09.005723+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:10.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:09 smithi140 bash[24947]: audit 2023-12-06T15:03:09.105895+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:03:10.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: cluster 2023-12-06T15:03:08.844266+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: audit 2023-12-06T15:03:08.976803+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: audit 2023-12-06T15:03:09.001930+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: audit 2023-12-06T15:03:09.004142+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: audit 2023-12-06T15:03:09.005723+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[30481]: audit 2023-12-06T15:03:09.105895+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: cluster 2023-12-06T15:03:08.844266+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:10.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: audit 2023-12-06T15:03:08.976803+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:10.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: audit 2023-12-06T15:03:09.001930+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:10.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: audit 2023-12-06T15:03:09.004142+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:10.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: audit 2023-12-06T15:03:09.005723+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:10.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:09 smithi029 bash[25023]: audit 2023-12-06T15:03:09.105895+0000 mon.a (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:03:11.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[30481]: audit 2023-12-06T15:03:09.988621+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:03:11.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[30481]: cluster 2023-12-06T15:03:09.988711+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T15:03:11.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[30481]: audit 2023-12-06T15:03:09.989052+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:11.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[30481]: audit 2023-12-06T15:03:09.989589+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:03:11.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:03:11 smithi029 bash[42722]: debug 2023-12-06T15:03:10.998+0000 7f1d91f9b700 -1 osd.3 0 waiting for initial osdmap 2023-12-06T15:03:11.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:03:11 smithi029 bash[42722]: debug 2023-12-06T15:03:11.006+0000 7f1d8a92e700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:03:11.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[25023]: audit 2023-12-06T15:03:09.988621+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:03:11.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[25023]: cluster 2023-12-06T15:03:09.988711+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T15:03:11.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[25023]: audit 2023-12-06T15:03:09.989052+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:11.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:10 smithi029 bash[25023]: audit 2023-12-06T15:03:09.989589+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:03:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:10 smithi140 bash[24947]: audit 2023-12-06T15:03:09.988621+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:03:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:10 smithi140 bash[24947]: cluster 2023-12-06T15:03:09.988711+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-06T15:03:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:10 smithi140 bash[24947]: audit 2023-12-06T15:03:09.989052+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:10 smithi140 bash[24947]: audit 2023-12-06T15:03:09.989589+0000 mon.a (mon.0) 399 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:03:12.275 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:12 smithi140 bash[24947]: cluster 2023-12-06T15:03:10.844831+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:12.275 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:12 smithi140 bash[24947]: audit 2023-12-06T15:03:10.993085+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:03:12.275 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:12 smithi140 bash[24947]: cluster 2023-12-06T15:03:10.993260+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-06T15:03:12.275 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:12 smithi140 bash[24947]: audit 2023-12-06T15:03:10.994080+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.276 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:12 smithi140 bash[24947]: audit 2023-12-06T15:03:11.002324+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[25023]: cluster 2023-12-06T15:03:10.844831+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:12.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[25023]: audit 2023-12-06T15:03:10.993085+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[25023]: cluster 2023-12-06T15:03:10.993260+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[25023]: audit 2023-12-06T15:03:10.994080+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[25023]: audit 2023-12-06T15:03:11.002324+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[30481]: cluster 2023-12-06T15:03:10.844831+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[30481]: audit 2023-12-06T15:03:10.993085+0000 mon.a (mon.0) 400 : audit [INF] from='osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[30481]: cluster 2023-12-06T15:03:10.993260+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[30481]: audit 2023-12-06T15:03:10.994080+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:12 smithi029 bash[30481]: audit 2023-12-06T15:03:11.002324+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:12.791 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0177995 s, 589 MB/s 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 2023-12-06T15:03:12.792 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-12-06T15:03:13.149 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:13 smithi140 bash[24947]: cluster 2023-12-06T15:03:10.084098+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[25023]: cluster 2023-12-06T15:03:10.084098+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[25023]: cluster 2023-12-06T15:03:10.084288+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[25023]: cluster 2023-12-06T15:03:12.004911+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008] boot 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[25023]: cluster 2023-12-06T15:03:12.005023+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[25023]: audit 2023-12-06T15:03:12.006319+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[30481]: cluster 2023-12-06T15:03:10.084098+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[30481]: cluster 2023-12-06T15:03:10.084288+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[30481]: cluster 2023-12-06T15:03:12.004911+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008] boot 2023-12-06T15:03:13.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[30481]: cluster 2023-12-06T15:03:12.005023+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T15:03:13.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:13 smithi029 bash[30481]: audit 2023-12-06T15:03:12.006319+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:13.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:13 smithi140 bash[24947]: cluster 2023-12-06T15:03:10.084288+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:13.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:13 smithi140 bash[24947]: cluster 2023-12-06T15:03:12.004911+0000 mon.a (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.29:6826/1170509008,v1:172.21.15.29:6827/1170509008] boot 2023-12-06T15:03:13.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:13 smithi140 bash[24947]: cluster 2023-12-06T15:03:12.005023+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-06T15:03:13.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:13 smithi140 bash[24947]: audit 2023-12-06T15:03:12.006319+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:03:13.463 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi140:vg_nvme/lv_4 2023-12-06T15:03:14.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:14 smithi029 bash[25023]: cluster 2023-12-06T15:03:12.845412+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:14.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:14 smithi029 bash[25023]: cluster 2023-12-06T15:03:13.020516+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-06T15:03:14.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:14 smithi029 bash[30481]: cluster 2023-12-06T15:03:12.845412+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:14.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:14 smithi029 bash[30481]: cluster 2023-12-06T15:03:13.020516+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-06T15:03:14.346 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:14 smithi140 bash[24947]: cluster 2023-12-06T15:03:12.845412+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-06T15:03:14.347 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:14 smithi140 bash[24947]: cluster 2023-12-06T15:03:13.020516+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[25023]: cluster 2023-12-06T15:03:14.846097+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[25023]: audit 2023-12-06T15:03:16.135937+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[25023]: audit 2023-12-06T15:03:16.143133+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[25023]: audit 2023-12-06T15:03:16.144780+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[30481]: cluster 2023-12-06T15:03:14.846097+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[30481]: audit 2023-12-06T15:03:16.135937+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[30481]: audit 2023-12-06T15:03:16.143133+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:16.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:16 smithi029 bash[30481]: audit 2023-12-06T15:03:16.144780+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:16 smithi140 bash[24947]: cluster 2023-12-06T15:03:14.846097+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:16 smithi140 bash[24947]: audit 2023-12-06T15:03:16.135937+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:16 smithi140 bash[24947]: audit 2023-12-06T15:03:16.143133+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:16 smithi140 bash[24947]: audit 2023-12-06T15:03:16.144780+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:16.130563+0000 mgr.y (mgr.14152) 155 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.021848+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.023992+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.025425+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.026913+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.028379+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.037074+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:17 smithi140 bash[24947]: audit 2023-12-06T15:03:17.044027+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:16.130563+0000 mgr.y (mgr.14152) 155 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.021848+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.023992+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.025425+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.026913+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.028379+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.037074+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[25023]: audit 2023-12-06T15:03:17.044027+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:16.130563+0000 mgr.y (mgr.14152) 155 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.021848+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.023992+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.025425+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.026913+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.028379+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.037074+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:17 smithi029 bash[30481]: audit 2023-12-06T15:03:17.044027+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:18 smithi140 bash[24947]: cluster 2023-12-06T15:03:16.846691+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:18 smithi140 bash[24947]: cephadm 2023-12-06T15:03:17.010143+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:03:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:18 smithi140 bash[24947]: cephadm 2023-12-06T15:03:17.029469+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 4062M 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[25023]: cluster 2023-12-06T15:03:16.846691+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[25023]: cephadm 2023-12-06T15:03:17.010143+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[25023]: cephadm 2023-12-06T15:03:17.029469+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 4062M 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[30481]: cluster 2023-12-06T15:03:16.846691+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[30481]: cephadm 2023-12-06T15:03:17.010143+0000 mgr.y (mgr.14152) 157 : cephadm [INF] Detected new or changed devices on smithi029 2023-12-06T15:03:18.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:18 smithi029 bash[30481]: cephadm 2023-12-06T15:03:17.029469+0000 mgr.y (mgr.14152) 158 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 4062M 2023-12-06T15:03:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:20 smithi140 bash[24947]: cluster 2023-12-06T15:03:18.847306+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:20.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:20 smithi029 bash[25023]: cluster 2023-12-06T15:03:18.847306+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:20.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:20 smithi029 bash[30481]: cluster 2023-12-06T15:03:18.847306+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: cluster 2023-12-06T15:03:20.847859+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: audit 2023-12-06T15:03:22.192623+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: audit 2023-12-06T15:03:22.193149+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.140:0/4145978848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: audit 2023-12-06T15:03:22.201519+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]': finished 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: cluster 2023-12-06T15:03:22.201673+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T15:03:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:22 smithi140 bash[24947]: audit 2023-12-06T15:03:22.201989+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: cluster 2023-12-06T15:03:20.847859+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: audit 2023-12-06T15:03:22.192623+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: audit 2023-12-06T15:03:22.193149+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.140:0/4145978848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: audit 2023-12-06T15:03:22.201519+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]': finished 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: cluster 2023-12-06T15:03:22.201673+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[25023]: audit 2023-12-06T15:03:22.201989+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:22.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: cluster 2023-12-06T15:03:20.847859+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: audit 2023-12-06T15:03:22.192623+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: audit 2023-12-06T15:03:22.193149+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.140:0/4145978848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]: dispatch 2023-12-06T15:03:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: audit 2023-12-06T15:03:22.201519+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "589b2e98-2e45-47d6-b9e3-0285b7e01589"}]': finished 2023-12-06T15:03:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: cluster 2023-12-06T15:03:22.201673+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-06T15:03:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:22 smithi029 bash[30481]: audit 2023-12-06T15:03:22.201989+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:23 smithi140 bash[24947]: audit 2023-12-06T15:03:22.909372+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.140:0/3043089113' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:03:23.778 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:23 smithi029 bash[25023]: audit 2023-12-06T15:03:22.909372+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.140:0/3043089113' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:03:23.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:23 smithi029 bash[30481]: audit 2023-12-06T15:03:22.909372+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.140:0/3043089113' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:03:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:24 smithi140 bash[24947]: cluster 2023-12-06T15:03:22.848434+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:24.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:24 smithi029 bash[25023]: cluster 2023-12-06T15:03:22.848434+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:24.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:24 smithi029 bash[30481]: cluster 2023-12-06T15:03:22.848434+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:26.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:26 smithi140 bash[24947]: cluster 2023-12-06T15:03:24.849036+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:26.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:26 smithi029 bash[25023]: cluster 2023-12-06T15:03:24.849036+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:26.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:26 smithi029 bash[30481]: cluster 2023-12-06T15:03:24.849036+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:27.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:27 smithi029 bash[25023]: audit 2023-12-06T15:03:26.869004+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:03:27.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:27 smithi029 bash[25023]: audit 2023-12-06T15:03:26.873809+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:03:27.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:27 smithi029 bash[30481]: audit 2023-12-06T15:03:26.869004+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:03:27.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:27 smithi029 bash[30481]: audit 2023-12-06T15:03:26.873809+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:03:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:27 smithi140 bash[24947]: audit 2023-12-06T15:03:26.869004+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:03:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:27 smithi140 bash[24947]: audit 2023-12-06T15:03:26.873809+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:03:28.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:28 smithi029 bash[25023]: cluster 2023-12-06T15:03:26.849647+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:28.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:28 smithi029 bash[30481]: cluster 2023-12-06T15:03:26.849647+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:28.793 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:28 smithi140 bash[24947]: cluster 2023-12-06T15:03:26.849647+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:30.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:30 smithi029 bash[25023]: cluster 2023-12-06T15:03:28.850248+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:30.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:30 smithi029 bash[30481]: cluster 2023-12-06T15:03:28.850248+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:30.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:30 smithi140 bash[24947]: cluster 2023-12-06T15:03:28.850248+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:32.473 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:32 smithi140 bash[24947]: cluster 2023-12-06T15:03:30.850838+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:32.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:32 smithi140 bash[24947]: audit 2023-12-06T15:03:32.202571+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:03:32.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:32 smithi140 bash[24947]: audit 2023-12-06T15:03:32.204771+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[25023]: cluster 2023-12-06T15:03:30.850838+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[25023]: audit 2023-12-06T15:03:32.202571+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[25023]: audit 2023-12-06T15:03:32.204771+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[30481]: cluster 2023-12-06T15:03:30.850838+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[30481]: audit 2023-12-06T15:03:32.202571+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:03:32.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:32 smithi029 bash[30481]: audit 2023-12-06T15:03:32.204771+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:33.477 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:33 smithi140 bash[24947]: cephadm 2023-12-06T15:03:32.206383+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi140 2023-12-06T15:03:33.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:33 smithi029 bash[25023]: cephadm 2023-12-06T15:03:32.206383+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi140 2023-12-06T15:03:33.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:33 smithi029 bash[30481]: cephadm 2023-12-06T15:03:32.206383+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi140 2023-12-06T15:03:34.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:34 smithi029 bash[25023]: cluster 2023-12-06T15:03:32.851481+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:34.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:34 smithi029 bash[30481]: cluster 2023-12-06T15:03:32.851481+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:34 smithi140 bash[24947]: cluster 2023-12-06T15:03:32.851481+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:36.750 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:36 smithi140 bash[24947]: cluster 2023-12-06T15:03:34.852051+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:36.750 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:36 smithi140 bash[24947]: audit 2023-12-06T15:03:35.925987+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:36.750 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:36 smithi140 bash[24947]: audit 2023-12-06T15:03:35.962953+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:36.750 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:36 smithi140 bash[24947]: audit 2023-12-06T15:03:35.965362+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:36.750 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:36 smithi140 bash[24947]: audit 2023-12-06T15:03:35.967124+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:36.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[25023]: cluster 2023-12-06T15:03:34.852051+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:36.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[25023]: audit 2023-12-06T15:03:35.925987+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:36.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[25023]: audit 2023-12-06T15:03:35.962953+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:36.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[25023]: audit 2023-12-06T15:03:35.965362+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:36.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[25023]: audit 2023-12-06T15:03:35.967124+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:36.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[30481]: cluster 2023-12-06T15:03:34.852051+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:36.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[30481]: audit 2023-12-06T15:03:35.925987+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:36.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[30481]: audit 2023-12-06T15:03:35.962953+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:36.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[30481]: audit 2023-12-06T15:03:35.965362+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:36.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:36 smithi029 bash[30481]: audit 2023-12-06T15:03:35.967124+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:38.680 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:38 smithi140 bash[24947]: cluster 2023-12-06T15:03:36.852680+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:38.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:38 smithi029 bash[25023]: cluster 2023-12-06T15:03:36.852680+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:38.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:38 smithi029 bash[30481]: cluster 2023-12-06T15:03:36.852680+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[25023]: cluster 2023-12-06T15:03:38.853268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[25023]: audit 2023-12-06T15:03:39.454229+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[25023]: audit 2023-12-06T15:03:39.733247+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[30481]: cluster 2023-12-06T15:03:38.853268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[30481]: audit 2023-12-06T15:03:39.454229+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:40.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:40 smithi029 bash[30481]: audit 2023-12-06T15:03:39.733247+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:40 smithi140 bash[24947]: cluster 2023-12-06T15:03:38.853268+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:40 smithi140 bash[24947]: audit 2023-12-06T15:03:39.454229+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:40 smithi140 bash[24947]: audit 2023-12-06T15:03:39.733247+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:42.382 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 4 on host 'smithi140' 2023-12-06T15:03:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:42 smithi140 bash[24947]: cluster 2023-12-06T15:03:40.853824+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:42 smithi140 bash[24947]: audit 2023-12-06T15:03:42.380467+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:42 smithi140 bash[24947]: audit 2023-12-06T15:03:42.407948+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:42 smithi140 bash[24947]: audit 2023-12-06T15:03:42.410946+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:42 smithi140 bash[24947]: audit 2023-12-06T15:03:42.412924+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[25023]: cluster 2023-12-06T15:03:40.853824+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[25023]: audit 2023-12-06T15:03:42.380467+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[25023]: audit 2023-12-06T15:03:42.407948+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[25023]: audit 2023-12-06T15:03:42.410946+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[25023]: audit 2023-12-06T15:03:42.412924+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[30481]: cluster 2023-12-06T15:03:40.853824+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:42.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[30481]: audit 2023-12-06T15:03:42.380467+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:42.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[30481]: audit 2023-12-06T15:03:42.407948+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:03:42.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[30481]: audit 2023-12-06T15:03:42.410946+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:42.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:42 smithi029 bash[30481]: audit 2023-12-06T15:03:42.412924+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:03:42.979 DEBUG:teuthology.orchestra.run.smithi140:osd.4> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.4.service 2023-12-06T15:03:42.982 INFO:tasks.cephadm:Deploying osd.5 on smithi140 with /dev/vg_nvme/lv_3... 2023-12-06T15:03:42.982 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-06T15:03:43.190 INFO:journalctl@ceph.osd.4.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:03:43.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:43 smithi029 bash[25023]: audit 2023-12-06T15:03:42.864089+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:43.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:43 smithi029 bash[25023]: audit 2023-12-06T15:03:42.864908+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:43.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:43 smithi029 bash[30481]: audit 2023-12-06T15:03:42.864089+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:43.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:43 smithi029 bash[30481]: audit 2023-12-06T15:03:42.864908+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:43 smithi140 bash[24947]: audit 2023-12-06T15:03:42.864089+0000 mon.a (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:43 smithi140 bash[24947]: audit 2023-12-06T15:03:42.864908+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:03:44.490 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[28047]: debug 2023-12-06T15:03:44.480+0000 7efdc6835700 -1 osd.4 0 waiting for initial osdmap 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: cluster 2023-12-06T15:03:42.854399+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: audit 2023-12-06T15:03:43.469562+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: cluster 2023-12-06T15:03:43.469725+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: audit 2023-12-06T15:03:43.470012+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: audit 2023-12-06T15:03:43.472077+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.491 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[24947]: audit 2023-12-06T15:03:43.472912+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: cluster 2023-12-06T15:03:42.854399+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:44.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: audit 2023-12-06T15:03:43.469562+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:03:44.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: cluster 2023-12-06T15:03:43.469725+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T15:03:44.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: audit 2023-12-06T15:03:43.470012+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: audit 2023-12-06T15:03:43.472077+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[25023]: audit 2023-12-06T15:03:43.472912+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: cluster 2023-12-06T15:03:42.854399+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: audit 2023-12-06T15:03:43.469562+0000 mon.a (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: cluster 2023-12-06T15:03:43.469725+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: audit 2023-12-06T15:03:43.470012+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: audit 2023-12-06T15:03:43.472077+0000 mon.a (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:44 smithi029 bash[30481]: audit 2023-12-06T15:03:43.472912+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:03:44.875 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:03:44 smithi140 bash[28047]: debug 2023-12-06T15:03:44.488+0000 7efdc01ca700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:03:45.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[25023]: audit 2023-12-06T15:03:44.473715+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:03:45.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[25023]: cluster 2023-12-06T15:03:44.473948+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-06T15:03:45.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[25023]: audit 2023-12-06T15:03:44.474813+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:45.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[25023]: audit 2023-12-06T15:03:44.482765+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:45.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[30481]: audit 2023-12-06T15:03:44.473715+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:03:45.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[30481]: cluster 2023-12-06T15:03:44.473948+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-06T15:03:45.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[30481]: audit 2023-12-06T15:03:44.474813+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:45.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:45 smithi029 bash[30481]: audit 2023-12-06T15:03:44.482765+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:45.806 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:45 smithi140 bash[24947]: audit 2023-12-06T15:03:44.473715+0000 mon.a (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:03:45.807 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:45 smithi140 bash[24947]: cluster 2023-12-06T15:03:44.473948+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-06T15:03:45.807 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:45 smithi140 bash[24947]: audit 2023-12-06T15:03:44.474813+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:45.807 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:45 smithi140 bash[24947]: audit 2023-12-06T15:03:44.482765+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177606 s, 590 MB/s 2023-12-06T15:03:46.477 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-12-06T15:03:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: cluster 2023-12-06T15:03:43.828356+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: cluster 2023-12-06T15:03:43.828545+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: cluster 2023-12-06T15:03:44.855141+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: audit 2023-12-06T15:03:45.485957+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: cluster 2023-12-06T15:03:45.492609+0000 mon.a (mon.0) 446 : cluster [INF] osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172] boot 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: cluster 2023-12-06T15:03:45.492653+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T15:03:46.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:46 smithi140 bash[24947]: audit 2023-12-06T15:03:45.492887+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: cluster 2023-12-06T15:03:43.828356+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: cluster 2023-12-06T15:03:43.828545+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: cluster 2023-12-06T15:03:44.855141+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: audit 2023-12-06T15:03:45.485957+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: cluster 2023-12-06T15:03:45.492609+0000 mon.a (mon.0) 446 : cluster [INF] osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172] boot 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: cluster 2023-12-06T15:03:45.492653+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T15:03:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[30481]: audit 2023-12-06T15:03:45.492887+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: cluster 2023-12-06T15:03:43.828356+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: cluster 2023-12-06T15:03:43.828545+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: cluster 2023-12-06T15:03:44.855141+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: audit 2023-12-06T15:03:45.485957+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: cluster 2023-12-06T15:03:45.492609+0000 mon.a (mon.0) 446 : cluster [INF] osd.4 [v2:172.21.15.140:6800/2221975172,v1:172.21.15.140:6801/2221975172] boot 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: cluster 2023-12-06T15:03:45.492653+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-06T15:03:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:46 smithi029 bash[25023]: audit 2023-12-06T15:03:45.492887+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:03:47.741 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi140:vg_nvme/lv_3 2023-12-06T15:03:47.752 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:47 smithi140 bash[24947]: cluster 2023-12-06T15:03:46.493944+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T15:03:47.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:47 smithi029 bash[25023]: cluster 2023-12-06T15:03:46.493944+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T15:03:47.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:47 smithi029 bash[30481]: cluster 2023-12-06T15:03:46.493944+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-06T15:03:48.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:48 smithi029 bash[30481]: cluster 2023-12-06T15:03:46.855711+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:48.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:48 smithi029 bash[30481]: cluster 2023-12-06T15:03:47.505037+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T15:03:48.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:48 smithi029 bash[25023]: cluster 2023-12-06T15:03:46.855711+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:48.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:48 smithi029 bash[25023]: cluster 2023-12-06T15:03:47.505037+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T15:03:48.803 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:48 smithi140 bash[24947]: cluster 2023-12-06T15:03:46.855711+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:48.803 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:48 smithi140 bash[24947]: cluster 2023-12-06T15:03:47.505037+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-06T15:03:49.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:49 smithi029 bash[25023]: cluster 2023-12-06T15:03:48.506798+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T15:03:49.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:49 smithi029 bash[30481]: cluster 2023-12-06T15:03:48.506798+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T15:03:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:49 smithi140 bash[24947]: cluster 2023-12-06T15:03:48.506798+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-06T15:03:50.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:50 smithi029 bash[25023]: cluster 2023-12-06T15:03:48.856314+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:50.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:50 smithi029 bash[25023]: cluster 2023-12-06T15:03:49.524330+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-06T15:03:50.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:50 smithi029 bash[30481]: cluster 2023-12-06T15:03:48.856314+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:50.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:50 smithi029 bash[30481]: cluster 2023-12-06T15:03:49.524330+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-06T15:03:50.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:50 smithi140 bash[24947]: cluster 2023-12-06T15:03:48.856314+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:50.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:50 smithi140 bash[24947]: cluster 2023-12-06T15:03:49.524330+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-06T15:03:52.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: cluster 2023-12-06T15:03:50.856993+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: cephadm 2023-12-06T15:03:50.891585+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:50.901961+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:50.904122+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: cephadm 2023-12-06T15:03:50.905595+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 17271M 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:50.912440+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:50.919221+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:51.318432+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:51.325499+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:51.331873+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:52.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[25023]: audit 2023-12-06T15:03:51.333400+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: cluster 2023-12-06T15:03:50.856993+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: cephadm 2023-12-06T15:03:50.891585+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:50.901961+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:50.904122+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: cephadm 2023-12-06T15:03:50.905595+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 17271M 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:50.912440+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:50.919221+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:51.318432+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:51.325499+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:51.331873+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:52.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:51 smithi029 bash[30481]: audit 2023-12-06T15:03:51.333400+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: cluster 2023-12-06T15:03:50.856993+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:03:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: cephadm 2023-12-06T15:03:50.891585+0000 mgr.y (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:03:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:50.901961+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:50.904122+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: cephadm 2023-12-06T15:03:50.905595+0000 mgr.y (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 17271M 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:50.912440+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:50.919221+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:51.318432+0000 mgr.y (mgr.14152) 179 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:51.325499+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:51.331873+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:03:52.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:51 smithi140 bash[24947]: audit 2023-12-06T15:03:51.333400+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:03:54.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:53 smithi029 bash[25023]: cluster 2023-12-06T15:03:52.857626+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:03:54.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:53 smithi029 bash[30481]: cluster 2023-12-06T15:03:52.857626+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:03:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:53 smithi140 bash[24947]: cluster 2023-12-06T15:03:52.857626+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:03:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:56 smithi140 bash[24947]: cluster 2023-12-06T15:03:54.858217+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-06T15:03:56.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:56 smithi029 bash[25023]: cluster 2023-12-06T15:03:54.858217+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-06T15:03:56.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:56 smithi029 bash[30481]: cluster 2023-12-06T15:03:54.858217+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-06T15:03:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:57 smithi140 bash[24947]: audit 2023-12-06T15:03:57.174294+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:57 smithi140 bash[24947]: audit 2023-12-06T15:03:57.174954+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.140:0/4133094346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:57 smithi140 bash[24947]: audit 2023-12-06T15:03:57.183601+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]': finished 2023-12-06T15:03:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:57 smithi140 bash[24947]: cluster 2023-12-06T15:03:57.183767+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T15:03:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:57 smithi140 bash[24947]: audit 2023-12-06T15:03:57.184059+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:03:57.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[25023]: audit 2023-12-06T15:03:57.174294+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[25023]: audit 2023-12-06T15:03:57.174954+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.140:0/4133094346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[25023]: audit 2023-12-06T15:03:57.183601+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]': finished 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[25023]: cluster 2023-12-06T15:03:57.183767+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[25023]: audit 2023-12-06T15:03:57.184059+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[30481]: audit 2023-12-06T15:03:57.174294+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[30481]: audit 2023-12-06T15:03:57.174954+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.140:0/4133094346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]: dispatch 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[30481]: audit 2023-12-06T15:03:57.183601+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "338a63e1-04ea-47f0-994c-cd2578464769"}]': finished 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[30481]: cluster 2023-12-06T15:03:57.183767+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-06T15:03:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:57 smithi029 bash[30481]: audit 2023-12-06T15:03:57.184059+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:03:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:58 smithi140 bash[24947]: cluster 2023-12-06T15:03:56.858839+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T15:03:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:03:58 smithi140 bash[24947]: audit 2023-12-06T15:03:57.902174+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.140:0/339720012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:03:58.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:58 smithi029 bash[25023]: cluster 2023-12-06T15:03:56.858839+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T15:03:58.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:03:58 smithi029 bash[25023]: audit 2023-12-06T15:03:57.902174+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.140:0/339720012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:03:58.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:58 smithi029 bash[30481]: cluster 2023-12-06T15:03:56.858839+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-06T15:03:58.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:03:58 smithi029 bash[30481]: audit 2023-12-06T15:03:57.902174+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.140:0/339720012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:04:00.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:00 smithi140 bash[24947]: cluster 2023-12-06T15:03:58.859485+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-06T15:04:00.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:00 smithi029 bash[25023]: cluster 2023-12-06T15:03:58.859485+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-06T15:04:00.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:00 smithi029 bash[30481]: cluster 2023-12-06T15:03:58.859485+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-06T15:04:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:02 smithi140 bash[24947]: cluster 2023-12-06T15:04:00.860082+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:02.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:02 smithi029 bash[25023]: cluster 2023-12-06T15:04:00.860082+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:02 smithi029 bash[30481]: cluster 2023-12-06T15:04:00.860082+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:04.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:04 smithi140 bash[24947]: cluster 2023-12-06T15:04:02.860690+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:04.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:04 smithi029 bash[25023]: cluster 2023-12-06T15:04:02.860690+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:04.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:04 smithi029 bash[30481]: cluster 2023-12-06T15:04:02.860690+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:06.685 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:06 smithi140 bash[24947]: cluster 2023-12-06T15:04:04.861303+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:06 smithi029 bash[25023]: cluster 2023-12-06T15:04:04.861303+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:06.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:06 smithi029 bash[30481]: cluster 2023-12-06T15:04:04.861303+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:07.601 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:07 smithi140 bash[24947]: audit 2023-12-06T15:04:07.335369+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:04:07.601 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:07 smithi140 bash[24947]: audit 2023-12-06T15:04:07.337172+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:07.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:07 smithi029 bash[25023]: audit 2023-12-06T15:04:07.335369+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:04:07.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:07 smithi029 bash[25023]: audit 2023-12-06T15:04:07.337172+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:07.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:07 smithi029 bash[30481]: audit 2023-12-06T15:04:07.335369+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:04:07.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:07 smithi029 bash[30481]: audit 2023-12-06T15:04:07.337172+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:08.596 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:08 smithi140 bash[24947]: cluster 2023-12-06T15:04:06.861980+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:08.597 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:08 smithi140 bash[24947]: cephadm 2023-12-06T15:04:07.338757+0000 mgr.y (mgr.14152) 188 : cephadm [INF] Deploying daemon osd.5 on smithi140 2023-12-06T15:04:08.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:08 smithi029 bash[25023]: cluster 2023-12-06T15:04:06.861980+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:08.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:08 smithi029 bash[25023]: cephadm 2023-12-06T15:04:07.338757+0000 mgr.y (mgr.14152) 188 : cephadm [INF] Deploying daemon osd.5 on smithi140 2023-12-06T15:04:08.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:08 smithi029 bash[30481]: cluster 2023-12-06T15:04:06.861980+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:08.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:08 smithi029 bash[30481]: cephadm 2023-12-06T15:04:07.338757+0000 mgr.y (mgr.14152) 188 : cephadm [INF] Deploying daemon osd.5 on smithi140 2023-12-06T15:04:10.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:10 smithi140 bash[24947]: cluster 2023-12-06T15:04:08.862622+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-06T15:04:10.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:10 smithi029 bash[25023]: cluster 2023-12-06T15:04:08.862622+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-06T15:04:10.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:10 smithi029 bash[30481]: cluster 2023-12-06T15:04:08.862622+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-06T15:04:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:12 smithi140 bash[24947]: cluster 2023-12-06T15:04:10.863218+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:12 smithi140 bash[24947]: audit 2023-12-06T15:04:11.170055+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:12 smithi140 bash[24947]: audit 2023-12-06T15:04:11.191364+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:12 smithi140 bash[24947]: audit 2023-12-06T15:04:11.194205+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:12 smithi140 bash[24947]: audit 2023-12-06T15:04:11.195925+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:12.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[25023]: cluster 2023-12-06T15:04:10.863218+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:12.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[25023]: audit 2023-12-06T15:04:11.170055+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:12.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[25023]: audit 2023-12-06T15:04:11.191364+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[25023]: audit 2023-12-06T15:04:11.194205+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[25023]: audit 2023-12-06T15:04:11.195925+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[30481]: cluster 2023-12-06T15:04:10.863218+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[30481]: audit 2023-12-06T15:04:11.170055+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[30481]: audit 2023-12-06T15:04:11.191364+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[30481]: audit 2023-12-06T15:04:11.194205+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:12.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:12 smithi029 bash[30481]: audit 2023-12-06T15:04:11.195925+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:14 smithi140 bash[24947]: cluster 2023-12-06T15:04:12.863819+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:14.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:14 smithi029 bash[25023]: cluster 2023-12-06T15:04:12.863819+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:14.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:14 smithi029 bash[30481]: cluster 2023-12-06T15:04:12.863819+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:16.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[25023]: cluster 2023-12-06T15:04:14.864510+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:16.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[25023]: audit 2023-12-06T15:04:14.945827+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:16.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[25023]: audit 2023-12-06T15:04:14.953770+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:16.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[30481]: cluster 2023-12-06T15:04:14.864510+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:16.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[30481]: audit 2023-12-06T15:04:14.945827+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:16.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:15 smithi029 bash[30481]: audit 2023-12-06T15:04:14.953770+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:15 smithi140 bash[24947]: cluster 2023-12-06T15:04:14.864510+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:15 smithi140 bash[24947]: audit 2023-12-06T15:04:14.945827+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:15 smithi140 bash[24947]: audit 2023-12-06T15:04:14.953770+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:17.929 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 5 on host 'smithi140' 2023-12-06T15:04:18.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[25023]: cluster 2023-12-06T15:04:16.865203+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:18.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[25023]: audit 2023-12-06T15:04:17.926701+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:18.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[25023]: audit 2023-12-06T15:04:17.929399+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:18.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[25023]: audit 2023-12-06T15:04:17.931845+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[25023]: audit 2023-12-06T15:04:17.933062+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[30481]: cluster 2023-12-06T15:04:16.865203+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[30481]: audit 2023-12-06T15:04:17.926701+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[30481]: audit 2023-12-06T15:04:17.929399+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[30481]: audit 2023-12-06T15:04:17.931845+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:18.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:17 smithi029 bash[30481]: audit 2023-12-06T15:04:17.933062+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:18.331 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:17 smithi140 bash[24947]: cluster 2023-12-06T15:04:16.865203+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:18.332 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:17 smithi140 bash[24947]: audit 2023-12-06T15:04:17.926701+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:18.332 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:17 smithi140 bash[24947]: audit 2023-12-06T15:04:17.929399+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:18.332 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:17 smithi140 bash[24947]: audit 2023-12-06T15:04:17.931845+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:18.332 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:17 smithi140 bash[24947]: audit 2023-12-06T15:04:17.933062+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:18.566 DEBUG:teuthology.orchestra.run.smithi140:osd.5> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.5.service 2023-12-06T15:04:18.568 INFO:tasks.cephadm:Deploying osd.6 on smithi140 with /dev/vg_nvme/lv_2... 2023-12-06T15:04:18.569 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-06T15:04:19.130 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:18 smithi140 bash[24947]: audit 2023-12-06T15:04:18.336634+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:19.130 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:18 smithi140 bash[24947]: audit 2023-12-06T15:04:18.337457+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:19.136 INFO:journalctl@ceph.osd.5.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:04:19.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:18 smithi029 bash[25023]: audit 2023-12-06T15:04:18.336634+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:19.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:18 smithi029 bash[25023]: audit 2023-12-06T15:04:18.337457+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:19.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:18 smithi029 bash[30481]: audit 2023-12-06T15:04:18.336634+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:19.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:18 smithi029 bash[30481]: audit 2023-12-06T15:04:18.337457+0000 mon.a (mon.0) 476 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:04:20.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: cluster 2023-12-06T15:04:18.865836+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: audit 2023-12-06T15:04:18.963565+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: cluster 2023-12-06T15:04:18.963842+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: audit 2023-12-06T15:04:18.964066+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: audit 2023-12-06T15:04:18.965067+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[25023]: audit 2023-12-06T15:04:18.965663+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: cluster 2023-12-06T15:04:18.865836+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:20.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: audit 2023-12-06T15:04:18.963565+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:04:20.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: cluster 2023-12-06T15:04:18.963842+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T15:04:20.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: audit 2023-12-06T15:04:18.964066+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:20.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: audit 2023-12-06T15:04:18.965067+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:19 smithi029 bash[30481]: audit 2023-12-06T15:04:18.965663+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: cluster 2023-12-06T15:04:18.865836+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: audit 2023-12-06T15:04:18.963565+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: cluster 2023-12-06T15:04:18.963842+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: audit 2023-12-06T15:04:18.964066+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: audit 2023-12-06T15:04:18.965067+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[24947]: audit 2023-12-06T15:04:18.965663+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:20.375 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[31162]: debug 2023-12-06T15:04:19.975+0000 7f319cb26700 -1 osd.5 0 waiting for initial osdmap 2023-12-06T15:04:20.375 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:04:19 smithi140 bash[31162]: debug 2023-12-06T15:04:19.979+0000 7f3193cb6700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:04:21.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[30481]: audit 2023-12-06T15:04:19.967731+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:21.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[30481]: cluster 2023-12-06T15:04:19.968072+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[30481]: audit 2023-12-06T15:04:19.968895+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[30481]: audit 2023-12-06T15:04:19.976731+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[25023]: audit 2023-12-06T15:04:19.967731+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[25023]: cluster 2023-12-06T15:04:19.968072+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[25023]: audit 2023-12-06T15:04:19.968895+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:21.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:20 smithi029 bash[25023]: audit 2023-12-06T15:04:19.976731+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:20 smithi140 bash[24947]: audit 2023-12-06T15:04:19.967731+0000 mon.a (mon.0) 481 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:20 smithi140 bash[24947]: cluster 2023-12-06T15:04:19.968072+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-06T15:04:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:20 smithi140 bash[24947]: audit 2023-12-06T15:04:19.968895+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:20 smithi140 bash[24947]: audit 2023-12-06T15:04:19.976731+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: cluster 2023-12-06T15:04:19.327779+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: cluster 2023-12-06T15:04:19.327978+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: cluster 2023-12-06T15:04:20.866402+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: cluster 2023-12-06T15:04:20.979245+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277] boot 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: cluster 2023-12-06T15:04:20.979328+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T15:04:22.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[25023]: audit 2023-12-06T15:04:20.980217+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: cluster 2023-12-06T15:04:19.327779+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: cluster 2023-12-06T15:04:19.327978+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: cluster 2023-12-06T15:04:20.866402+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: cluster 2023-12-06T15:04:20.979245+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277] boot 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: cluster 2023-12-06T15:04:20.979328+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T15:04:22.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:21 smithi029 bash[30481]: audit 2023-12-06T15:04:20.980217+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:22.356 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-06T15:04:22.356 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-06T15:04:22.356 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-12-06T15:04:22.356 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-12-06T15:04:22.357 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0175359 s, 598 MB/s 2023-12-06T15:04:22.357 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: cluster 2023-12-06T15:04:19.327779+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: cluster 2023-12-06T15:04:19.327978+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: cluster 2023-12-06T15:04:20.866402+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: cluster 2023-12-06T15:04:20.979245+0000 mon.a (mon.0) 485 : cluster [INF] osd.5 [v2:172.21.15.140:6808/4087351277,v1:172.21.15.140:6809/4087351277] boot 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: cluster 2023-12-06T15:04:20.979328+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-06T15:04:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:21 smithi140 bash[24947]: audit 2023-12-06T15:04:20.980217+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:04:23.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:22 smithi029 bash[25023]: cluster 2023-12-06T15:04:21.981309+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T15:04:23.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:22 smithi029 bash[30481]: cluster 2023-12-06T15:04:21.981309+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T15:04:23.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:22 smithi140 bash[24947]: cluster 2023-12-06T15:04:21.981309+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-06T15:04:23.512 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi140:vg_nvme/lv_2 2023-12-06T15:04:24.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:24 smithi140 bash[24947]: cluster 2023-12-06T15:04:22.866981+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:24.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:24 smithi140 bash[24947]: cluster 2023-12-06T15:04:22.983386+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:04:24.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:24 smithi140 bash[24947]: cluster 2023-12-06T15:04:22.997218+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T15:04:24.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[30481]: cluster 2023-12-06T15:04:22.866981+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:24.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[30481]: cluster 2023-12-06T15:04:22.983386+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:04:24.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[30481]: cluster 2023-12-06T15:04:22.997218+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T15:04:24.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[25023]: cluster 2023-12-06T15:04:22.866981+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:24.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[25023]: cluster 2023-12-06T15:04:22.983386+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:04:24.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:24 smithi029 bash[25023]: cluster 2023-12-06T15:04:22.997218+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-06T15:04:25.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:25 smithi029 bash[25023]: cluster 2023-12-06T15:04:24.000115+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T15:04:25.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:25 smithi029 bash[30481]: cluster 2023-12-06T15:04:24.000115+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T15:04:25.347 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:25 smithi140 bash[24947]: cluster 2023-12-06T15:04:24.000115+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-06T15:04:26.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:26 smithi029 bash[25023]: cluster 2023-12-06T15:04:24.867629+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:26.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:26 smithi029 bash[25023]: cluster 2023-12-06T15:04:25.011522+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-06T15:04:26.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:26 smithi029 bash[30481]: cluster 2023-12-06T15:04:24.867629+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:26.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:26 smithi029 bash[30481]: cluster 2023-12-06T15:04:25.011522+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-06T15:04:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:26 smithi140 bash[24947]: cluster 2023-12-06T15:04:24.867629+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:26 smithi140 bash[24947]: cluster 2023-12-06T15:04:25.011522+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-06T15:04:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: cephadm 2023-12-06T15:04:26.560012+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:04:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.570368+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.572636+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.574444+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: cephadm 2023-12-06T15:04:26.575730+0000 mgr.y (mgr.14152) 199 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 8635M 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.583627+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.590512+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.872022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.876216+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.982780+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.989107+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:04:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:27 smithi140 bash[24947]: audit 2023-12-06T15:04:26.990720+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: cephadm 2023-12-06T15:04:26.560012+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.570368+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.572636+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.574444+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: cephadm 2023-12-06T15:04:26.575730+0000 mgr.y (mgr.14152) 199 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 8635M 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.583627+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.590512+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.872022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.876216+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.982780+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.989107+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:04:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[25023]: audit 2023-12-06T15:04:26.990720+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: cephadm 2023-12-06T15:04:26.560012+0000 mgr.y (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.570368+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.572636+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.574444+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: cephadm 2023-12-06T15:04:26.575730+0000 mgr.y (mgr.14152) 199 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 8635M 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.583627+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.590512+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.872022+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.876216+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.982780+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.989107+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:04:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:27 smithi029 bash[30481]: audit 2023-12-06T15:04:26.990720+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:28 smithi140 bash[24947]: cluster 2023-12-06T15:04:26.868247+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-06T15:04:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:28 smithi140 bash[24947]: audit 2023-12-06T15:04:26.975958+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:28 smithi140 bash[24947]: cluster 2023-12-06T15:04:27.587857+0000 mon.a (mon.0) 503 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-06T15:04:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:28 smithi140 bash[24947]: cluster 2023-12-06T15:04:27.587920+0000 mon.a (mon.0) 504 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:29.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[25023]: cluster 2023-12-06T15:04:26.868247+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[25023]: audit 2023-12-06T15:04:26.975958+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[25023]: cluster 2023-12-06T15:04:27.587857+0000 mon.a (mon.0) 503 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[25023]: cluster 2023-12-06T15:04:27.587920+0000 mon.a (mon.0) 504 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[30481]: cluster 2023-12-06T15:04:26.868247+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[30481]: audit 2023-12-06T15:04:26.975958+0000 mgr.y (mgr.14152) 201 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[30481]: cluster 2023-12-06T15:04:27.587857+0000 mon.a (mon.0) 503 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-06T15:04:29.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:28 smithi029 bash[30481]: cluster 2023-12-06T15:04:27.587920+0000 mon.a (mon.0) 504 : cluster [INF] Cluster is now healthy 2023-12-06T15:04:30.868 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:30 smithi140 bash[24947]: cluster 2023-12-06T15:04:28.868939+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:04:31.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:30 smithi029 bash[30481]: cluster 2023-12-06T15:04:28.868939+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:04:31.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:30 smithi029 bash[25023]: cluster 2023-12-06T15:04:28.868939+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:04:32.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:32 smithi140 bash[24947]: cluster 2023-12-06T15:04:30.869652+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-12-06T15:04:33.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:32 smithi029 bash[25023]: cluster 2023-12-06T15:04:30.869652+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-12-06T15:04:33.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:32 smithi029 bash[30481]: cluster 2023-12-06T15:04:30.869652+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 66 KiB/s, 0 objects/s recovering 2023-12-06T15:04:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:33 smithi140 bash[24947]: audit 2023-12-06T15:04:32.912996+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:33 smithi140 bash[24947]: audit 2023-12-06T15:04:32.914315+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.140:0/3655702572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:33 smithi140 bash[24947]: audit 2023-12-06T15:04:32.921660+0000 mon.a (mon.0) 506 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]': finished 2023-12-06T15:04:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:33 smithi140 bash[24947]: cluster 2023-12-06T15:04:32.921799+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T15:04:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:33 smithi140 bash[24947]: audit 2023-12-06T15:04:32.922127+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[25023]: audit 2023-12-06T15:04:32.912996+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[25023]: audit 2023-12-06T15:04:32.914315+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.140:0/3655702572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[25023]: audit 2023-12-06T15:04:32.921660+0000 mon.a (mon.0) 506 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]': finished 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[25023]: cluster 2023-12-06T15:04:32.921799+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[25023]: audit 2023-12-06T15:04:32.922127+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:34.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[30481]: audit 2023-12-06T15:04:32.912996+0000 mon.a (mon.0) 505 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[30481]: audit 2023-12-06T15:04:32.914315+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.140:0/3655702572' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]: dispatch 2023-12-06T15:04:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[30481]: audit 2023-12-06T15:04:32.921660+0000 mon.a (mon.0) 506 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0bdfe13-89be-404d-b869-909be46bc486"}]': finished 2023-12-06T15:04:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[30481]: cluster 2023-12-06T15:04:32.921799+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-06T15:04:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:33 smithi029 bash[30481]: audit 2023-12-06T15:04:32.922127+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:34 smithi140 bash[24947]: cluster 2023-12-06T15:04:32.870356+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T15:04:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:34 smithi140 bash[24947]: audit 2023-12-06T15:04:33.652143+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.140:0/2466773202' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:04:35.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:34 smithi029 bash[30481]: cluster 2023-12-06T15:04:32.870356+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T15:04:35.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:34 smithi029 bash[30481]: audit 2023-12-06T15:04:33.652143+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.140:0/2466773202' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:04:35.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:34 smithi029 bash[25023]: cluster 2023-12-06T15:04:32.870356+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-06T15:04:35.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:34 smithi029 bash[25023]: audit 2023-12-06T15:04:33.652143+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.140:0/2466773202' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:04:36.854 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:36 smithi140 bash[24947]: cluster 2023-12-06T15:04:34.871020+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:37.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:36 smithi029 bash[25023]: cluster 2023-12-06T15:04:34.871020+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:37.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:36 smithi029 bash[30481]: cluster 2023-12-06T15:04:34.871020+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:04:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:37 smithi140 bash[24947]: cluster 2023-12-06T15:04:36.871757+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:38.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:37 smithi029 bash[25023]: cluster 2023-12-06T15:04:36.871757+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:38.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:37 smithi029 bash[30481]: cluster 2023-12-06T15:04:36.871757+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:40.566 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:40 smithi140 bash[24947]: cluster 2023-12-06T15:04:38.872377+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:40.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:40 smithi029 bash[25023]: cluster 2023-12-06T15:04:38.872377+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:40.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:40 smithi029 bash[30481]: cluster 2023-12-06T15:04:38.872377+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:42 smithi140 bash[24947]: cluster 2023-12-06T15:04:40.872969+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:42 smithi029 bash[25023]: cluster 2023-12-06T15:04:40.872969+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:42.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:42 smithi029 bash[30481]: cluster 2023-12-06T15:04:40.872969+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:43.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:43 smithi140 bash[24947]: audit 2023-12-06T15:04:42.738534+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:04:43.756 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:43 smithi140 bash[24947]: audit 2023-12-06T15:04:42.740462+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:43.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:43 smithi029 bash[25023]: audit 2023-12-06T15:04:42.738534+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:04:43.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:43 smithi029 bash[25023]: audit 2023-12-06T15:04:42.740462+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:43.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:43 smithi029 bash[30481]: audit 2023-12-06T15:04:42.738534+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:04:43.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:43 smithi029 bash[30481]: audit 2023-12-06T15:04:42.740462+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:44.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:44 smithi029 bash[30481]: cephadm 2023-12-06T15:04:42.742013+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi140 2023-12-06T15:04:44.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:44 smithi029 bash[30481]: cluster 2023-12-06T15:04:42.873581+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-06T15:04:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:44 smithi029 bash[25023]: cephadm 2023-12-06T15:04:42.742013+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi140 2023-12-06T15:04:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:44 smithi029 bash[25023]: cluster 2023-12-06T15:04:42.873581+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-06T15:04:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:44 smithi140 bash[24947]: cephadm 2023-12-06T15:04:42.742013+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi140 2023-12-06T15:04:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:44 smithi140 bash[24947]: cluster 2023-12-06T15:04:42.873581+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-06T15:04:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:46 smithi140 bash[24947]: cluster 2023-12-06T15:04:44.874155+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-06T15:04:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:46 smithi029 bash[30481]: cluster 2023-12-06T15:04:44.874155+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-06T15:04:46.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:46 smithi029 bash[25023]: cluster 2023-12-06T15:04:44.874155+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-06T15:04:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:47 smithi140 bash[24947]: audit 2023-12-06T15:04:46.800302+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:47 smithi140 bash[24947]: audit 2023-12-06T15:04:46.810766+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:47 smithi140 bash[24947]: audit 2023-12-06T15:04:46.813266+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:47 smithi140 bash[24947]: audit 2023-12-06T15:04:46.814896+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:48.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:47 smithi140 bash[24947]: cluster 2023-12-06T15:04:46.874735+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-06T15:04:48.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[30481]: audit 2023-12-06T15:04:46.800302+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[30481]: audit 2023-12-06T15:04:46.810766+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[30481]: audit 2023-12-06T15:04:46.813266+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[30481]: audit 2023-12-06T15:04:46.814896+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[30481]: cluster 2023-12-06T15:04:46.874735+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-06T15:04:48.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[25023]: audit 2023-12-06T15:04:46.800302+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[25023]: audit 2023-12-06T15:04:46.810766+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[25023]: audit 2023-12-06T15:04:46.813266+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[25023]: audit 2023-12-06T15:04:46.814896+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:48.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:47 smithi029 bash[25023]: cluster 2023-12-06T15:04:46.874735+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-06T15:04:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:50 smithi140 bash[24947]: cluster 2023-12-06T15:04:48.875271+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:50 smithi140 bash[24947]: audit 2023-12-06T15:04:50.178583+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:50.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:50 smithi029 bash[25023]: cluster 2023-12-06T15:04:48.875271+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:50.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:50 smithi029 bash[25023]: audit 2023-12-06T15:04:50.178583+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:50.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:50 smithi029 bash[30481]: cluster 2023-12-06T15:04:48.875271+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:50.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:50 smithi029 bash[30481]: audit 2023-12-06T15:04:50.178583+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:51.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:51 smithi140 bash[24947]: audit 2023-12-06T15:04:50.469538+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:51.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:51 smithi029 bash[30481]: audit 2023-12-06T15:04:50.469538+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:51.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:51 smithi029 bash[25023]: audit 2023-12-06T15:04:50.469538+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:52.764 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:52 smithi140 bash[24947]: cluster 2023-12-06T15:04:50.875849+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:52.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:52 smithi029 bash[30481]: cluster 2023-12-06T15:04:50.875849+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:52.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:52 smithi029 bash[25023]: cluster 2023-12-06T15:04:50.875849+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:53.184 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 6 on host 'smithi140' 2023-12-06T15:04:53.829 DEBUG:teuthology.orchestra.run.smithi140:osd.6> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.6.service 2023-12-06T15:04:53.832 INFO:tasks.cephadm:Deploying osd.7 on smithi140 with /dev/vg_nvme/lv_1... 2023-12-06T15:04:53.832 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: cluster 2023-12-06T15:04:52.876439+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.181923+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.206106+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.208804+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.210641+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.695750+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:54 smithi140 bash[24947]: audit 2023-12-06T15:04:53.697149+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: cluster 2023-12-06T15:04:52.876439+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.181923+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.206106+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.208804+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.210641+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.695750+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[25023]: audit 2023-12-06T15:04:53.697149+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: cluster 2023-12-06T15:04:52.876439+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.181923+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:04:54.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.206106+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:04:54.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.208804+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:04:54.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.210641+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:04:54.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.695750+0000 mon.a (mon.0) 521 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:54 smithi029 bash[30481]: audit 2023-12-06T15:04:53.697149+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:04:54.572 INFO:journalctl@ceph.osd.6.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:04:55.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[25023]: audit 2023-12-06T15:04:54.486124+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[25023]: cluster 2023-12-06T15:04:54.486436+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[25023]: audit 2023-12-06T15:04:54.486772+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[25023]: audit 2023-12-06T15:04:54.490623+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[25023]: audit 2023-12-06T15:04:54.492042+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[30481]: audit 2023-12-06T15:04:54.486124+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[30481]: cluster 2023-12-06T15:04:54.486436+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[30481]: audit 2023-12-06T15:04:54.486772+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[30481]: audit 2023-12-06T15:04:54.490623+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:55.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:55 smithi029 bash[30481]: audit 2023-12-06T15:04:54.492042+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:55.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[34275]: debug 2023-12-06T15:04:55.498+0000 7f2e33996700 -1 osd.6 0 waiting for initial osdmap 2023-12-06T15:04:55.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[34275]: debug 2023-12-06T15:04:55.514+0000 7f2e2f32f700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:04:55.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[24947]: audit 2023-12-06T15:04:54.486124+0000 mon.a (mon.0) 522 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:04:55.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[24947]: cluster 2023-12-06T15:04:54.486436+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-06T15:04:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[24947]: audit 2023-12-06T15:04:54.486772+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[24947]: audit 2023-12-06T15:04:54.490623+0000 mon.a (mon.0) 525 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:55 smithi140 bash[24947]: audit 2023-12-06T15:04:54.492042+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:04:56.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[30481]: cluster 2023-12-06T15:04:54.877031+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[30481]: audit 2023-12-06T15:04:55.494271+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[30481]: cluster 2023-12-06T15:04:55.494370+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[30481]: audit 2023-12-06T15:04:55.494750+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[30481]: audit 2023-12-06T15:04:55.502038+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[25023]: cluster 2023-12-06T15:04:54.877031+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[25023]: audit 2023-12-06T15:04:55.494271+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[25023]: cluster 2023-12-06T15:04:55.494370+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[25023]: audit 2023-12-06T15:04:55.494750+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:56 smithi029 bash[25023]: audit 2023-12-06T15:04:55.502038+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:56 smithi140 bash[24947]: cluster 2023-12-06T15:04:54.877031+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-06T15:04:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:56 smithi140 bash[24947]: audit 2023-12-06T15:04:55.494271+0000 mon.a (mon.0) 526 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:04:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:56 smithi140 bash[24947]: cluster 2023-12-06T15:04:55.494370+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-06T15:04:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:56 smithi140 bash[24947]: audit 2023-12-06T15:04:55.494750+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:56 smithi140 bash[24947]: audit 2023-12-06T15:04:55.502038+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0216391 s, 485 MB/s 2023-12-06T15:04:57.728 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-12-06T15:04:57.767 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:57 smithi140 bash[24947]: cluster 2023-12-06T15:04:54.698747+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:57.767 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:57 smithi140 bash[24947]: cluster 2023-12-06T15:04:54.698948+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:57.767 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:57 smithi140 bash[24947]: cluster 2023-12-06T15:04:56.497004+0000 mon.a (mon.0) 530 : cluster [INF] osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807] boot 2023-12-06T15:04:57.767 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:57 smithi140 bash[24947]: cluster 2023-12-06T15:04:56.497167+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T15:04:57.767 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:57 smithi140 bash[24947]: audit 2023-12-06T15:04:56.497891+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:57.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[25023]: cluster 2023-12-06T15:04:54.698747+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[25023]: cluster 2023-12-06T15:04:54.698948+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[25023]: cluster 2023-12-06T15:04:56.497004+0000 mon.a (mon.0) 530 : cluster [INF] osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807] boot 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[25023]: cluster 2023-12-06T15:04:56.497167+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[25023]: audit 2023-12-06T15:04:56.497891+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[30481]: cluster 2023-12-06T15:04:54.698747+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[30481]: cluster 2023-12-06T15:04:54.698948+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[30481]: cluster 2023-12-06T15:04:56.497004+0000 mon.a (mon.0) 530 : cluster [INF] osd.6 [v2:172.21.15.140:6816/3705578807,v1:172.21.15.140:6817/3705578807] boot 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[30481]: cluster 2023-12-06T15:04:56.497167+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-06T15:04:57.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:57 smithi029 bash[30481]: audit 2023-12-06T15:04:56.497891+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:04:58.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[30481]: cluster 2023-12-06T15:04:56.877682+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:04:58.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[30481]: cluster 2023-12-06T15:04:57.509382+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T15:04:58.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[30481]: cluster 2023-12-06T15:04:58.511604+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T15:04:58.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[25023]: cluster 2023-12-06T15:04:56.877682+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:04:58.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[25023]: cluster 2023-12-06T15:04:57.509382+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T15:04:58.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:04:58 smithi029 bash[25023]: cluster 2023-12-06T15:04:58.511604+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:58 smithi140 bash[24947]: cluster 2023-12-06T15:04:56.877682+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:58 smithi140 bash[24947]: cluster 2023-12-06T15:04:57.509382+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-06T15:04:58.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:04:58 smithi140 bash[24947]: cluster 2023-12-06T15:04:58.511604+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-06T15:04:59.009 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi140:vg_nvme/lv_1 2023-12-06T15:05:00.504 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:00 smithi140 bash[24947]: cluster 2023-12-06T15:04:58.878285+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:00.504 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:00 smithi140 bash[24947]: cluster 2023-12-06T15:04:59.370972+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T15:05:00.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:00 smithi029 bash[25023]: cluster 2023-12-06T15:04:58.878285+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:00 smithi029 bash[25023]: cluster 2023-12-06T15:04:59.370972+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T15:05:00.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:00 smithi029 bash[30481]: cluster 2023-12-06T15:04:58.878285+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:00.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:00 smithi029 bash[30481]: cluster 2023-12-06T15:04:59.370972+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-06T15:05:01.719 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:01 smithi140 bash[24947]: cluster 2023-12-06T15:05:00.380204+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-06T15:05:01.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:01 smithi029 bash[25023]: cluster 2023-12-06T15:05:00.380204+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-06T15:05:01.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:01 smithi029 bash[30481]: cluster 2023-12-06T15:05:00.380204+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-06T15:05:02.665 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: cluster 2023-12-06T15:05:00.878844+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:02.665 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.135439+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.665 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.137849+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.666 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.139597+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.666 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.141176+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.666 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.148846+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.666 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:02 smithi140 bash[24947]: audit 2023-12-06T15:05:02.156451+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: cluster 2023-12-06T15:05:00.878844+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.135439+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.137849+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.139597+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.141176+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.148846+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[25023]: audit 2023-12-06T15:05:02.156451+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: cluster 2023-12-06T15:05:00.878844+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.135439+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.137849+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.139597+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.141176+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.148846+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:02.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:02 smithi029 bash[30481]: audit 2023-12-06T15:05:02.156451+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[25023]: cephadm 2023-12-06T15:05:02.125747+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[25023]: cephadm 2023-12-06T15:05:02.142302+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 5757M 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[25023]: audit 2023-12-06T15:05:02.639404+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[25023]: audit 2023-12-06T15:05:02.645690+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[25023]: audit 2023-12-06T15:05:02.647217+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[30481]: cephadm 2023-12-06T15:05:02.125747+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[30481]: cephadm 2023-12-06T15:05:02.142302+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 5757M 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[30481]: audit 2023-12-06T15:05:02.639404+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[30481]: audit 2023-12-06T15:05:02.645690+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:05:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:03 smithi029 bash[30481]: audit 2023-12-06T15:05:02.647217+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:03 smithi140 bash[24947]: cephadm 2023-12-06T15:05:02.125747+0000 mgr.y (mgr.14152) 220 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:03 smithi140 bash[24947]: cephadm 2023-12-06T15:05:02.142302+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 5757M 2023-12-06T15:05:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:03 smithi140 bash[24947]: audit 2023-12-06T15:05:02.639404+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T15:05:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:03 smithi140 bash[24947]: audit 2023-12-06T15:05:02.645690+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T15:05:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:03 smithi140 bash[24947]: audit 2023-12-06T15:05:02.647217+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:04.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:04 smithi029 bash[25023]: audit 2023-12-06T15:05:02.632483+0000 mgr.y (mgr.14152) 222 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:04.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:04 smithi029 bash[25023]: cluster 2023-12-06T15:05:02.879488+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T15:05:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:04 smithi029 bash[30481]: audit 2023-12-06T15:05:02.632483+0000 mgr.y (mgr.14152) 222 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:04 smithi029 bash[30481]: cluster 2023-12-06T15:05:02.879488+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T15:05:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:04 smithi140 bash[24947]: audit 2023-12-06T15:05:02.632483+0000 mgr.y (mgr.14152) 222 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:04 smithi140 bash[24947]: cluster 2023-12-06T15:05:02.879488+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-12-06T15:05:06.520 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:06 smithi140 bash[24947]: cluster 2023-12-06T15:05:04.880085+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T15:05:06.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:06 smithi029 bash[25023]: cluster 2023-12-06T15:05:04.880085+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T15:05:06.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:06 smithi029 bash[30481]: cluster 2023-12-06T15:05:04.880085+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-06T15:05:08.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:08 smithi029 bash[25023]: cluster 2023-12-06T15:05:06.880731+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T15:05:08.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:08 smithi029 bash[30481]: cluster 2023-12-06T15:05:06.880731+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T15:05:08.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:08 smithi140 bash[24947]: cluster 2023-12-06T15:05:06.880731+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[25023]: audit 2023-12-06T15:05:08.566533+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]: dispatch 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[25023]: audit 2023-12-06T15:05:08.576018+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]': finished 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[25023]: cluster 2023-12-06T15:05:08.576227+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[25023]: audit 2023-12-06T15:05:08.576552+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[25023]: audit 2023-12-06T15:05:09.250891+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.140:0/2081943650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[30481]: audit 2023-12-06T15:05:08.566533+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]: dispatch 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[30481]: audit 2023-12-06T15:05:08.576018+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]': finished 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[30481]: cluster 2023-12-06T15:05:08.576227+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T15:05:09.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[30481]: audit 2023-12-06T15:05:08.576552+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:09.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:09 smithi029 bash[30481]: audit 2023-12-06T15:05:09.250891+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.140:0/2081943650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:05:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:09 smithi140 bash[24947]: audit 2023-12-06T15:05:08.566533+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]: dispatch 2023-12-06T15:05:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:09 smithi140 bash[24947]: audit 2023-12-06T15:05:08.576018+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.140:0/1315502391' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a6ed1ac-4159-4247-ba59-76838a5bb4b4"}]': finished 2023-12-06T15:05:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:09 smithi140 bash[24947]: cluster 2023-12-06T15:05:08.576227+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-06T15:05:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:09 smithi140 bash[24947]: audit 2023-12-06T15:05:08.576552+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:09 smithi140 bash[24947]: audit 2023-12-06T15:05:09.250891+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.140:0/2081943650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T15:05:10.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:10 smithi140 bash[24947]: cluster 2023-12-06T15:05:08.881338+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; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:11.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:10 smithi029 bash[25023]: cluster 2023-12-06T15:05:08.881338+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; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:11.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:10 smithi029 bash[30481]: cluster 2023-12-06T15:05:08.881338+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; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:12 smithi140 bash[24947]: cluster 2023-12-06T15:05:10.881932+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:13.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:12 smithi029 bash[25023]: cluster 2023-12-06T15:05:10.881932+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:13.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:12 smithi029 bash[30481]: cluster 2023-12-06T15:05:10.881932+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; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:14.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:14 smithi140 bash[24947]: cluster 2023-12-06T15:05:12.882559+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:15.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:14 smithi029 bash[25023]: cluster 2023-12-06T15:05:12.882559+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:15.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:14 smithi029 bash[30481]: cluster 2023-12-06T15:05:12.882559+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:16.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:16 smithi140 bash[24947]: cluster 2023-12-06T15:05:14.883210+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:17.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:16 smithi029 bash[25023]: cluster 2023-12-06T15:05:14.883210+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:17.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:16 smithi029 bash[30481]: cluster 2023-12-06T15:05:14.883210+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:18.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:18 smithi140 bash[24947]: cluster 2023-12-06T15:05:16.883770+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:19.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:18 smithi029 bash[25023]: cluster 2023-12-06T15:05:16.883770+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:19.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:18 smithi029 bash[30481]: cluster 2023-12-06T15:05:16.883770+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:19 smithi140 bash[24947]: audit 2023-12-06T15:05:19.084343+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:05:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:19 smithi140 bash[24947]: audit 2023-12-06T15:05:19.086072+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:19 smithi029 bash[25023]: audit 2023-12-06T15:05:19.084343+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:05:20.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:19 smithi029 bash[25023]: audit 2023-12-06T15:05:19.086072+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:19 smithi029 bash[30481]: audit 2023-12-06T15:05:19.084343+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:05:20.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:19 smithi029 bash[30481]: audit 2023-12-06T15:05:19.086072+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:20.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:20 smithi140 bash[24947]: cluster 2023-12-06T15:05:18.884347+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:20.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:20 smithi140 bash[24947]: cephadm 2023-12-06T15:05:19.087664+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi140 2023-12-06T15:05:21.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:20 smithi029 bash[25023]: cluster 2023-12-06T15:05:18.884347+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:21.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:20 smithi029 bash[25023]: cephadm 2023-12-06T15:05:19.087664+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi140 2023-12-06T15:05:21.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:20 smithi029 bash[30481]: cluster 2023-12-06T15:05:18.884347+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:21.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:20 smithi029 bash[30481]: cephadm 2023-12-06T15:05:19.087664+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi140 2023-12-06T15:05:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:21 smithi140 bash[24947]: cluster 2023-12-06T15:05:20.884926+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-06T15:05:22.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:21 smithi029 bash[25023]: cluster 2023-12-06T15:05:20.884926+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-06T15:05:22.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:21 smithi029 bash[30481]: cluster 2023-12-06T15:05:20.884926+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-06T15:05:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[25023]: cluster 2023-12-06T15:05:22.885609+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-06T15:05:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[25023]: audit 2023-12-06T15:05:23.234415+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[25023]: audit 2023-12-06T15:05:23.235002+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[25023]: audit 2023-12-06T15:05:23.237966+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[25023]: audit 2023-12-06T15:05:23.240022+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[30481]: cluster 2023-12-06T15:05:22.885609+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-06T15:05:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[30481]: audit 2023-12-06T15:05:23.234415+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[30481]: audit 2023-12-06T15:05:23.235002+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[30481]: audit 2023-12-06T15:05:23.237966+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:24 smithi029 bash[30481]: audit 2023-12-06T15:05:23.240022+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:24 smithi140 bash[24947]: cluster 2023-12-06T15:05:22.885609+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-06T15:05:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:24 smithi140 bash[24947]: audit 2023-12-06T15:05:23.234415+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:24 smithi140 bash[24947]: audit 2023-12-06T15:05:23.235002+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:24 smithi140 bash[24947]: audit 2023-12-06T15:05:23.237966+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:24 smithi140 bash[24947]: audit 2023-12-06T15:05:23.240022+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:26.739 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:26 smithi140 bash[24947]: cluster 2023-12-06T15:05:24.886207+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:26.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:26 smithi029 bash[25023]: cluster 2023-12-06T15:05:24.886207+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:26.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:26 smithi029 bash[30481]: cluster 2023-12-06T15:05:24.886207+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[25023]: audit 2023-12-06T15:05:26.879157+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[25023]: audit 2023-12-06T15:05:26.879774+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[25023]: audit 2023-12-06T15:05:26.970500+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[25023]: audit 2023-12-06T15:05:26.979672+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[30481]: audit 2023-12-06T15:05:26.879157+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[30481]: audit 2023-12-06T15:05:26.879774+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[30481]: audit 2023-12-06T15:05:26.970500+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:27.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:27 smithi029 bash[30481]: audit 2023-12-06T15:05:26.979672+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:27 smithi140 bash[24947]: audit 2023-12-06T15:05:26.879157+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:05:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:27 smithi140 bash[24947]: audit 2023-12-06T15:05:26.879774+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:05:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:27 smithi140 bash[24947]: audit 2023-12-06T15:05:26.970500+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:27 smithi140 bash[24947]: audit 2023-12-06T15:05:26.979672+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:28.675 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:28 smithi140 bash[24947]: cluster 2023-12-06T15:05:26.886804+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:28.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:28 smithi029 bash[25023]: cluster 2023-12-06T15:05:26.886804+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:28.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:28 smithi029 bash[30481]: cluster 2023-12-06T15:05:26.886804+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:29.981 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 7 on host 'smithi140' 2023-12-06T15:05:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:30 smithi140 bash[24947]: cluster 2023-12-06T15:05:28.887449+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:30 smithi140 bash[24947]: audit 2023-12-06T15:05:29.978222+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:30 smithi140 bash[24947]: audit 2023-12-06T15:05:30.005631+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:30 smithi140 bash[24947]: audit 2023-12-06T15:05:30.008790+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:30 smithi140 bash[24947]: audit 2023-12-06T15:05:30.010923+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.669 DEBUG:teuthology.orchestra.run.smithi140:osd.7> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.7.service 2023-12-06T15:05:30.671 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T15:05:30.671 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T15:05:30.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[30481]: cluster 2023-12-06T15:05:28.887449+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:30.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[30481]: audit 2023-12-06T15:05:29.978222+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:30.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[30481]: audit 2023-12-06T15:05:30.005631+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[30481]: audit 2023-12-06T15:05:30.008790+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.685 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[30481]: audit 2023-12-06T15:05:30.010923+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[25023]: cluster 2023-12-06T15:05:28.887449+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:30.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[25023]: audit 2023-12-06T15:05:29.978222+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:30.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[25023]: audit 2023-12-06T15:05:30.005631+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:30.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[25023]: audit 2023-12-06T15:05:30.008790+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:30.686 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:30 smithi029 bash[25023]: audit 2023-12-06T15:05:30.010923+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:30.807 INFO:journalctl@ceph.osd.7.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:05:31.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:31 smithi029 bash[25023]: audit 2023-12-06T15:05:30.405241+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:31.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:31 smithi029 bash[25023]: audit 2023-12-06T15:05:30.407180+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:31.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:31 smithi029 bash[30481]: audit 2023-12-06T15:05:30.405241+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:31.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:31 smithi029 bash[30481]: audit 2023-12-06T15:05:30.407180+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:31 smithi140 bash[24947]: audit 2023-12-06T15:05:30.405241+0000 mon.a (mon.0) 564 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:31 smithi140 bash[24947]: audit 2023-12-06T15:05:30.407180+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: cluster 2023-12-06T15:05:30.887981+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: audit 2023-12-06T15:05:31.406997+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: cluster 2023-12-06T15:05:31.407131+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: audit 2023-12-06T15:05:31.407326+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: audit 2023-12-06T15:05:31.411915+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[25023]: audit 2023-12-06T15:05:31.413860+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: cluster 2023-12-06T15:05:30.887981+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: audit 2023-12-06T15:05:31.406997+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:05:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: cluster 2023-12-06T15:05:31.407131+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T15:05:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: audit 2023-12-06T15:05:31.407326+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: audit 2023-12-06T15:05:31.411915+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:32 smithi029 bash[30481]: audit 2023-12-06T15:05:31.413860+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: cluster 2023-12-06T15:05:30.887981+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:32.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: audit 2023-12-06T15:05:31.406997+0000 mon.a (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:05:32.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: cluster 2023-12-06T15:05:31.407131+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-06T15:05:32.790 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: audit 2023-12-06T15:05:31.407326+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:32.791 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: audit 2023-12-06T15:05:31.411915+0000 mon.a (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.791 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[24947]: audit 2023-12-06T15:05:31.413860+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:05:32.791 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[37408]: debug 2023-12-06T15:05:32.417+0000 7f5f46558700 -1 osd.7 0 waiting for initial osdmap 2023-12-06T15:05:32.791 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:05:32 smithi140 bash[37408]: debug 2023-12-06T15:05:32.433+0000 7f5f426f2700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:05:33.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: cluster 2023-12-06T15:05:31.377502+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:05:33.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: cluster 2023-12-06T15:05:31.377703+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:05:33.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: audit 2023-12-06T15:05:32.411295+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:05:33.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: cluster 2023-12-06T15:05:32.411573+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-06T15:05:33.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: audit 2023-12-06T15:05:32.412249+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:33.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:33 smithi140 bash[24947]: audit 2023-12-06T15:05:32.422019+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: cluster 2023-12-06T15:05:31.377502+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: cluster 2023-12-06T15:05:31.377703+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: audit 2023-12-06T15:05:32.411295+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: cluster 2023-12-06T15:05:32.411573+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: audit 2023-12-06T15:05:32.412249+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[30481]: audit 2023-12-06T15:05:32.422019+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: cluster 2023-12-06T15:05:31.377502+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T15:05:33.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: cluster 2023-12-06T15:05:31.377703+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T15:05:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: audit 2023-12-06T15:05:32.411295+0000 mon.a (mon.0) 569 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-12-06T15:05:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: cluster 2023-12-06T15:05:32.411573+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-06T15:05:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: audit 2023-12-06T15:05:32.412249+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:33 smithi029 bash[25023]: audit 2023-12-06T15:05:32.422019+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:34.237 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: cluster 2023-12-06T15:05:32.888737+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: cluster 2023-12-06T15:05:33.431325+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162] boot 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: cluster 2023-12-06T15:05:33.431455+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: audit 2023-12-06T15:05:33.432004+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: audit 2023-12-06T15:05:34.235307+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.29:0/1274433767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T15:05:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[25023]: cluster 2023-12-06T15:05:34.382820+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: cluster 2023-12-06T15:05:32.888737+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: cluster 2023-12-06T15:05:33.431325+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162] boot 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: cluster 2023-12-06T15:05:33.431455+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: audit 2023-12-06T15:05:33.432004+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: audit 2023-12-06T15:05:34.235307+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.29:0/1274433767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T15:05:34.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:34 smithi029 bash[30481]: cluster 2023-12-06T15:05:34.382820+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T15:05:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: cluster 2023-12-06T15:05:32.888737+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-06T15:05:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: cluster 2023-12-06T15:05:33.431325+0000 mon.a (mon.0) 573 : cluster [INF] osd.7 [v2:172.21.15.140:6824/506529162,v1:172.21.15.140:6825/506529162] boot 2023-12-06T15:05:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: cluster 2023-12-06T15:05:33.431455+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-06T15:05:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: audit 2023-12-06T15:05:33.432004+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:05:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: audit 2023-12-06T15:05:34.235307+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.29:0/1274433767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T15:05:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:34 smithi140 bash[24947]: cluster 2023-12-06T15:05:34.382820+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-06T15:05:35.169 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1701875133,"num_in_osds":8,"osd_in_since":1701875108,"num_remapped_pgs":1} 2023-12-06T15:05:35.170 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:36 smithi140 bash[24947]: cluster 2023-12-06T15:05:34.889427+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:36.674 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:36 smithi140 bash[24947]: cluster 2023-12-06T15:05:35.392303+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T15:05:36.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:36 smithi029 bash[25023]: cluster 2023-12-06T15:05:34.889427+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:36.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:36 smithi029 bash[25023]: cluster 2023-12-06T15:05:35.392303+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T15:05:36.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:36 smithi029 bash[30481]: cluster 2023-12-06T15:05:34.889427+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:36.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:36 smithi029 bash[30481]: cluster 2023-12-06T15:05:35.392303+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-06T15:05:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: cluster 2023-12-06T15:05:36.400781+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T15:05:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.204140+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.206195+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.207752+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.209202+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.210645+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.218577+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:37 smithi140 bash[24947]: audit 2023-12-06T15:05:37.227684+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: cluster 2023-12-06T15:05:36.400781+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T15:05:37.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.204140+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.206195+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.207752+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.209202+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.210645+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.218577+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[25023]: audit 2023-12-06T15:05:37.227684+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: cluster 2023-12-06T15:05:36.400781+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.204140+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.206195+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.207752+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.209202+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.210645+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:05:37.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.218577+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:37 smithi029 bash[30481]: audit 2023-12-06T15:05:37.227684+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:37.893 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[25023]: cluster 2023-12-06T15:05:36.890047+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[25023]: cephadm 2023-12-06T15:05:37.193093+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[25023]: cephadm 2023-12-06T15:05:37.211811+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 4317M 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[25023]: cluster 2023-12-06T15:05:37.411020+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[30481]: cluster 2023-12-06T15:05:36.890047+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:38.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[30481]: cephadm 2023-12-06T15:05:37.193093+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:38.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[30481]: cephadm 2023-12-06T15:05:37.211811+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 4317M 2023-12-06T15:05:38.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:38 smithi029 bash[30481]: cluster 2023-12-06T15:05:37.411020+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T15:05:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:38 smithi140 bash[24947]: cluster 2023-12-06T15:05:36.890047+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:38 smithi140 bash[24947]: cephadm 2023-12-06T15:05:37.193093+0000 mgr.y (mgr.14152) 242 : cephadm [INF] Detected new or changed devices on smithi140 2023-12-06T15:05:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:38 smithi140 bash[24947]: cephadm 2023-12-06T15:05:37.211811+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 4317M 2023-12-06T15:05:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:38 smithi140 bash[24947]: cluster 2023-12-06T15:05:37.411020+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-06T15:05:40.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:40 smithi029 bash[25023]: cluster 2023-12-06T15:05:38.890676+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:40.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:40 smithi029 bash[30481]: cluster 2023-12-06T15:05:38.890676+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:40 smithi140 bash[24947]: cluster 2023-12-06T15:05:38.890676+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:05:41.202 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:05:41.203 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":59,"fsid":"c349e5c8-9447-11ee-95a2-87774f69a715","created":"2023-12-06T14:58:23.056511+0000","modified":"2023-12-06T15:05:37.396792+0000","last_up_change":"2023-12-06T15:05:33.415358+0000","last_in_change":"2023-12-06T15:05:08.567899+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-06T15:02:33.390119+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":"09b1c0de-3300-4bdd-9a51-acff5eb26f45","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.29:6802","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6803","nonce":2265319807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6805","nonce":2265319807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6809","nonce":2265319807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6807","nonce":2265319807}]},"public_addr":"172.21.15.29:6803/2265319807","cluster_addr":"172.21.15.29:6805/2265319807","heartbeat_back_addr":"172.21.15.29:6809/2265319807","heartbeat_front_addr":"172.21.15.29:6807/2265319807","state":["exists","up"]},{"osd":1,"uuid":"538af73b-dbe9-49ee-b089-5a31c678e597","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.29:6810","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6811","nonce":2906875747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6813","nonce":2906875747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6817","nonce":2906875747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6815","nonce":2906875747}]},"public_addr":"172.21.15.29:6811/2906875747","cluster_addr":"172.21.15.29:6813/2906875747","heartbeat_back_addr":"172.21.15.29:6817/2906875747","heartbeat_front_addr":"172.21.15.29:6815/2906875747","state":["exists","up"]},{"osd":2,"uuid":"70113469-4c6a-4357-a988-be1629c1885b","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.29:6818","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6819","nonce":205674842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6821","nonce":205674842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6825","nonce":205674842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6823","nonce":205674842}]},"public_addr":"172.21.15.29:6819/205674842","cluster_addr":"172.21.15.29:6821/205674842","heartbeat_back_addr":"172.21.15.29:6825/205674842","heartbeat_front_addr":"172.21.15.29:6823/205674842","state":["exists","up"]},{"osd":3,"uuid":"d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51","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.29:6826","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6827","nonce":1170509008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6829","nonce":1170509008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6833","nonce":1170509008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6831","nonce":1170509008}]},"public_addr":"172.21.15.29:6827/1170509008","cluster_addr":"172.21.15.29:6829/1170509008","heartbeat_back_addr":"172.21.15.29:6833/1170509008","heartbeat_front_addr":"172.21.15.29:6831/1170509008","state":["exists","up"]},{"osd":4,"uuid":"589b2e98-2e45-47d6-b9e3-0285b7e01589","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.140:6800","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6801","nonce":2221975172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6803","nonce":2221975172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6807","nonce":2221975172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6805","nonce":2221975172}]},"public_addr":"172.21.15.140:6801/2221975172","cluster_addr":"172.21.15.140:6803/2221975172","heartbeat_back_addr":"172.21.15.140:6807/2221975172","heartbeat_front_addr":"172.21.15.140:6805/2221975172","state":["exists","up"]},{"osd":5,"uuid":"338a63e1-04ea-47f0-994c-cd2578464769","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.140:6808","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6809","nonce":4087351277}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6811","nonce":4087351277}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6815","nonce":4087351277}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6813","nonce":4087351277}]},"public_addr":"172.21.15.140:6809/4087351277","cluster_addr":"172.21.15.140:6811/4087351277","heartbeat_back_addr":"172.21.15.140:6815/4087351277","heartbeat_front_addr":"172.21.15.140:6813/4087351277","state":["exists","up"]},{"osd":6,"uuid":"c0bdfe13-89be-404d-b869-909be46bc486","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.140:6816","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6817","nonce":3705578807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6819","nonce":3705578807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6823","nonce":3705578807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6821","nonce":3705578807}]},"public_addr":"172.21.15.140:6817/3705578807","cluster_addr":"172.21.15.140:6819/3705578807","heartbeat_back_addr":"172.21.15.140:6823/3705578807","heartbeat_front_addr":"172.21.15.140:6821/3705578807","state":["exists","up"]},{"osd":7,"uuid":"7a6ed1ac-4159-4247-ba59-76838a5bb4b4","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.140:6824","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6825","nonce":506529162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6827","nonce":506529162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6831","nonce":506529162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6829","nonce":506529162}]},"public_addr":"172.21.15.140:6825/506529162","cluster_addr":"172.21.15.140:6827/506529162","heartbeat_back_addr":"172.21.15.140:6831/506529162","heartbeat_front_addr":"172.21.15.140:6829/506529162","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-06T15:01:09.725474+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-06T15:01:49.238651+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-06T15:02:29.103369+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-06T15:03:10.084294+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-06T15:03:43.828551+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-06T15:04:19.327984+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-06T15:04:54.698953+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-06T15:05:31.377711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6800/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3616669576":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3812985175":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3051332430":"2023-12-07T14:59:26.728811+0000","172.21.15.29:6800/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/4210216959":"2023-12-07T14:58:55.017050+0000","172.21.15.29:6801/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/68785063":"2023-12-07T14:58:55.017050+0000","172.21.15.29:6801/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/236805064":"2023-12-07T14:58:55.017050+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-06T15:05:41.562 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:41 smithi029 bash[25023]: audit 2023-12-06T15:05:41.198959+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.29:0/2770384141' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.563 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:41 smithi029 bash[30481]: audit 2023-12-06T15:05:41.198959+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.29:0/2770384141' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:05:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:41 smithi140 bash[24947]: audit 2023-12-06T15:05:41.198959+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.29:0/2770384141' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:05:42.025 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-06T15:02:33.390119+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-06T15:05:42.025 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-06T15:05:42.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:42 smithi029 bash[25023]: cluster 2023-12-06T15:05:40.891342+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; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:05:42.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:42 smithi029 bash[30481]: cluster 2023-12-06T15:05:40.891342+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; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:05:42.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:42 smithi140 bash[24947]: cluster 2023-12-06T15:05:40.891342+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; 86 KiB/s, 0 objects/s recovering 2023-12-06T15:05:44.752 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:05:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:44 smithi029 bash[30481]: cluster 2023-12-06T15:05:42.892059+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; 69 KiB/s, 0 objects/s recovering 2023-12-06T15:05:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:44 smithi029 bash[25023]: cluster 2023-12-06T15:05:42.892059+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; 69 KiB/s, 0 objects/s recovering 2023-12-06T15:05:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:44 smithi140 bash[24947]: cluster 2023-12-06T15:05:42.892059+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; 69 KiB/s, 0 objects/s recovering 2023-12-06T15:05:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:46 smithi029 bash[25023]: cluster 2023-12-06T15:05:44.892892+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:46.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:46 smithi029 bash[30481]: cluster 2023-12-06T15:05:44.892892+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:46.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:46 smithi140 bash[24947]: cluster 2023-12-06T15:05:44.892892+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-06T15:05:47.786 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2023-12-06T15:05:48.669 INFO:tasks.cephadm:Adding prometheus.a on smithi140 2023-12-06T15:05:48.669 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply prometheus '1;smithi140=a' 2023-12-06T15:05:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:48 smithi029 bash[25023]: cluster 2023-12-06T15:05:46.893674+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:48 smithi029 bash[25023]: audit 2023-12-06T15:05:47.783837+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.29:0/2216172008' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T15:05:48.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:48 smithi029 bash[30481]: cluster 2023-12-06T15:05:46.893674+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:48.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:48 smithi029 bash[30481]: audit 2023-12-06T15:05:47.783837+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.29:0/2216172008' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T15:05:48.861 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:48 smithi140 bash[24947]: cluster 2023-12-06T15:05:46.893674+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-06T15:05:48.862 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:48 smithi140 bash[24947]: audit 2023-12-06T15:05:47.783837+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.29:0/2216172008' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-06T15:05:50.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:50 smithi029 bash[25023]: cluster 2023-12-06T15:05:48.894378+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-06T15:05:50.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:50 smithi029 bash[30481]: cluster 2023-12-06T15:05:48.894378+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-06T15:05:50.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:50 smithi140 bash[24947]: cluster 2023-12-06T15:05:48.894378+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-06T15:05:51.723 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled prometheus update... 2023-12-06T15:05:52.357 DEBUG:teuthology.orchestra.run.smithi140:prometheus.a> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a.service 2023-12-06T15:05:52.359 INFO:tasks.cephadm:Adding node-exporter.a on smithi029 2023-12-06T15:05:52.359 INFO:tasks.cephadm:Adding node-exporter.b on smithi140 2023-12-06T15:05:52.359 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply node-exporter '2;smithi029=a;smithi140=b' 2023-12-06T15:05:52.497 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: cluster 2023-12-06T15:05:50.895068+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 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-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:51.720446+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:51.733939+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:51.736496+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:51.738286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:52.017648+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:52 smithi140 bash[24947]: audit 2023-12-06T15:05:52.025433+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: cluster 2023-12-06T15:05:50.895068+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 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-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:51.720446+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:51.733939+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:51.736496+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:51.738286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:52.017648+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[30481]: audit 2023-12-06T15:05:52.025433+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: cluster 2023-12-06T15:05:50.895068+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v241: 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-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:51.720446+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:51.733939+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:51.736496+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:51.738286+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:52.017648+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' 2023-12-06T15:05:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:52 smithi029 bash[25023]: audit 2023-12-06T15:05:52.025433+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T15:05:53.355 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[25700]: ignoring --setuser ceph since I am not root 2023-12-06T15:05:53.355 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[25700]: ignoring --setgroup ceph since I am not root 2023-12-06T15:05:53.355 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[25700]: debug 2023-12-06T15:05:53.077+0000 7fe17f05c700 1 -- 172.21.15.140:0/3760256419 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555d56c52340 con 0x555d579ce800 2023-12-06T15:05:53.355 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[25700]: debug 2023-12-06T15:05:53.233+0000 7fe187ab8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:53.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25302]: ignoring --setuser ceph since I am not root 2023-12-06T15:05:53.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25302]: ignoring --setgroup ceph since I am not root 2023-12-06T15:05:53.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25302]: debug 2023-12-06T15:05:53.073+0000 7f5468eb0700 1 -- 172.21.15.29:0/894858453 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5580f5712340 con 0x5580f648e400 2023-12-06T15:05:53.451 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25302]: debug 2023-12-06T15:05:53.233+0000 7f547190c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:05:53.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25023]: audit 2023-12-06T15:05:51.709394+0000 mgr.y (mgr.14152) 251 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:53.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25023]: cephadm 2023-12-06T15:05:51.712811+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Saving service prometheus spec with placement smithi140=a;count:1 2023-12-06T15:05:53.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25023]: audit 2023-12-06T15:05:53.031821+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T15:05:53.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25023]: cluster 2023-12-06T15:05:53.031956+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T15:05:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[30481]: audit 2023-12-06T15:05:51.709394+0000 mgr.y (mgr.14152) 251 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[30481]: cephadm 2023-12-06T15:05:51.712811+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Saving service prometheus spec with placement smithi140=a;count:1 2023-12-06T15:05:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[30481]: audit 2023-12-06T15:05:53.031821+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T15:05:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[30481]: cluster 2023-12-06T15:05:53.031956+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T15:05:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[24947]: audit 2023-12-06T15:05:51.709394+0000 mgr.y (mgr.14152) 251 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:05:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[24947]: cephadm 2023-12-06T15:05:51.712811+0000 mgr.y (mgr.14152) 252 : cephadm [INF] Saving service prometheus spec with placement smithi140=a;count:1 2023-12-06T15:05:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[24947]: audit 2023-12-06T15:05:53.031821+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.29:0/4118411221' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T15:05:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[24947]: cluster 2023-12-06T15:05:53.031956+0000 mon.a (mon.0) 596 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-06T15:05:54.201 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:53 smithi140 bash[25700]: debug 2023-12-06T15:05:53.913+0000 7fe187ab8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:54.201 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:54 smithi140 bash[25700]: debug 2023-12-06T15:05:54.037+0000 7fe187ab8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:54.222 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:53 smithi029 bash[25302]: debug 2023-12-06T15:05:53.925+0000 7f547190c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:05:54.222 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:54 smithi029 bash[25302]: debug 2023-12-06T15:05:54.053+0000 7f547190c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:05:54.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:54 smithi029 bash[25302]: debug 2023-12-06T15:05:54.217+0000 7f547190c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:54.534 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:54 smithi140 bash[25700]: debug 2023-12-06T15:05:54.201+0000 7fe187ab8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:54.831 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:54 smithi140 bash[25700]: debug 2023-12-06T15:05:54.533+0000 7fe187ab8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:54.831 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:54 smithi140 bash[25700]: debug 2023-12-06T15:05:54.625+0000 7fe187ab8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:54.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:54 smithi029 bash[25302]: debug 2023-12-06T15:05:54.557+0000 7f547190c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:05:54.867 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:54 smithi029 bash[25302]: debug 2023-12-06T15:05:54.653+0000 7f547190c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:55.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:54 smithi140 bash[25700]: debug 2023-12-06T15:05:54.829+0000 7fe187ab8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:55.280 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:54 smithi029 bash[25302]: debug 2023-12-06T15:05:54.861+0000 7f547190c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:05:56.029 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:55 smithi140 bash[25700]: debug 2023-12-06T15:05:55.717+0000 7fe187ab8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:56.029 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:55 smithi140 bash[25700]: debug 2023-12-06T15:05:55.821+0000 7fe187ab8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:56.030 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:55 smithi029 bash[25302]: debug 2023-12-06T15:05:55.741+0000 7f547190c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:05:56.030 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:55 smithi029 bash[25302]: debug 2023-12-06T15:05:55.853+0000 7f547190c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:05:56.373 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:56 smithi140 bash[25700]: debug 2023-12-06T15:05:56.025+0000 7fe187ab8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:56.431 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:56 smithi029 bash[25302]: debug 2023-12-06T15:05:56.061+0000 7f547190c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:05:56.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:56 smithi140 bash[25700]: debug 2023-12-06T15:05:56.373+0000 7fe187ab8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:56.767 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:56 smithi029 bash[25302]: debug 2023-12-06T15:05:56.425+0000 7f547190c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:05:57.030 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:56 smithi029 bash[25302]: debug 2023-12-06T15:05:56.761+0000 7f547190c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:57.069 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:56 smithi140 bash[25700]: debug 2023-12-06T15:05:56.697+0000 7fe187ab8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:05:57.336 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:57 smithi140 bash[25700]: debug 2023-12-06T15:05:57.069+0000 7fe187ab8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:57.431 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:57 smithi029 bash[25302]: debug 2023-12-06T15:05:57.145+0000 7f547190c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:05:57.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:57 smithi140 bash[25700]: debug 2023-12-06T15:05:57.333+0000 7fe187ab8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:57.780 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:57 smithi029 bash[25302]: debug 2023-12-06T15:05:57.425+0000 7f547190c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:05:58.281 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.017+0000 7fe187ab8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:58.281 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.121+0000 7fe187ab8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:58.410 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.133+0000 7f547190c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:05:58.411 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.241+0000 7f547190c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:05:58.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.277+0000 7fe187ab8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:58.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.385+0000 7fe187ab8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:58.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.521+0000 7fe187ab8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:58.666 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.405+0000 7f547190c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:05:58.666 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.517+0000 7f547190c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:05:58.963 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.661+0000 7f547190c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:05:59.113 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.813+0000 7fe187ab8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:59.113 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:58 smithi140 bash[25700]: debug 2023-12-06T15:05:58.933+0000 7fe187ab8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:59.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:58 smithi029 bash[25302]: debug 2023-12-06T15:05:58.957+0000 7f547190c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:05:59.276 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:59 smithi029 bash[25302]: debug 2023-12-06T15:05:59.081+0000 7f547190c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:05:59.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:59 smithi140 bash[25700]: debug 2023-12-06T15:05:59.113+0000 7fe187ab8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:59.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:05:59 smithi140 bash[25700]: debug 2023-12-06T15:05:59.229+0000 7fe187ab8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:05:59.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:59 smithi029 bash[25302]: debug 2023-12-06T15:05:59.269+0000 7f547190c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:05:59.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:05:59 smithi029 bash[25302]: debug 2023-12-06T15:05:59.393+0000 7f547190c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: debug 2023-12-06T15:06:00.085+0000 7fe187ab8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: CherryPy Checker: 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: The Application mounted at '' has an empty config. 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: [06/Dec/2023:15:06:00] ENGINE Serving on http://:::9283 2023-12-06T15:06:00.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[25700]: [06/Dec/2023:15:06:00] ENGINE Bus STARTED 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.105513+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.105760+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: audit 2023-12-06T15:06:00.113430+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: audit 2023-12-06T15:06:00.114382+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: audit 2023-12-06T15:06:00.119122+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: audit 2023-12-06T15:06:00.121510+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.305476+0000 mon.a (mon.0) 599 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.306560+0000 mon.a (mon.0) 600 : cluster [INF] Activating manager daemon y 2023-12-06T15:06:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.311366+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: debug 2023-12-06T15:06:00.281+0000 7f547190c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.105513+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.105760+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: audit 2023-12-06T15:06:00.113430+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: audit 2023-12-06T15:06:00.114382+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: audit 2023-12-06T15:06:00.119122+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: audit 2023-12-06T15:06:00.121510+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.305476+0000 mon.a (mon.0) 599 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.306560+0000 mon.a (mon.0) 600 : cluster [INF] Activating manager daemon y 2023-12-06T15:06:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.311366+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T15:06:00.793 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.105513+0000 mon.a (mon.0) 597 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.105760+0000 mon.a (mon.0) 598 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: audit 2023-12-06T15:06:00.113430+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: audit 2023-12-06T15:06:00.114382+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: audit 2023-12-06T15:06:00.119122+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: audit 2023-12-06T15:06:00.121510+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.140:0/3704837950' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.305476+0000 mon.a (mon.0) 599 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.306560+0000 mon.a (mon.0) 600 : cluster [INF] Activating manager daemon y 2023-12-06T15:06:00.794 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:00 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.311366+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-06T15:06:01.100 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: CherryPy Checker: 2023-12-06T15:06:01.100 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: The Application mounted at '' has an empty config. 2023-12-06T15:06:01.100 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: [06/Dec/2023:15:06:00] ENGINE Serving on http://:::9283 2023-12-06T15:06:01.101 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: [06/Dec/2023:15:06:00] ENGINE Bus STARTED 2023-12-06T15:06:01.101 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:00 smithi029 bash[25302]: [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:01.402 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25302]: [06/Dec/2023:15:06:01] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:06:01.402 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25302]: [06/Dec/2023:15:06:01] ENGINE Bus STARTED 2023-12-06T15:06:01.436 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled node-exporter update... 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.403299+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0969515s), standbys: x 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.407110+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.407349+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.407596+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.409898+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.410408+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.410783+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.411076+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:06:01.662 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.411493+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.411810+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.412066+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.412334+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.412632+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.412926+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.413223+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.413496+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.414027+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: cluster 2023-12-06T15:06:00.425353+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.461171+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.464669+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.467894+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.470085+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.498692+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:01.663 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.744804+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.664 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.745228+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.664 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.754635+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.664 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:00.755154+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.664 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: cephadm 2023-12-06T15:06:00.908723+0000 mgr.y (mgr.14466) 1 : cephadm [INF] [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:01.664 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:01 smithi140 bash[24947]: audit 2023-12-06T15:06:01.110147+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:01.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.403299+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0969515s), standbys: x 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.407110+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.407349+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.407596+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.409898+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.410408+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.410783+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.411076+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.411493+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.411810+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.412066+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.412334+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.412632+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.412926+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:06:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.413223+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.413496+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.414027+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: cluster 2023-12-06T15:06:00.425353+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.461171+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.403299+0000 mon.a (mon.0) 602 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0969515s), standbys: x 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.407110+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.407349+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.407596+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.409898+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.410408+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:06:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.410783+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.411076+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.411493+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.411810+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.412066+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.412334+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.412632+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.412926+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.413223+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.413496+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.414027+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: cluster 2023-12-06T15:06:00.425353+0000 mon.a (mon.0) 603 : cluster [INF] Manager daemon y is now available 2023-12-06T15:06:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.461171+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.464669+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.467894+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.470085+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.498692+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.744804+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.745228+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.754635+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:00.755154+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: cephadm 2023-12-06T15:06:00.908723+0000 mgr.y (mgr.14466) 1 : cephadm [INF] [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[30481]: audit 2023-12-06T15:06:01.110147+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.464669+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:01.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.467894+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.470085+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.498692+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.744804+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.745228+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.754635+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:00.755154+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: cephadm 2023-12-06T15:06:00.908723+0000 mgr.y (mgr.14466) 1 : cephadm [INF] [06/Dec/2023:15:06:00] ENGINE Bus STARTING 2023-12-06T15:06:01.785 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:01 smithi029 bash[25023]: audit 2023-12-06T15:06:01.110147+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:02.184 DEBUG:teuthology.orchestra.run.smithi029:node-exporter.a> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.a.service 2023-12-06T15:06:02.187 DEBUG:teuthology.orchestra.run.smithi140:node-exporter.b> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.b.service 2023-12-06T15:06:02.189 INFO:tasks.cephadm:Adding alertmanager.a on smithi029 2023-12-06T15:06:02.189 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply alertmanager '1;smithi029=a' 2023-12-06T15:06:02.393 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:06:02.433 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: cephadm 2023-12-06T15:06:01.098603+0000 mgr.y (mgr.14466) 2 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: cephadm 2023-12-06T15:06:01.099304+0000 mgr.y (mgr.14466) 3 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Bus STARTED 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: cluster 2023-12-06T15:06:01.420607+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.11425s), standbys: x 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: audit 2023-12-06T15:06:01.427016+0000 mgr.y (mgr.14466) 4 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: cluster 2023-12-06T15:06:01.428710+0000 mgr.y (mgr.14466) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:02.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: cephadm 2023-12-06T15:06:01.429487+0000 mgr.y (mgr.14466) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi029=a;smithi140=b;count:2 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[30481]: audit 2023-12-06T15:06:01.433409+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: cephadm 2023-12-06T15:06:01.098603+0000 mgr.y (mgr.14466) 2 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: cephadm 2023-12-06T15:06:01.099304+0000 mgr.y (mgr.14466) 3 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Bus STARTED 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: cluster 2023-12-06T15:06:01.420607+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.11425s), standbys: x 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: audit 2023-12-06T15:06:01.427016+0000 mgr.y (mgr.14466) 4 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: cluster 2023-12-06T15:06:01.428710+0000 mgr.y (mgr.14466) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: cephadm 2023-12-06T15:06:01.429487+0000 mgr.y (mgr.14466) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi029=a;smithi140=b;count:2 2023-12-06T15:06:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:02 smithi029 bash[25023]: audit 2023-12-06T15:06:01.433409+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: cephadm 2023-12-06T15:06:01.098603+0000 mgr.y (mgr.14466) 2 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: cephadm 2023-12-06T15:06:01.099304+0000 mgr.y (mgr.14466) 3 : cephadm [INF] [06/Dec/2023:15:06:01] ENGINE Bus STARTED 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: cluster 2023-12-06T15:06:01.420607+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e18: y(active, since 1.11425s), standbys: x 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: audit 2023-12-06T15:06:01.427016+0000 mgr.y (mgr.14466) 4 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi029=a;smithi140=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: cluster 2023-12-06T15:06:01.428710+0000 mgr.y (mgr.14466) 5 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: cephadm 2023-12-06T15:06:01.429487+0000 mgr.y (mgr.14466) 6 : cephadm [INF] Saving service node-exporter spec with placement smithi029=a;smithi140=b;count:2 2023-12-06T15:06:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:02 smithi140 bash[24947]: audit 2023-12-06T15:06:01.433409+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:03 smithi029 bash[25023]: cluster 2023-12-06T15:06:02.411627+0000 mgr.y (mgr.14466) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:03 smithi029 bash[25023]: cluster 2023-12-06T15:06:02.445731+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T15:06:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:03 smithi029 bash[30481]: cluster 2023-12-06T15:06:02.411627+0000 mgr.y (mgr.14466) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:03 smithi029 bash[30481]: cluster 2023-12-06T15:06:02.445731+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T15:06:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:03 smithi140 bash[24947]: cluster 2023-12-06T15:06:02.411627+0000 mgr.y (mgr.14466) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:03 smithi140 bash[24947]: cluster 2023-12-06T15:06:02.445731+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2023-12-06T15:06:05.159 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled alertmanager update... 2023-12-06T15:06:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:04.329437+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: cluster 2023-12-06T15:06:04.412245+0000 mgr.y (mgr.14466) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:04.413082+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:04.825347+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: cephadm 2023-12-06T15:06:04.828497+0000 mgr.y (mgr.14466) 9 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:04.902288+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: cephadm 2023-12-06T15:06:04.905031+0000 mgr.y (mgr.14466) 10 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: cephadm 2023-12-06T15:06:04.951701+0000 mgr.y (mgr.14466) 11 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: cephadm 2023-12-06T15:06:05.007623+0000 mgr.y (mgr.14466) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:05.072886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:05.118637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:05.128233+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:05 smithi140 bash[24947]: audit 2023-12-06T15:06:05.152561+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:04.329437+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: cluster 2023-12-06T15:06:04.412245+0000 mgr.y (mgr.14466) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:04.413082+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:04.825347+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: cephadm 2023-12-06T15:06:04.828497+0000 mgr.y (mgr.14466) 9 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:04.902288+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: cephadm 2023-12-06T15:06:04.905031+0000 mgr.y (mgr.14466) 10 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: cephadm 2023-12-06T15:06:04.951701+0000 mgr.y (mgr.14466) 11 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: cephadm 2023-12-06T15:06:05.007623+0000 mgr.y (mgr.14466) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:05.072886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:05.118637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:05.128233+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[30481]: audit 2023-12-06T15:06:05.152561+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:04.329437+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: cluster 2023-12-06T15:06:04.412245+0000 mgr.y (mgr.14466) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:04.413082+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:04.825347+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: cephadm 2023-12-06T15:06:04.828497+0000 mgr.y (mgr.14466) 9 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:04.902288+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: cephadm 2023-12-06T15:06:04.905031+0000 mgr.y (mgr.14466) 10 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: cephadm 2023-12-06T15:06:04.951701+0000 mgr.y (mgr.14466) 11 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: cephadm 2023-12-06T15:06:05.007623+0000 mgr.y (mgr.14466) 12 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:05.072886+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:05.118637+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:05.128233+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:05 smithi029 bash[25023]: audit 2023-12-06T15:06:05.152561+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:05.965 DEBUG:teuthology.orchestra.run.smithi029:alertmanager.a> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@alertmanager.a.service 2023-12-06T15:06:05.967 INFO:tasks.cephadm:Adding grafana.a on smithi140 2023-12-06T15:06:05.967 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph orch apply grafana '1;smithi140=a' 2023-12-06T15:06:06.279 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:06:06.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[25023]: audit 2023-12-06T15:06:05.141220+0000 mgr.y (mgr.14466) 13 : audit [DBG] from='client.24386 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[25023]: cephadm 2023-12-06T15:06:05.145065+0000 mgr.y (mgr.14466) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi029=a;count:1 2023-12-06T15:06:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[25023]: cephadm 2023-12-06T15:06:05.158614+0000 mgr.y (mgr.14466) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi140 2023-12-06T15:06:06.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[30481]: audit 2023-12-06T15:06:05.141220+0000 mgr.y (mgr.14466) 13 : audit [DBG] from='client.24386 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[30481]: cephadm 2023-12-06T15:06:05.145065+0000 mgr.y (mgr.14466) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi029=a;count:1 2023-12-06T15:06:06.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:06 smithi029 bash[30481]: cephadm 2023-12-06T15:06:05.158614+0000 mgr.y (mgr.14466) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi140 2023-12-06T15:06:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:06 smithi140 bash[24947]: audit 2023-12-06T15:06:05.141220+0000 mgr.y (mgr.14466) 13 : audit [DBG] from='client.24386 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi029=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:06 smithi140 bash[24947]: cephadm 2023-12-06T15:06:05.145065+0000 mgr.y (mgr.14466) 14 : cephadm [INF] Saving service alertmanager spec with placement smithi029=a;count:1 2023-12-06T15:06:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:06 smithi140 bash[24947]: cephadm 2023-12-06T15:06:05.158614+0000 mgr.y (mgr.14466) 15 : cephadm [INF] Deploying daemon prometheus.a on smithi140 2023-12-06T15:06:07.513 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:07 smithi140 bash[24947]: cluster 2023-12-06T15:06:06.412987+0000 mgr.y (mgr.14466) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:07.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:07 smithi029 bash[25023]: cluster 2023-12-06T15:06:06.412987+0000 mgr.y (mgr.14466) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:07.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:07 smithi029 bash[30481]: cluster 2023-12-06T15:06:06.412987+0000 mgr.y (mgr.14466) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:09.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:09 smithi029 bash[25023]: cluster 2023-12-06T15:06:08.413819+0000 mgr.y (mgr.14466) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:09.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:09 smithi029 bash[30481]: cluster 2023-12-06T15:06:08.413819+0000 mgr.y (mgr.14466) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:09.873 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:09 smithi140 bash[24947]: cluster 2023-12-06T15:06:08.413819+0000 mgr.y (mgr.14466) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:10.570 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled grafana update... 2023-12-06T15:06:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:11 smithi140 bash[24947]: cluster 2023-12-06T15:06:10.414438+0000 mgr.y (mgr.14466) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:11 smithi140 bash[24947]: audit 2023-12-06T15:06:10.555882+0000 mgr.y (mgr.14466) 19 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:11 smithi140 bash[24947]: cephadm 2023-12-06T15:06:10.559213+0000 mgr.y (mgr.14466) 20 : cephadm [INF] Saving service grafana spec with placement smithi140=a;count:1 2023-12-06T15:06:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:11 smithi140 bash[24947]: audit 2023-12-06T15:06:10.566739+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:12.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[25023]: cluster 2023-12-06T15:06:10.414438+0000 mgr.y (mgr.14466) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:12.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[25023]: audit 2023-12-06T15:06:10.555882+0000 mgr.y (mgr.14466) 19 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:12.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[25023]: cephadm 2023-12-06T15:06:10.559213+0000 mgr.y (mgr.14466) 20 : cephadm [INF] Saving service grafana spec with placement smithi140=a;count:1 2023-12-06T15:06:12.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[25023]: audit 2023-12-06T15:06:10.566739+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[30481]: cluster 2023-12-06T15:06:10.414438+0000 mgr.y (mgr.14466) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[30481]: audit 2023-12-06T15:06:10.555882+0000 mgr.y (mgr.14466) 19 : audit [DBG] from='client.24392 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi140=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:06:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[30481]: cephadm 2023-12-06T15:06:10.559213+0000 mgr.y (mgr.14466) 20 : cephadm [INF] Saving service grafana spec with placement smithi140=a;count:1 2023-12-06T15:06:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:11 smithi029 bash[30481]: audit 2023-12-06T15:06:10.566739+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:12.244 DEBUG:teuthology.orchestra.run.smithi140:grafana.a> sudo journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@grafana.a.service 2023-12-06T15:06:12.246 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T15:06:12.246 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T15:06:12.365 INFO:journalctl@ceph.grafana.a.smithi140.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-06T15:06:13.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:13 smithi029 bash[25023]: cluster 2023-12-06T15:06:12.415129+0000 mgr.y (mgr.14466) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:13.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:13 smithi029 bash[30481]: cluster 2023-12-06T15:06:12.415129+0000 mgr.y (mgr.14466) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:13.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:13 smithi140 bash[24947]: cluster 2023-12-06T15:06:12.415129+0000 mgr.y (mgr.14466) 21 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:15.706 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:15 smithi140 bash[24947]: cluster 2023-12-06T15:06:14.415692+0000 mgr.y (mgr.14466) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:15.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:15 smithi029 bash[25023]: cluster 2023-12-06T15:06:14.415692+0000 mgr.y (mgr.14466) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:15.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:15 smithi029 bash[30481]: cluster 2023-12-06T15:06:14.415692+0000 mgr.y (mgr.14466) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:15.907 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2023-12-06T15:06:15.908 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQDnjXBl8/CLNRAAtl7qYVy1MRIwEZCW94Zqbw== 2023-12-06T15:06:16.406 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[25023]: audit 2023-12-06T15:06:15.897193+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.29:0/1149331239' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:16 smithi140 bash[24947]: audit 2023-12-06T15:06:15.897193+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.29:0/1149331239' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:16 smithi140 bash[24947]: audit 2023-12-06T15:06:15.898012+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:16 smithi140 bash[24947]: audit 2023-12-06T15:06:15.905345+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:16.725 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[30481]: audit 2023-12-06T15:06:15.897193+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.29:0/1149331239' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.725 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[30481]: audit 2023-12-06T15:06:15.898012+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.726 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[30481]: audit 2023-12-06T15:06:15.905345+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:16.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[25023]: audit 2023-12-06T15:06:15.898012+0000 mon.a (mon.0) 620 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:16.726 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:16 smithi029 bash[25023]: audit 2023-12-06T15:06:15.905345+0000 mon.a (mon.0) 621 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:16.727 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-06T15:06:16.727 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T15:06:16.727 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T15:06:16.751 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T15:06:17.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:17 smithi029 bash[25023]: cluster 2023-12-06T15:06:16.416282+0000 mgr.y (mgr.14466) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:17.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:17 smithi029 bash[30481]: cluster 2023-12-06T15:06:16.416282+0000 mgr.y (mgr.14466) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:17 smithi140 bash[24947]: cluster 2023-12-06T15:06:16.416282+0000 mgr.y (mgr.14466) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:19.622 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:19 smithi140 bash[24947]: cluster 2023-12-06T15:06:18.416920+0000 mgr.y (mgr.14466) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:19.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:19 smithi029 bash[25023]: cluster 2023-12-06T15:06:18.416920+0000 mgr.y (mgr.14466) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:19.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:19 smithi029 bash[30481]: cluster 2023-12-06T15:06:18.416920+0000 mgr.y (mgr.14466) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:21.184 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:21 smithi029 systemd[1]: Started Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:06:21.437 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[45232]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T15:06:21.488 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[24947]: cluster 2023-12-06T15:06:20.417562+0000 mgr.y (mgr.14466) 25 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:21.488 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[24947]: audit 2023-12-06T15:06:20.437529+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.488 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[24947]: cephadm 2023-12-06T15:06:20.446802+0000 mgr.y (mgr.14466) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi029 2023-12-06T15:06:21.488 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[24947]: audit 2023-12-06T15:06:20.503628+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.488 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[24947]: audit 2023-12-06T15:06:21.193422+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.746 INFO:teuthology.orchestra.run.smithi140.stdout:[client.1] 2023-12-06T15:06:21.747 INFO:teuthology.orchestra.run.smithi140.stdout: key = AQDtjXBlrU3yKxAAAN+5Q2+oY6O8SKQnDH5yVw== 2023-12-06T15:06:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[25023]: cluster 2023-12-06T15:06:20.417562+0000 mgr.y (mgr.14466) 25 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[25023]: audit 2023-12-06T15:06:20.437529+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[25023]: cephadm 2023-12-06T15:06:20.446802+0000 mgr.y (mgr.14466) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi029 2023-12-06T15:06:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[25023]: audit 2023-12-06T15:06:20.503628+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[25023]: audit 2023-12-06T15:06:21.193422+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[30481]: cluster 2023-12-06T15:06:20.417562+0000 mgr.y (mgr.14466) 25 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[30481]: audit 2023-12-06T15:06:20.437529+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[30481]: cephadm 2023-12-06T15:06:20.446802+0000 mgr.y (mgr.14466) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi029 2023-12-06T15:06:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[30481]: audit 2023-12-06T15:06:20.503628+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[30481]: audit 2023-12-06T15:06:21.193422+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:21.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[39994]: ts=2023-12-06T15:06:21.597Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:06:22.280 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:21 smithi029 bash[45232]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T15:06:22.280 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: aa2a8d90b84c: Pulling fs layer 2023-12-06T15:06:22.280 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b45d31ee2d7f: Pulling fs layer 2023-12-06T15:06:22.280 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b5db1e299295: Pulling fs layer 2023-12-06T15:06:22.374 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:21 smithi140 bash[40264]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-06T15:06:22.613 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-12-06T15:06:22.613 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T15:06:22.613 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T15:06:22.635 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T15:06:22.635 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T15:06:22.635 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T15:06:22.647 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: cephadm 2023-12-06T15:06:21.195590+0000 mgr.y (mgr.14466) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi140 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.736931+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.739196+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.140:0/3607997047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.744290+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.953104+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.958084+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.960416+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.648 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[25023]: audit 2023-12-06T15:06:21.962029+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.648 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b45d31ee2d7f: Verifying Checksum 2023-12-06T15:06:22.648 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b45d31ee2d7f: Download complete 2023-12-06T15:06:22.648 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: aa2a8d90b84c: Verifying Checksum 2023-12-06T15:06:22.649 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: aa2a8d90b84c: Download complete 2023-12-06T15:06:22.649 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: aa2a8d90b84c: Pull complete 2023-12-06T15:06:22.649 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b5db1e299295: Verifying Checksum 2023-12-06T15:06:22.649 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[45232]: b5db1e299295: Download complete 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: cephadm 2023-12-06T15:06:21.195590+0000 mgr.y (mgr.14466) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi140 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.736931+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.739196+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.140:0/3607997047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.744290+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.953104+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.958084+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.960416+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.649 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:22 smithi029 bash[30481]: audit 2023-12-06T15:06:21.962029+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: cephadm 2023-12-06T15:06:21.195590+0000 mgr.y (mgr.14466) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi140 2023-12-06T15:06:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.736931+0000 mon.a (mon.0) 625 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.739196+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.140:0/3607997047' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T15:06:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.744290+0000 mon.a (mon.0) 626 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T15:06:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.953104+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.958084+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:06:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.960416+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:06:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[24947]: audit 2023-12-06T15:06:21.962029+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:06:23.218 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:22 smithi140 bash[40264]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-06T15:06:23.438 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[45232]: b45d31ee2d7f: Pull complete 2023-12-06T15:06:23.539 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: aa2a8d90b84c: Pulling fs layer 2023-12-06T15:06:23.540 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b45d31ee2d7f: Pulling fs layer 2023-12-06T15:06:23.540 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b5db1e299295: Pulling fs layer 2023-12-06T15:06:23.691 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[45232]: b5db1e299295: Pull complete 2023-12-06T15:06:23.692 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[45232]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T15:06:23.829 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b45d31ee2d7f: Verifying Checksum 2023-12-06T15:06:23.830 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b45d31ee2d7f: Download complete 2023-12-06T15:06:23.830 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: aa2a8d90b84c: Verifying Checksum 2023-12-06T15:06:23.830 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: aa2a8d90b84c: Download complete 2023-12-06T15:06:23.830 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: aa2a8d90b84c: Pull complete 2023-12-06T15:06:23.956 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[45232]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T15:06:24.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[25023]: cluster 2023-12-06T15:06:22.418156+0000 mgr.y (mgr.14466) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:24.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:23 smithi029 bash[30481]: cluster 2023-12-06T15:06:22.418156+0000 mgr.y (mgr.14466) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:24.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[24947]: cluster 2023-12-06T15:06:22.418156+0000 mgr.y (mgr.14466) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:24.124 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b5db1e299295: Verifying Checksum 2023-12-06T15:06:24.124 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:23 smithi140 bash[40264]: b5db1e299295: Download complete 2023-12-06T15:06:24.624 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:24 smithi140 bash[40264]: b45d31ee2d7f: Pull complete 2023-12-06T15:06:24.722 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:25.124 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:24 smithi140 bash[40264]: b5db1e299295: Pull complete 2023-12-06T15:06:25.124 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:24 smithi140 bash[40264]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-06T15:06:25.124 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:24 smithi140 bash[40264]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-06T15:06:25.414 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:25 smithi029 bash[25023]: cluster 2023-12-06T15:06:24.418794+0000 mgr.y (mgr.14466) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:25.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:25 smithi029 bash[30481]: cluster 2023-12-06T15:06:24.418794+0000 mgr.y (mgr.14466) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:25.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:25 smithi140 bash[24947]: cluster 2023-12-06T15:06:24.418794+0000 mgr.y (mgr.14466) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.079Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.079Z 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-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z 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-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z 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-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:06:26.285 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:06:26.286 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:06:26.287 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.082Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:06:26.288 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[40264]: ts=2023-12-06T15:06:26.083Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:06:26.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[24947]: audit 2023-12-06T15:06:25.512901+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:26 smithi140 bash[24947]: audit 2023-12-06T15:06:26.302284+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.675 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[25023]: audit 2023-12-06T15:06:25.512901+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.675 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[25023]: audit 2023-12-06T15:06:26.302284+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[30481]: audit 2023-12-06T15:06:25.512901+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.676 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[30481]: audit 2023-12-06T15:06:26.302284+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.538Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.538Z 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-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.539Z 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-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.539Z 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-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:06:26.676 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:06:26.677 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:06:26.678 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:06:26.679 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.540Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:06:26.680 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:06:26 smithi029 bash[45232]: ts=2023-12-06T15:06:26.541Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:06:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[25023]: cluster 2023-12-06T15:06:26.419434+0000 mgr.y (mgr.14466) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[25023]: audit 2023-12-06T15:06:26.733734+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[25023]: audit 2023-12-06T15:06:26.742902+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[25023]: cephadm 2023-12-06T15:06:26.757935+0000 mgr.y (mgr.14466) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi029 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[30481]: cluster 2023-12-06T15:06:26.419434+0000 mgr.y (mgr.14466) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[30481]: audit 2023-12-06T15:06:26.733734+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[30481]: audit 2023-12-06T15:06:26.742902+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:27 smithi029 bash[30481]: cephadm 2023-12-06T15:06:26.757935+0000 mgr.y (mgr.14466) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi029 2023-12-06T15:06:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:27 smithi140 bash[24947]: cluster 2023-12-06T15:06:26.419434+0000 mgr.y (mgr.14466) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:27 smithi140 bash[24947]: audit 2023-12-06T15:06:26.733734+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:27 smithi140 bash[24947]: audit 2023-12-06T15:06:26.742902+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:27 smithi140 bash[24947]: cephadm 2023-12-06T15:06:26.757935+0000 mgr.y (mgr.14466) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi029 2023-12-06T15:06:29.245 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:06:30.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:29 smithi029 bash[25023]: cluster 2023-12-06T15:06:28.420127+0000 mgr.y (mgr.14466) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:30.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:29 smithi029 bash[25023]: audit 2023-12-06T15:06:29.233823+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.29:0/1617851134' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T15:06:30.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:29 smithi029 bash[30481]: cluster 2023-12-06T15:06:28.420127+0000 mgr.y (mgr.14466) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:30.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:29 smithi029 bash[30481]: audit 2023-12-06T15:06:29.233823+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.29:0/1617851134' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T15:06:30.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:29 smithi140 bash[24947]: cluster 2023-12-06T15:06:28.420127+0000 mgr.y (mgr.14466) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:30.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:29 smithi140 bash[24947]: audit 2023-12-06T15:06:29.233823+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.29:0/1617851134' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T15:06:30.942 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":19,"active_gid":14466,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":1411470026},{"type":"v1","addr":"172.21.15.29:6801","nonce":1411470026}]},"active_addr":"172.21.15.29:6801/1411470026","active_change":"2023-12-06T15:06:00.306331+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24356,"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.29:8443/","prometheus":"http://172.21.15.29: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.29:0","nonce":4029585197}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":226974872}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3302052940}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":702588584}]}]}} 2023-12-06T15:06:30.946 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T15:06:30.946 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T15:06:30.946 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T15:06:32.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:31 smithi029 bash[30481]: cluster 2023-12-06T15:06:30.420760+0000 mgr.y (mgr.14466) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:31 smithi029 bash[25023]: cluster 2023-12-06T15:06:30.420760+0000 mgr.y (mgr.14466) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:31 smithi140 bash[24947]: cluster 2023-12-06T15:06:30.420760+0000 mgr.y (mgr.14466) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:33.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:06:33.694 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:33 smithi029 bash[25023]: cluster 2023-12-06T15:06:32.421513+0000 mgr.y (mgr.14466) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:34.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:33 smithi029 bash[30481]: cluster 2023-12-06T15:06:32.421513+0000 mgr.y (mgr.14466) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:33 smithi140 bash[24947]: cluster 2023-12-06T15:06:32.421513+0000 mgr.y (mgr.14466) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:35.030 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:34] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T15:06:35.431 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:35 smithi029 bash[25023]: cluster 2023-12-06T15:06:34.422162+0000 mgr.y (mgr.14466) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:35.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:35 smithi029 bash[30481]: cluster 2023-12-06T15:06:34.422162+0000 mgr.y (mgr.14466) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:35 smithi140 bash[24947]: cluster 2023-12-06T15:06:34.422162+0000 mgr.y (mgr.14466) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:37.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:37 smithi029 bash[30481]: cluster 2023-12-06T15:06:36.422849+0000 mgr.y (mgr.14466) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:37 smithi029 bash[25023]: cluster 2023-12-06T15:06:36.422849+0000 mgr.y (mgr.14466) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:37 smithi140 bash[24947]: cluster 2023-12-06T15:06:36.422849+0000 mgr.y (mgr.14466) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:39.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:39 smithi029 bash[25023]: cluster 2023-12-06T15:06:38.423492+0000 mgr.y (mgr.14466) 37 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:39.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:39 smithi029 bash[30481]: cluster 2023-12-06T15:06:38.423492+0000 mgr.y (mgr.14466) 37 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:39 smithi140 bash[24947]: cluster 2023-12-06T15:06:38.423492+0000 mgr.y (mgr.14466) 37 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:41.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:41 smithi029 bash[25023]: cluster 2023-12-06T15:06:40.424200+0000 mgr.y (mgr.14466) 38 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:41.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:41 smithi029 bash[30481]: cluster 2023-12-06T15:06:40.424200+0000 mgr.y (mgr.14466) 38 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:41 smithi140 bash[24947]: cluster 2023-12-06T15:06:40.424200+0000 mgr.y (mgr.14466) 38 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:43.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:43 smithi140 bash[24947]: cluster 2023-12-06T15:06:42.424972+0000 mgr.y (mgr.14466) 39 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:06:43.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:43 smithi029 bash[30481]: cluster 2023-12-06T15:06:42.424972+0000 mgr.y (mgr.14466) 39 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:43.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:43 smithi029 bash[25023]: cluster 2023-12-06T15:06:42.424972+0000 mgr.y (mgr.14466) 39 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:43.932 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:06:43.933 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":60,"fsid":"c349e5c8-9447-11ee-95a2-87774f69a715","created":"2023-12-06T14:58:23.056511+0000","modified":"2023-12-06T15:06:00.305604+0000","last_up_change":"2023-12-06T15:05:33.415358+0000","last_in_change":"2023-12-06T15:05:08.567899+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-06T15:02:33.390119+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":"09b1c0de-3300-4bdd-9a51-acff5eb26f45","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.29:6802","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6803","nonce":2265319807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6805","nonce":2265319807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6809","nonce":2265319807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6807","nonce":2265319807}]},"public_addr":"172.21.15.29:6803/2265319807","cluster_addr":"172.21.15.29:6805/2265319807","heartbeat_back_addr":"172.21.15.29:6809/2265319807","heartbeat_front_addr":"172.21.15.29:6807/2265319807","state":["exists","up"]},{"osd":1,"uuid":"538af73b-dbe9-49ee-b089-5a31c678e597","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.29:6810","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6811","nonce":2906875747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6813","nonce":2906875747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6817","nonce":2906875747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6815","nonce":2906875747}]},"public_addr":"172.21.15.29:6811/2906875747","cluster_addr":"172.21.15.29:6813/2906875747","heartbeat_back_addr":"172.21.15.29:6817/2906875747","heartbeat_front_addr":"172.21.15.29:6815/2906875747","state":["exists","up"]},{"osd":2,"uuid":"70113469-4c6a-4357-a988-be1629c1885b","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.29:6818","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6819","nonce":205674842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6821","nonce":205674842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6825","nonce":205674842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6823","nonce":205674842}]},"public_addr":"172.21.15.29:6819/205674842","cluster_addr":"172.21.15.29:6821/205674842","heartbeat_back_addr":"172.21.15.29:6825/205674842","heartbeat_front_addr":"172.21.15.29:6823/205674842","state":["exists","up"]},{"osd":3,"uuid":"d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51","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.29:6826","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6827","nonce":1170509008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6829","nonce":1170509008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6833","nonce":1170509008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6831","nonce":1170509008}]},"public_addr":"172.21.15.29:6827/1170509008","cluster_addr":"172.21.15.29:6829/1170509008","heartbeat_back_addr":"172.21.15.29:6833/1170509008","heartbeat_front_addr":"172.21.15.29:6831/1170509008","state":["exists","up"]},{"osd":4,"uuid":"589b2e98-2e45-47d6-b9e3-0285b7e01589","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.140:6800","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6801","nonce":2221975172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6803","nonce":2221975172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6807","nonce":2221975172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6805","nonce":2221975172}]},"public_addr":"172.21.15.140:6801/2221975172","cluster_addr":"172.21.15.140:6803/2221975172","heartbeat_back_addr":"172.21.15.140:6807/2221975172","heartbeat_front_addr":"172.21.15.140:6805/2221975172","state":["exists","up"]},{"osd":5,"uuid":"338a63e1-04ea-47f0-994c-cd2578464769","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.140:6808","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6809","nonce":4087351277}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6811","nonce":4087351277}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6815","nonce":4087351277}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6813","nonce":4087351277}]},"public_addr":"172.21.15.140:6809/4087351277","cluster_addr":"172.21.15.140:6811/4087351277","heartbeat_back_addr":"172.21.15.140:6815/4087351277","heartbeat_front_addr":"172.21.15.140:6813/4087351277","state":["exists","up"]},{"osd":6,"uuid":"c0bdfe13-89be-404d-b869-909be46bc486","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.140:6816","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6817","nonce":3705578807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6819","nonce":3705578807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6823","nonce":3705578807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6821","nonce":3705578807}]},"public_addr":"172.21.15.140:6817/3705578807","cluster_addr":"172.21.15.140:6819/3705578807","heartbeat_back_addr":"172.21.15.140:6823/3705578807","heartbeat_front_addr":"172.21.15.140:6821/3705578807","state":["exists","up"]},{"osd":7,"uuid":"7a6ed1ac-4159-4247-ba59-76838a5bb4b4","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.140:6824","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6825","nonce":506529162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6827","nonce":506529162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6831","nonce":506529162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6829","nonce":506529162}]},"public_addr":"172.21.15.140:6825/506529162","cluster_addr":"172.21.15.140:6827/506529162","heartbeat_back_addr":"172.21.15.140:6831/506529162","heartbeat_front_addr":"172.21.15.140:6829/506529162","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-06T15:01:09.725474+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-06T15:01:49.238651+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-06T15:02:29.103369+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-06T15:03:10.084294+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-06T15:03:43.828551+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-06T15:04:19.327984+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-06T15:04:54.698953+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-06T15:05:31.377711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/3702424961":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/3702424961":"2023-12-07T15:06:00.305525+0000","172.21.15.29:0/3023549499":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3616669576":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3812985175":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3051332430":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3416712894":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/1938204954":"2023-12-07T15:06:00.305525+0000","172.21.15.29:0/4210216959":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/1523929695":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6801/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/68785063":"2023-12-07T14:58:55.017050+0000","172.21.15.29:6801/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/236805064":"2023-12-07T14:58:55.017050+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-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:43.928846+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.29:0/3266497347' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:44.098546+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:44.388739+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:44.394691+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:44.401754+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25023]: audit 2023-12-06T15:06:44.413297+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:43.928846+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.29:0/3266497347' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:44.098546+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:44.388739+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:44.394691+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:44.401754+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:44.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[30481]: audit 2023-12-06T15:06:44.413297+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:43.928846+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.29:0/3266497347' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:44.098546+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:44.388739+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:44.394691+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:44.401754+0000 mon.c (mon.1) 42 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:44 smithi140 bash[24947]: audit 2023-12-06T15:06:44.413297+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:45.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:44] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T15:06:45.386 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T15:06:45.387 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T15:06:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[25023]: audit 2023-12-06T15:06:44.402622+0000 mgr.y (mgr.14466) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[25023]: cephadm 2023-12-06T15:06:44.419672+0000 mgr.y (mgr.14466) 41 : cephadm [INF] Deploying daemon grafana.a on smithi140 2023-12-06T15:06:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[25023]: cluster 2023-12-06T15:06:44.425463+0000 mgr.y (mgr.14466) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:45.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[30481]: audit 2023-12-06T15:06:44.402622+0000 mgr.y (mgr.14466) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[30481]: cephadm 2023-12-06T15:06:44.419672+0000 mgr.y (mgr.14466) 41 : cephadm [INF] Deploying daemon grafana.a on smithi140 2023-12-06T15:06:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:45 smithi029 bash[30481]: cluster 2023-12-06T15:06:44.425463+0000 mgr.y (mgr.14466) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:45 smithi140 bash[24947]: audit 2023-12-06T15:06:44.402622+0000 mgr.y (mgr.14466) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:06:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:45 smithi140 bash[24947]: cephadm 2023-12-06T15:06:44.419672+0000 mgr.y (mgr.14466) 41 : cephadm [INF] Deploying daemon grafana.a on smithi140 2023-12-06T15:06:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:45 smithi140 bash[24947]: cluster 2023-12-06T15:06:44.425463+0000 mgr.y (mgr.14466) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:46.280 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:06:46 smithi029 bash[46209]: level=info ts=2023-12-06T15:06:46.014Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T15:06:46.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:46 smithi140 bash[24947]: audit 2023-12-06T15:06:45.528806+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:47.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:46 smithi029 bash[30481]: audit 2023-12-06T15:06:45.528806+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:47.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:46 smithi029 bash[25023]: audit 2023-12-06T15:06:45.528806+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:06:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:47 smithi140 bash[24947]: cluster 2023-12-06T15:06:46.426080+0000 mgr.y (mgr.14466) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:47.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:47 smithi029 bash[25023]: cluster 2023-12-06T15:06:46.426080+0000 mgr.y (mgr.14466) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:47.963 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:47 smithi029 bash[30481]: cluster 2023-12-06T15:06:46.426080+0000 mgr.y (mgr.14466) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:48.128 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:48.280 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:06:47 smithi029 bash[46209]: level=info ts=2023-12-06T15:06:47.961Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000682052s 2023-12-06T15:06:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:49 smithi140 bash[24947]: cluster 2023-12-06T15:06:48.426746+0000 mgr.y (mgr.14466) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:50.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:49 smithi029 bash[25023]: cluster 2023-12-06T15:06:48.426746+0000 mgr.y (mgr.14466) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:49 smithi029 bash[30481]: cluster 2023-12-06T15:06:48.426746+0000 mgr.y (mgr.14466) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:51.469 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:06:51.469 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":60,"fsid":"c349e5c8-9447-11ee-95a2-87774f69a715","created":"2023-12-06T14:58:23.056511+0000","modified":"2023-12-06T15:06:00.305604+0000","last_up_change":"2023-12-06T15:05:33.415358+0000","last_in_change":"2023-12-06T15:05:08.567899+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-06T15:02:33.390119+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":"09b1c0de-3300-4bdd-9a51-acff5eb26f45","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.29:6802","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6803","nonce":2265319807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6805","nonce":2265319807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6809","nonce":2265319807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2265319807},{"type":"v1","addr":"172.21.15.29:6807","nonce":2265319807}]},"public_addr":"172.21.15.29:6803/2265319807","cluster_addr":"172.21.15.29:6805/2265319807","heartbeat_back_addr":"172.21.15.29:6809/2265319807","heartbeat_front_addr":"172.21.15.29:6807/2265319807","state":["exists","up"]},{"osd":1,"uuid":"538af73b-dbe9-49ee-b089-5a31c678e597","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.29:6810","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6811","nonce":2906875747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6813","nonce":2906875747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6817","nonce":2906875747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2906875747},{"type":"v1","addr":"172.21.15.29:6815","nonce":2906875747}]},"public_addr":"172.21.15.29:6811/2906875747","cluster_addr":"172.21.15.29:6813/2906875747","heartbeat_back_addr":"172.21.15.29:6817/2906875747","heartbeat_front_addr":"172.21.15.29:6815/2906875747","state":["exists","up"]},{"osd":2,"uuid":"70113469-4c6a-4357-a988-be1629c1885b","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.29:6818","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6819","nonce":205674842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6821","nonce":205674842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6825","nonce":205674842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":205674842},{"type":"v1","addr":"172.21.15.29:6823","nonce":205674842}]},"public_addr":"172.21.15.29:6819/205674842","cluster_addr":"172.21.15.29:6821/205674842","heartbeat_back_addr":"172.21.15.29:6825/205674842","heartbeat_front_addr":"172.21.15.29:6823/205674842","state":["exists","up"]},{"osd":3,"uuid":"d1d7b1fa-4e46-4a27-ac4f-1ed726d26c51","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.29:6826","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6827","nonce":1170509008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6829","nonce":1170509008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6833","nonce":1170509008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1170509008},{"type":"v1","addr":"172.21.15.29:6831","nonce":1170509008}]},"public_addr":"172.21.15.29:6827/1170509008","cluster_addr":"172.21.15.29:6829/1170509008","heartbeat_back_addr":"172.21.15.29:6833/1170509008","heartbeat_front_addr":"172.21.15.29:6831/1170509008","state":["exists","up"]},{"osd":4,"uuid":"589b2e98-2e45-47d6-b9e3-0285b7e01589","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.140:6800","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6801","nonce":2221975172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6803","nonce":2221975172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6807","nonce":2221975172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":2221975172},{"type":"v1","addr":"172.21.15.140:6805","nonce":2221975172}]},"public_addr":"172.21.15.140:6801/2221975172","cluster_addr":"172.21.15.140:6803/2221975172","heartbeat_back_addr":"172.21.15.140:6807/2221975172","heartbeat_front_addr":"172.21.15.140:6805/2221975172","state":["exists","up"]},{"osd":5,"uuid":"338a63e1-04ea-47f0-994c-cd2578464769","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.140:6808","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6809","nonce":4087351277}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6811","nonce":4087351277}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6815","nonce":4087351277}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":4087351277},{"type":"v1","addr":"172.21.15.140:6813","nonce":4087351277}]},"public_addr":"172.21.15.140:6809/4087351277","cluster_addr":"172.21.15.140:6811/4087351277","heartbeat_back_addr":"172.21.15.140:6815/4087351277","heartbeat_front_addr":"172.21.15.140:6813/4087351277","state":["exists","up"]},{"osd":6,"uuid":"c0bdfe13-89be-404d-b869-909be46bc486","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.140:6816","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6817","nonce":3705578807}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6819","nonce":3705578807}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6823","nonce":3705578807}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":3705578807},{"type":"v1","addr":"172.21.15.140:6821","nonce":3705578807}]},"public_addr":"172.21.15.140:6817/3705578807","cluster_addr":"172.21.15.140:6819/3705578807","heartbeat_back_addr":"172.21.15.140:6823/3705578807","heartbeat_front_addr":"172.21.15.140:6821/3705578807","state":["exists","up"]},{"osd":7,"uuid":"7a6ed1ac-4159-4247-ba59-76838a5bb4b4","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.140:6824","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6825","nonce":506529162}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6827","nonce":506529162}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6831","nonce":506529162}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":506529162},{"type":"v1","addr":"172.21.15.140:6829","nonce":506529162}]},"public_addr":"172.21.15.140:6825/506529162","cluster_addr":"172.21.15.140:6827/506529162","heartbeat_back_addr":"172.21.15.140:6831/506529162","heartbeat_front_addr":"172.21.15.140:6829/506529162","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-06T15:01:09.725474+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-06T15:01:49.238651+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-06T15:02:29.103369+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-06T15:03:10.084294+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-06T15:03:43.828551+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-06T15:04:19.327984+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-06T15:04:54.698953+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-06T15:05:31.377711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/3702424961":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/3702424961":"2023-12-07T15:06:00.305525+0000","172.21.15.29:0/3023549499":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3616669576":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3812985175":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3051332430":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/3416712894":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6800/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/1938204954":"2023-12-07T15:06:00.305525+0000","172.21.15.29:0/4210216959":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/1523929695":"2023-12-07T15:06:00.305525+0000","172.21.15.29:6801/951452167":"2023-12-07T14:58:55.017050+0000","172.21.15.29:0/68785063":"2023-12-07T14:58:55.017050+0000","172.21.15.29:6801/1501455814":"2023-12-07T14:59:26.728811+0000","172.21.15.29:0/236805064":"2023-12-07T14:58:55.017050+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-06T15:06:51.792 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:51 smithi029 bash[30481]: cluster 2023-12-06T15:06:50.427405+0000 mgr.y (mgr.14466) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:51.792 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:51 smithi029 bash[30481]: audit 2023-12-06T15:06:51.465406+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.29:0/3819462194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:51.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:51 smithi029 bash[25023]: cluster 2023-12-06T15:06:50.427405+0000 mgr.y (mgr.14466) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:51.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:51 smithi029 bash[25023]: audit 2023-12-06T15:06:51.465406+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.29:0/3819462194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:51 smithi140 bash[24947]: cluster 2023-12-06T15:06:50.427405+0000 mgr.y (mgr.14466) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:51 smithi140 bash[24947]: audit 2023-12-06T15:06:51.465406+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.29:0/3819462194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T15:06:52.268 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T15:06:52.268 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T15:06:52.269 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T15:06:52.269 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T15:06:52.270 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T15:06:52.270 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T15:06:52.270 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T15:06:52.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T15:06:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:53 smithi140 bash[24947]: cluster 2023-12-06T15:06:52.427903+0000 mgr.y (mgr.14466) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:06:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:06:54.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:53 smithi029 bash[30481]: cluster 2023-12-06T15:06:52.427903+0000 mgr.y (mgr.14466) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:54.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:53 smithi029 bash[25023]: cluster 2023-12-06T15:06:52.427903+0000 mgr.y (mgr.14466) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:55.138 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.139 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.139 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.139 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.143 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.143 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.143 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.144 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:06:55.188 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:06:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:06:54] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-06T15:06:55.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:55 smithi029 bash[25023]: cluster 2023-12-06T15:06:54.428456+0000 mgr.y (mgr.14466) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:55.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:55 smithi029 bash[30481]: cluster 2023-12-06T15:06:54.428456+0000 mgr.y (mgr.14466) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:55.873 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:55 smithi140 bash[24947]: cluster 2023-12-06T15:06:54.428456+0000 mgr.y (mgr.14466) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:56.281 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:06:55 smithi029 bash[46209]: level=info ts=2023-12-06T15:06:55.963Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003588484s 2023-12-06T15:06:57.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:57 smithi029 bash[25023]: cluster 2023-12-06T15:06:56.429069+0000 mgr.y (mgr.14466) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:57.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:57 smithi029 bash[30481]: cluster 2023-12-06T15:06:56.429069+0000 mgr.y (mgr.14466) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:57.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:57 smithi140 bash[24947]: cluster 2023-12-06T15:06:56.429069+0000 mgr.y (mgr.14466) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:59.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:06:59 smithi029 bash[25023]: cluster 2023-12-06T15:06:58.429767+0000 mgr.y (mgr.14466) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:59.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:06:59 smithi029 bash[30481]: cluster 2023-12-06T15:06:58.429767+0000 mgr.y (mgr.14466) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:06:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:06:59 smithi140 bash[24947]: cluster 2023-12-06T15:06:58.429767+0000 mgr.y (mgr.14466) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[30481]: cluster 2023-12-06T15:07:00.430316+0000 mgr.y (mgr.14466) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[30481]: audit 2023-12-06T15:07:00.748895+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[30481]: audit 2023-12-06T15:07:00.749766+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[30481]: audit 2023-12-06T15:07:00.761571+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[30481]: audit 2023-12-06T15:07:00.762403+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[25023]: cluster 2023-12-06T15:07:00.430316+0000 mgr.y (mgr.14466) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[25023]: audit 2023-12-06T15:07:00.748895+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[25023]: audit 2023-12-06T15:07:00.749766+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[25023]: audit 2023-12-06T15:07:00.761571+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:01 smithi029 bash[25023]: audit 2023-12-06T15:07:00.762403+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:01.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:01 smithi140 bash[24947]: cluster 2023-12-06T15:07:00.430316+0000 mgr.y (mgr.14466) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:01.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:01 smithi140 bash[24947]: audit 2023-12-06T15:07:00.748895+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:01 smithi140 bash[24947]: audit 2023-12-06T15:07:00.749766+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:07:01.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:01 smithi140 bash[24947]: audit 2023-12-06T15:07:00.761571+0000 mon.c (mon.1) 45 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:01.877 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:01 smithi140 bash[24947]: audit 2023-12-06T15:07:00.762403+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:07:03.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:03 smithi140 bash[24947]: cluster 2023-12-06T15:07:02.431124+0000 mgr.y (mgr.14466) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:07:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:07:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:03 smithi029 bash[25023]: cluster 2023-12-06T15:07:02.431124+0000 mgr.y (mgr.14466) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:03 smithi029 bash[30481]: cluster 2023-12-06T15:07:02.431124+0000 mgr.y (mgr.14466) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:05.280 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:04] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-06T15:07:05.348 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:05 smithi140 systemd[1]: Started Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:07:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:05 smithi140 bash[24947]: cluster 2023-12-06T15:07:04.431683+0000 mgr.y (mgr.14466) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:05 smithi140 bash[24947]: audit 2023-12-06T15:07:05.395737+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:05 smithi140 bash[24947]: audit 2023-12-06T15:07:05.399365+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:05 smithi140 bash[24947]: audit 2023-12-06T15:07:05.402069+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:05 smithi140 bash[24947]: audit 2023-12-06T15:07:05.404047+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[25023]: cluster 2023-12-06T15:07:04.431683+0000 mgr.y (mgr.14466) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[25023]: audit 2023-12-06T15:07:05.395737+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[25023]: audit 2023-12-06T15:07:05.399365+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[25023]: audit 2023-12-06T15:07:05.402069+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[25023]: audit 2023-12-06T15:07:05.404047+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[30481]: cluster 2023-12-06T15:07:04.431683+0000 mgr.y (mgr.14466) 52 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[30481]: audit 2023-12-06T15:07:05.395737+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[30481]: audit 2023-12-06T15:07:05.399365+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[30481]: audit 2023-12-06T15:07:05.402069+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:05 smithi029 bash[30481]: audit 2023-12-06T15:07:05.404047+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:06.512 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+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-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+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-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T15:07:06.513 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+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-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-06T15:07:06.514 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[24947]: audit 2023-12-06T15:07:05.538784+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-06T15:07:06.765 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-06T15:07:06.766 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T15:07:06.766 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-06T15:07:06.979 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:06 smithi029 bash[30481]: audit 2023-12-06T15:07:05.538784+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:06.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:06 smithi029 bash[25023]: audit 2023-12-06T15:07:05.538784+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:06 smithi140 bash[40882]: t=2023-12-06T15:07:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-06T15:07:07.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-06T15:07:07.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-06T15:07:07.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-06T15:07:07.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-06T15:07:07.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-06T15:07:07.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-06T15:07:07.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-06T15:07:07.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-06T15:07:07.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-06T15:07:07.548 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-06T15:07:07.549 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-06T15:07:07.549 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-06T15:07:07.705 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:07 smithi029 bash[25023]: cluster 2023-12-06T15:07:06.432439+0000 mgr.y (mgr.14466) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:07.705 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:07 smithi029 bash[30481]: cluster 2023-12-06T15:07:06.432439+0000 mgr.y (mgr.14466) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:07.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[24947]: cluster 2023-12-06T15:07:06.432439+0000 mgr.y (mgr.14466) 53 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-06T15:07:07.801 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-06T15:07:07.802 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-06T15:07:07.802 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-06T15:07:07.802 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:07 smithi140 bash[40882]: t=2023-12-06T15:07:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-06T15:07:08.053 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-06T15:07:08.314 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-06T15:07:08.314 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-06T15:07:08.315 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-06T15:07:08.583 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-06T15:07:08.583 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-06T15:07:08.583 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-06T15:07:08.583 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-06T15:07:08.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-06T15:07:08.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-06T15:07:08.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-06T15:07:08.875 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-06T15:07:09.130 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:08 smithi140 bash[40882]: t=2023-12-06T15:07:08+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-06T15:07:09.131 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-06T15:07:09.391 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-06T15:07:09.391 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-06T15:07:09.391 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-06T15:07:09.392 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-06T15:07:09.392 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-06T15:07:09.392 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-06T15:07:09.392 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-06T15:07:09.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[24947]: cluster 2023-12-06T15:07:08.433257+0000 mgr.y (mgr.14466) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:09.652 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[24947]: audit 2023-12-06T15:07:09.256834+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:09.652 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-06T15:07:09.652 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-06T15:07:09.652 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-06T15:07:09.652 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-06T15:07:09.652 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-06T15:07:09.653 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-06T15:07:09.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:09 smithi029 bash[30481]: cluster 2023-12-06T15:07:08.433257+0000 mgr.y (mgr.14466) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:09.807 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:09 smithi029 bash[30481]: audit 2023-12-06T15:07:09.256834+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:09.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:09 smithi029 bash[25023]: cluster 2023-12-06T15:07:08.433257+0000 mgr.y (mgr.14466) 54 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:09.808 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:09 smithi029 bash[25023]: audit 2023-12-06T15:07:09.256834+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-06T15:07:09.922 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-06T15:07:09.923 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-06T15:07:09.923 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-06T15:07:09.923 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:09 smithi140 bash[40882]: t=2023-12-06T15:07:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-06T15:07:10.183 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-06T15:07:10.184 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-06T15:07:10.435 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-06T15:07:10.435 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-06T15:07:10.435 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-06T15:07:10.435 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-06T15:07:10.436 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-06T15:07:10.436 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-06T15:07:10.687 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-06T15:07:10.688 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-06T15:07:10.948 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-06T15:07:10.949 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-06T15:07:11.218 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:10 smithi140 bash[40882]: t=2023-12-06T15:07:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-06T15:07:11.218 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-06T15:07:11.218 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-06T15:07:11.218 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-06T15:07:11.219 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-06T15:07:11.219 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-06T15:07:11.219 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-06T15:07:11.219 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-06T15:07:11.219 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-06T15:07:11.496 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-06T15:07:11.757 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-06T15:07:11.758 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-06T15:07:12.010 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[24947]: cluster 2023-12-06T15:07:10.433915+0000 mgr.y (mgr.14466) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:12.010 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[24947]: audit 2023-12-06T15:07:10.871510+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.010 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[24947]: audit 2023-12-06T15:07:11.142622+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.010 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-06T15:07:12.010 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-06T15:07:12.010 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-06T15:07:12.010 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-06T15:07:12.011 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-06T15:07:12.011 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-06T15:07:12.011 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:11 smithi140 bash[40882]: t=2023-12-06T15:07:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-06T15:07:12.011 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-06T15:07:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[25023]: cluster 2023-12-06T15:07:10.433915+0000 mgr.y (mgr.14466) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[25023]: audit 2023-12-06T15:07:10.871510+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[25023]: audit 2023-12-06T15:07:11.142622+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[30481]: cluster 2023-12-06T15:07:10.433915+0000 mgr.y (mgr.14466) 55 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[30481]: audit 2023-12-06T15:07:10.871510+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:11 smithi029 bash[30481]: audit 2023-12-06T15:07:11.142622+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+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-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-06T15:07:12.279 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-06T15:07:12.540 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-06T15:07:12.809 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-06T15:07:12.810 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-06T15:07:13.070 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[24947]: cephadm 2023-12-06T15:07:11.146420+0000 mgr.y (mgr.14466) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:07:13.070 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[24947]: cephadm 2023-12-06T15:07:11.149843+0000 mgr.y (mgr.14466) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:12 smithi140 bash[40882]: t=2023-12-06T15:07:12+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-06T15:07:13.071 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-06T15:07:13.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:12 smithi029 bash[25023]: cephadm 2023-12-06T15:07:11.146420+0000 mgr.y (mgr.14466) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:07:13.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:12 smithi029 bash[25023]: cephadm 2023-12-06T15:07:11.149843+0000 mgr.y (mgr.14466) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:07:13.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:12 smithi029 bash[30481]: cephadm 2023-12-06T15:07:11.146420+0000 mgr.y (mgr.14466) 56 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:07:13.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:12 smithi029 bash[30481]: cephadm 2023-12-06T15:07:11.149843+0000 mgr.y (mgr.14466) 57 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:07:13.331 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-06T15:07:13.331 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-06T15:07:13.331 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-06T15:07:13.331 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-06T15:07:13.331 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-06T15:07:13.332 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-06T15:07:13.332 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-06T15:07:13.332 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-06T15:07:13.583 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+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-06T15:07:13.584 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-06T15:07:13.807 INFO:teuthology.orchestra.run.smithi029.stdout:167503724579 2023-12-06T15:07:13.807 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-06T15:07:13.836 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-06T15:07:13.963 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:13 smithi029 bash[25023]: cluster 2023-12-06T15:07:12.434591+0000 mgr.y (mgr.14466) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:13.964 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:13 smithi029 bash[30481]: cluster 2023-12-06T15:07:12.434591+0000 mgr.y (mgr.14466) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:14.089 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[24947]: cluster 2023-12-06T15:07:12.434591+0000 mgr.y (mgr.14466) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:13 smithi140 bash[40882]: t=2023-12-06T15:07:13+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-06T15:07:14.089 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-06T15:07:14.090 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-06T15:07:14.358 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-06T15:07:14.359 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-06T15:07:14.497 INFO:teuthology.orchestra.run.smithi029.stdout:201863462940 2023-12-06T15:07:14.498 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-06T15:07:14.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-06T15:07:14.625 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-06T15:07:14.888 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-06T15:07:14.889 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-06T15:07:15.166 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-06T15:07:15.166 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:14 smithi140 bash[40882]: t=2023-12-06T15:07:14+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-06T15:07:15.167 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-06T15:07:15.250 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:14] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-06T15:07:15.419 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-06T15:07:15.583 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:15 smithi029 bash[30481]: cluster 2023-12-06T15:07:14.435299+0000 mgr.y (mgr.14466) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:15.583 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:15 smithi029 bash[25023]: cluster 2023-12-06T15:07:14.435299+0000 mgr.y (mgr.14466) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:15.671 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[24947]: cluster 2023-12-06T15:07:14.435299+0000 mgr.y (mgr.14466) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:15.671 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-06T15:07:15.672 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-06T15:07:15.744 INFO:teuthology.orchestra.run.smithi029.stdout:55834574913 2023-12-06T15:07:15.745 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T15:07:15.932 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-06T15:07:15.933 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-06T15:07:16.201 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:15 smithi140 bash[40882]: t=2023-12-06T15:07:15+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-06T15:07:16.201 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-06T15:07:16.201 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-06T15:07:16.201 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-06T15:07:16.201 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-06T15:07:16.202 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-06T15:07:16.202 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+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-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+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-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-06T15:07:16.471 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-06T15:07:16.723 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+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-06T15:07:16.723 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-06T15:07:16.724 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-06T15:07:16.724 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-06T15:07:16.724 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-06T15:07:16.724 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-06T15:07:16.724 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-06T15:07:17.012 INFO:teuthology.orchestra.run.smithi029.stdout:111669149746 2023-12-06T15:07:17.013 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T15:07:17.014 INFO:teuthology.orchestra.run.smithi029.stdout:133143986220 2023-12-06T15:07:17.014 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T15:07:17.042 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-06T15:07:17.042 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-06T15:07:17.042 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-06T15:07:17.042 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-06T15:07:17.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-06T15:07:17.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-06T15:07:17.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-06T15:07:17.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:16 smithi140 bash[40882]: t=2023-12-06T15:07:16+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-06T15:07:17.043 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-06T15:07:17.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-06T15:07:17.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-06T15:07:17.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-06T15:07:17.295 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-06T15:07:17.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-06T15:07:17.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+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-06T15:07:17.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-06T15:07:17.296 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+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-06T15:07:17.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[24947]: cluster 2023-12-06T15:07:16.435851+0000 mgr.y (mgr.14466) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:17.564 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+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-06T15:07:17.564 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-06T15:07:17.565 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-06T15:07:17.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:17 smithi029 bash[25023]: cluster 2023-12-06T15:07:16.435851+0000 mgr.y (mgr.14466) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:17.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:17 smithi029 bash[30481]: cluster 2023-12-06T15:07:16.435851+0000 mgr.y (mgr.14466) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:17.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-06T15:07:17.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-06T15:07:17.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-06T15:07:17.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-06T15:07:17.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-06T15:07:17.875 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-06T15:07:17.875 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-06T15:07:17.875 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-06T15:07:17.875 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-06T15:07:17.944 INFO:teuthology.orchestra.run.smithi029.stdout:236223201302 2023-12-06T15:07:17.945 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:17 smithi140 bash[40882]: t=2023-12-06T15:07:17+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-06T15:07:18.136 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-06T15:07:18.137 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-06T15:07:18.388 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-06T15:07:18.388 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-06T15:07:18.388 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-06T15:07:18.389 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-06T15:07:18.389 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-06T15:07:18.389 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-06T15:07:18.389 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-06T15:07:18.389 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-06T15:07:18.700 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-06T15:07:18.701 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-06T15:07:18.701 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-06T15:07:18.701 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-06T15:07:18.952 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=12.495591647s 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T15:07:18.953 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T15:07:19.179 INFO:teuthology.orchestra.run.smithi029.stdout:34359738443 2023-12-06T15:07:19.180 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T15:07:19.307 INFO:teuthology.orchestra.run.smithi029.stdout:77309411386 2023-12-06T15:07:19.308 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T15:07:19.326 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:18 smithi140 bash[40882]: t=2023-12-06T15:07:18+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+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-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T15:07:19.327 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[40882]: t=2023-12-06T15:07:19+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T15:07:19.497 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:19 smithi029 bash[25023]: cluster 2023-12-06T15:07:18.436437+0000 mgr.y (mgr.14466) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:19 smithi140 bash[24947]: cluster 2023-12-06T15:07:18.436437+0000 mgr.y (mgr.14466) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:19.668 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:19.669 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:19.694 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:19 smithi029 bash[30481]: cluster 2023-12-06T15:07:18.436437+0000 mgr.y (mgr.14466) 61 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:21.057 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.057 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.058 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:21 smithi029 bash[25023]: cluster 2023-12-06T15:07:20.437102+0000 mgr.y (mgr.14466) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:21 smithi029 bash[30481]: cluster 2023-12-06T15:07:20.437102+0000 mgr.y (mgr.14466) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:21.815 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.817 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.817 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:21 smithi140 bash[24947]: cluster 2023-12-06T15:07:20.437102+0000 mgr.y (mgr.14466) 62 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:23.511 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:23 smithi029 bash[30481]: cluster 2023-12-06T15:07:22.437763+0000 mgr.y (mgr.14466) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:23.511 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:23 smithi029 bash[25023]: cluster 2023-12-06T15:07:22.437763+0000 mgr.y (mgr.14466) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:23 smithi140 bash[24947]: cluster 2023-12-06T15:07:22.437763+0000 mgr.y (mgr.14466) 63 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:07:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:07:25.280 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:24] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-06T15:07:25.863 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:25 smithi029 bash[25023]: cluster 2023-12-06T15:07:24.438339+0000 mgr.y (mgr.14466) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:25.864 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:25 smithi029 bash[30481]: cluster 2023-12-06T15:07:24.438339+0000 mgr.y (mgr.14466) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:25.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:25 smithi140 bash[24947]: cluster 2023-12-06T15:07:24.438339+0000 mgr.y (mgr.14466) 64 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:27.498 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:27 smithi029 systemd[1]: Stopping Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:07:27.498 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:27 smithi029 bash[49029]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:07:27.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:27 smithi029 bash[30481]: cluster 2023-12-06T15:07:26.438898+0000 mgr.y (mgr.14466) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:27.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:27 smithi029 bash[25023]: cluster 2023-12-06T15:07:26.438898+0000 mgr.y (mgr.14466) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:27 smithi140 bash[24947]: cluster 2023-12-06T15:07:26.438898+0000 mgr.y (mgr.14466) 65 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:28.280 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:28 smithi029 bash[46209]: level=info ts=2023-12-06T15:07:28.003Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:07:29.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:29 smithi029 bash[25023]: cluster 2023-12-06T15:07:28.439479+0000 mgr.y (mgr.14466) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:29.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:29 smithi029 bash[30481]: cluster 2023-12-06T15:07:28.439479+0000 mgr.y (mgr.14466) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:29.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:29 smithi140 bash[24947]: cluster 2023-12-06T15:07:28.439479+0000 mgr.y (mgr.14466) 66 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:31.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:31 smithi029 bash[25023]: cluster 2023-12-06T15:07:30.440090+0000 mgr.y (mgr.14466) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:31.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:31 smithi029 bash[30481]: cluster 2023-12-06T15:07:30.440090+0000 mgr.y (mgr.14466) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:31 smithi140 bash[24947]: cluster 2023-12-06T15:07:30.440090+0000 mgr.y (mgr.14466) 67 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:33.031 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:32 smithi029 bash[49039]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T15:07:33.031 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:32 smithi029 bash[49320]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:07:33.619 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:33 smithi140 bash[24947]: cluster 2023-12-06T15:07:32.440741+0000 mgr.y (mgr.14466) 68 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:33.619 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:07:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:07:33.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:33 smithi029 bash[30481]: cluster 2023-12-06T15:07:32.440741+0000 mgr.y (mgr.14466) 68 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:33 smithi029 bash[25023]: cluster 2023-12-06T15:07:32.440741+0000 mgr.y (mgr.14466) 68 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:33.781 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:33 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T15:07:33.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:33 smithi029 systemd[1]: Stopped Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:07:33.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:33 smithi029 systemd[1]: Started Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:07:34.762 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[25023]: audit 2023-12-06T15:07:33.597493+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:34.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[25023]: cephadm 2023-12-06T15:07:33.599624+0000 mgr.y (mgr.14466) 69 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:07:34.763 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[25023]: cephadm 2023-12-06T15:07:33.603489+0000 mgr.y (mgr.14466) 70 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:07:34.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[30481]: audit 2023-12-06T15:07:33.597493+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:34.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[30481]: cephadm 2023-12-06T15:07:33.599624+0000 mgr.y (mgr.14466) 69 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:07:34.763 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[30481]: cephadm 2023-12-06T15:07:33.603489+0000 mgr.y (mgr.14466) 70 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:07:34.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:34 smithi140 bash[24947]: audit 2023-12-06T15:07:33.597493+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:34.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:34 smithi140 bash[24947]: cephadm 2023-12-06T15:07:33.599624+0000 mgr.y (mgr.14466) 69 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:07:34.869 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:34 smithi140 bash[24947]: cephadm 2023-12-06T15:07:33.603489+0000 mgr.y (mgr.14466) 70 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:07:35.030 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:34] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T15:07:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:35 smithi140 bash[24947]: cluster 2023-12-06T15:07:34.441298+0000 mgr.y (mgr.14466) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:35.895 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:35 smithi029 bash[30481]: cluster 2023-12-06T15:07:34.441298+0000 mgr.y (mgr.14466) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:35.895 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:35 smithi029 bash[25023]: cluster 2023-12-06T15:07:34.441298+0000 mgr.y (mgr.14466) 71 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:36.241 INFO:teuthology.orchestra.run.smithi029.stdout:55834574918 2023-12-06T15:07:36.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:36 smithi029 bash[25023]: audit 2023-12-06T15:07:36.238569+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.29:0/667785673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T15:07:36.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:36 smithi029 bash[30481]: audit 2023-12-06T15:07:36.238569+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.29:0/667785673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T15:07:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:36 smithi140 bash[24947]: audit 2023-12-06T15:07:36.238569+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.29:0/667785673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T15:07:37.845 INFO:teuthology.orchestra.run.smithi029.stdout:167503724585 2023-12-06T15:07:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[24947]: cluster 2023-12-06T15:07:36.441914+0000 mgr.y (mgr.14466) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:37.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 systemd[1]: Stopping Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:07:37.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[41455]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:07:37.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:07:37.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:07:37.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.723Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.724Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.724Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.724Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.725Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.725Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:07:37.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:37 smithi140 bash[39994]: ts=2023-12-06T15:07:37.725Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:07:37.948 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:37 smithi029 bash[25023]: cluster 2023-12-06T15:07:36.441914+0000 mgr.y (mgr.14466) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:37.948 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:37 smithi029 bash[30481]: cluster 2023-12-06T15:07:36.441914+0000 mgr.y (mgr.14466) 72 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:38.591 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[41464]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T15:07:38.591 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[41499]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:07:38.592 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:38 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T15:07:38.592 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:38 smithi140 systemd[1]: Stopped Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:07:38.592 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:38 smithi140 systemd[1]: Started Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:07:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:37.842349+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.29:0/118671708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T15:07:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.474111+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.481097+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.483723+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.493406+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.502691+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.516679+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.527567+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.538081+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.550133+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.556641+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.561469+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.563435+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:38.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:38 smithi140 bash[24947]: audit 2023-12-06T15:07:38.564880+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:38.888 INFO:teuthology.orchestra.run.smithi029.stdout:34359738447 2023-12-06T15:07:38.907 INFO:teuthology.orchestra.run.smithi029.stdout:236223201307 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:37.842349+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.29:0/118671708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.474111+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.481097+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.483723+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.493406+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.502691+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.516679+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.527567+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.538081+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.550133+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:39.054 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.556641+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.561469+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.563435+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[25023]: audit 2023-12-06T15:07:38.564880+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:37.842349+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.29:0/118671708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.474111+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.481097+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.483723+0000 mon.c (mon.1) 50 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.493406+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.502691+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.516679+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.527567+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.538081+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:39.055 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.550133+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:39.056 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.556641+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:39.056 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.561469+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:39.056 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.563435+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:39.056 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:38 smithi029 bash[30481]: audit 2023-12-06T15:07:38.564880+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:39.709 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: cluster 2023-12-06T15:07:38.442492+0000 mgr.y (mgr.14466) 73 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.481795+0000 mgr.y (mgr.14466) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.484239+0000 mgr.y (mgr.14466) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.503655+0000 mgr.y (mgr.14466) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.517452+0000 mgr.y (mgr.14466) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.538774+0000 mgr.y (mgr.14466) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.550674+0000 mgr.y (mgr.14466) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.885624+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.29:0/859114426' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[24947]: audit 2023-12-06T15:07:38.905277+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.29:0/713880136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T15:07:39.710 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T15:07:39.710 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T15:07:39.710 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi140 (none))" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.563Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.565Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.566Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.569Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.571Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.571Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.265µs 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.571Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T15:07:39.711 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.709Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: cluster 2023-12-06T15:07:38.442492+0000 mgr.y (mgr.14466) 73 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.481795+0000 mgr.y (mgr.14466) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.484239+0000 mgr.y (mgr.14466) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.503655+0000 mgr.y (mgr.14466) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.517452+0000 mgr.y (mgr.14466) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.538774+0000 mgr.y (mgr.14466) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.550674+0000 mgr.y (mgr.14466) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:40.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.885624+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.29:0/859114426' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[25023]: audit 2023-12-06T15:07:38.905277+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.29:0/713880136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: cluster 2023-12-06T15:07:38.442492+0000 mgr.y (mgr.14466) 73 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.481795+0000 mgr.y (mgr.14466) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.484239+0000 mgr.y (mgr.14466) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.503655+0000 mgr.y (mgr.14466) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.517452+0000 mgr.y (mgr.14466) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.140:9095"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.538774+0000 mgr.y (mgr.14466) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.550674+0000 mgr.y (mgr.14466) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.140:3000"}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.885624+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.29:0/859114426' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T15:07:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:39 smithi029 bash[30481]: audit 2023-12-06T15:07:38.905277+0000 mon.c (mon.1) 58 : audit [DBG] from='client.? 172.21.15.29:0/713880136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.710Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.710Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=42.398µs wal_replay_duration=138.710962ms total_replay_duration=138.769565ms 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.715Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.716Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.716Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T15:07:40.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.740Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=24.492442ms db_storage=1.407µs remote_storage=2.91µs web_handler=899ns query_engine=1.437µs scrape=859.997µs scrape_sd=98.215µs notify=73.632µs notify_sd=38.468µs rules=22.128429ms 2023-12-06T15:07:40.125 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:07:39 smithi140 bash[41529]: ts=2023-12-06T15:07:39.740Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:07:40.640 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574913 got 55834574918 for osd.1 2023-12-06T15:07:40.640 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:41.951 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:41 smithi029 bash[25023]: cluster 2023-12-06T15:07:40.443139+0000 mgr.y (mgr.14466) 80 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:41.951 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:41 smithi029 bash[30481]: cluster 2023-12-06T15:07:40.443139+0000 mgr.y (mgr.14466) 80 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:41 smithi140 bash[24947]: cluster 2023-12-06T15:07:40.443139+0000 mgr.y (mgr.14466) 80 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:43.036 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738443 got 34359738447 for osd.0 2023-12-06T15:07:43.036 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.892Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.892Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.894Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.29 port=9094 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.897Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.953Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.954Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:07:43.140 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.958Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T15:07:43.141 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:42 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:42.959Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T15:07:43.499 INFO:teuthology.orchestra.run.smithi029.stdout:111669149752 2023-12-06T15:07:43.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:43 smithi029 bash[25023]: audit 2023-12-06T15:07:42.377783+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:43.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:43 smithi029 bash[25023]: cluster 2023-12-06T15:07:42.443750+0000 mgr.y (mgr.14466) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:43 smithi029 bash[30481]: audit 2023-12-06T15:07:42.377783+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:43 smithi029 bash[30481]: cluster 2023-12-06T15:07:42.443750+0000 mgr.y (mgr.14466) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:43 smithi140 bash[24947]: audit 2023-12-06T15:07:42.377783+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:43 smithi140 bash[24947]: cluster 2023-12-06T15:07:42.443750+0000 mgr.y (mgr.14466) 81 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:44.022 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201302 got 236223201307 for osd.7 2023-12-06T15:07:44.022 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:44.451 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724585 for osd.5 2023-12-06T15:07:44.451 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:44.721 INFO:teuthology.orchestra.run.smithi029.stdout:133143986226 2023-12-06T15:07:44.756 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:44 smithi029 bash[30481]: audit 2023-12-06T15:07:43.496861+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.29:0/4187389352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T15:07:44.756 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:44 smithi029 bash[25023]: audit 2023-12-06T15:07:43.496861+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.29:0/4187389352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T15:07:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:44 smithi140 bash[24947]: audit 2023-12-06T15:07:43.496861+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.29:0/4187389352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T15:07:45.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:44] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2023-12-06T15:07:45.031 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:44 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:44.897Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00005605s 2023-12-06T15:07:45.689 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:45 smithi029 bash[30481]: cluster 2023-12-06T15:07:44.444259+0000 mgr.y (mgr.14466) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:45.690 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:45 smithi029 bash[30481]: audit 2023-12-06T15:07:44.718581+0000 mon.c (mon.1) 59 : audit [DBG] from='client.? 172.21.15.29:0/3907403064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T15:07:45.690 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:45 smithi029 bash[25023]: cluster 2023-12-06T15:07:44.444259+0000 mgr.y (mgr.14466) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:45.690 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:45 smithi029 bash[25023]: audit 2023-12-06T15:07:44.718581+0000 mon.c (mon.1) 59 : audit [DBG] from='client.? 172.21.15.29:0/3907403064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T15:07:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:45 smithi140 bash[24947]: cluster 2023-12-06T15:07:44.444259+0000 mgr.y (mgr.14466) 82 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:45 smithi140 bash[24947]: audit 2023-12-06T15:07:44.718581+0000 mon.c (mon.1) 59 : audit [DBG] from='client.? 172.21.15.29:0/3907403064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T15:07:45.986 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149746 got 111669149752 for osd.3 2023-12-06T15:07:45.986 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:46.110 INFO:teuthology.orchestra.run.smithi029.stdout:77309411391 2023-12-06T15:07:46.709 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:46 smithi029 bash[30481]: audit 2023-12-06T15:07:46.107139+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.29:0/3201835528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T15:07:46.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:46 smithi029 bash[25023]: audit 2023-12-06T15:07:46.107139+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.29:0/3201835528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T15:07:46.730 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986220 got 133143986226 for osd.4 2023-12-06T15:07:46.731 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:46.778 INFO:teuthology.orchestra.run.smithi029.stdout:201863462947 2023-12-06T15:07:46.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:46 smithi140 bash[24947]: audit 2023-12-06T15:07:46.107139+0000 mon.c (mon.1) 60 : audit [DBG] from='client.? 172.21.15.29:0/3201835528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T15:07:47.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:47 smithi029 bash[25023]: cluster 2023-12-06T15:07:46.444767+0000 mgr.y (mgr.14466) 83 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:47.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:47 smithi029 bash[25023]: audit 2023-12-06T15:07:46.775531+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/1925497465' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T15:07:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:47 smithi029 bash[30481]: cluster 2023-12-06T15:07:46.444767+0000 mgr.y (mgr.14466) 83 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:47 smithi029 bash[30481]: audit 2023-12-06T15:07:46.775531+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/1925497465' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T15:07:47.811 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411386 got 77309411391 for osd.2 2023-12-06T15:07:47.811 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:47 smithi140 bash[24947]: cluster 2023-12-06T15:07:46.444767+0000 mgr.y (mgr.14466) 83 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:47 smithi140 bash[24947]: audit 2023-12-06T15:07:46.775531+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.29:0/1925497465' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T15:07:48.112 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462940 got 201863462947 for osd.6 2023-12-06T15:07:48.112 DEBUG:teuthology.parallel:result is None 2023-12-06T15:07:48.112 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T15:07:48.113 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: cluster 2023-12-06T15:07:48.445364+0000 mgr.y (mgr.14466) 84 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: audit 2023-12-06T15:07:49.433303+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: audit 2023-12-06T15:07:49.442457+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: audit 2023-12-06T15:07:49.450602+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: audit 2023-12-06T15:07:49.452318+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[25023]: audit 2023-12-06T15:07:49.453516+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: cluster 2023-12-06T15:07:48.445364+0000 mgr.y (mgr.14466) 84 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: audit 2023-12-06T15:07:49.433303+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: audit 2023-12-06T15:07:49.442457+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: audit 2023-12-06T15:07:49.450602+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: audit 2023-12-06T15:07:49.452318+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:49 smithi029 bash[30481]: audit 2023-12-06T15:07:49.453516+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: cluster 2023-12-06T15:07:48.445364+0000 mgr.y (mgr.14466) 84 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: audit 2023-12-06T15:07:49.433303+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: audit 2023-12-06T15:07:49.442457+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: audit 2023-12-06T15:07:49.450602+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:07:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: audit 2023-12-06T15:07:49.452318+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:07:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:49 smithi140 bash[24947]: audit 2023-12-06T15:07:49.453516+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:07:50.608 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:51.759 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:51 smithi029 bash[30481]: cluster 2023-12-06T15:07:50.445988+0000 mgr.y (mgr.14466) 85 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:51.759 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:51 smithi029 bash[25023]: cluster 2023-12-06T15:07:50.445988+0000 mgr.y (mgr.14466) 85 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:51 smithi140 bash[24947]: cluster 2023-12-06T15:07:50.445988+0000 mgr.y (mgr.14466) 85 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:53.281 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:07:52 smithi029 bash[49350]: level=info ts=2023-12-06T15:07:52.900Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002472063s 2023-12-06T15:07:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:07:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:07:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:53 smithi140 bash[24947]: cluster 2023-12-06T15:07:52.446676+0000 mgr.y (mgr.14466) 86 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:53 smithi140 bash[24947]: audit 2023-12-06T15:07:53.309359+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:53 smithi140 bash[24947]: audit 2023-12-06T15:07:53.317444+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[25023]: cluster 2023-12-06T15:07:52.446676+0000 mgr.y (mgr.14466) 86 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[25023]: audit 2023-12-06T15:07:53.309359+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[25023]: audit 2023-12-06T15:07:53.317444+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[30481]: cluster 2023-12-06T15:07:52.446676+0000 mgr.y (mgr.14466) 86 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[30481]: audit 2023-12-06T15:07:53.309359+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:53 smithi029 bash[30481]: audit 2023-12-06T15:07:53.317444+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:07:53.806 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:07:53.808 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-12-06T15:07:54.661 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":59,"stamp":"2023-12-06T15:07:52.446276+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48976,"kb_used_data":6160,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912240,"statfs":{"total":767960285184,"available":767910133760,"internally_reserved":0,"allocated":6307840,"data_stored":3511476,"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.003449"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-12-06T15:06:00.814897+0000","last_change":"2023-12-06T15:05:37.416473+0000","last_active":"2023-12-06T15:06:00.814897+0000","last_peered":"2023-12-06T15:06:00.814897+0000","last_clean":"2023-12-06T15:06:00.814897+0000","last_became_active":"2023-12-06T15:05:37.415590+0000","last_became_peered":"2023-12-06T15:05:37.415590+0000","last_unstale":"2023-12-06T15:06:00.814897+0000","last_undegraded":"2023-12-06T15:06:00.814897+0000","last_fullsized":"2023-12-06T15:06:00.814897+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-06T15:02:33.440338+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T15:02:33.440338+0000","last_clean_scrub_stamp":"2023-12-06T15:02:33.440338+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-07T22:53:08.268536+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":236223201310,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.97999999999999998,"15min":0.98099999999999998},"min":{"1min":0.57999999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.3620000000000001,"5min":1.611,"15min":1.611},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.01,"15min":1},"min":{"1min":0.74099999999999999,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":2.5899999999999999,"5min":2.5899999999999999,"15min":2.5899999999999999},"last":0.83399999999999996}]},{"osd":1,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.98199999999999998,"15min":0.98599999999999999},"min":{"1min":0.74399999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3839999999999999,"5min":1.538,"15min":1.538},"last":0.995},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.96399999999999997,"15min":0.97099999999999997},"min":{"1min":0.67500000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":0.75700000000000001}]},{"osd":2,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.99299999999999999,"15min":1.0069999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.2410000000000001,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.04,"15min":1.036},"min":{"1min":0.71399999999999997,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.304,"5min":1.335,"15min":1.335},"last":1.161}]},{"osd":3,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0329999999999999,"15min":1.026},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.927,"5min":1.927,"15min":1.927},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.087,"15min":1.095},"min":{"1min":0.75,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3240000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.2529999999999999}]},{"osd":4,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.67600000000000005,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1970000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.121},{"interface":"front","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.86799999999999999,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.3109999999999999,"5min":1.319,"15min":1.319},"last":1.0860000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.1240000000000001,"15min":1.1319999999999999},"min":{"1min":0.63800000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.266,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.105},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1279999999999999,"15min":1.1240000000000001},"min":{"1min":0.84599999999999997,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.2190000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.1870000000000001,"15min":1.1850000000000001},"min":{"1min":0.90300000000000002,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.4390000000000001,"5min":1.544,"15min":1.544},"last":1.3540000000000001},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.169,"15min":1.1619999999999999},"min":{"1min":0.98799999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.3959999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.28}]}]},{"osd":6,"up_from":47,"seq":201863462949,"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":769323,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93600000000000005,"15min":0.92900000000000005},"min":{"1min":0.58899999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3049999999999999,"5min":1.835,"15min":1.835},"last":1.0960000000000001},{"interface":"front","average":{"1min":0.999,"5min":0.94399999999999995,"15min":0.93500000000000005},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2689999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.77000000000000002}]},{"osd":1,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.68799999999999994,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.198,"5min":1.335,"15min":1.335},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.997,"5min":0.95699999999999996,"15min":0.94999999999999996},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.2909999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.141}]},{"osd":2,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.70999999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.208,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.0880000000000001,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.82299999999999995,"5min":0.627,"15min":0.627},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.0209999999999999}]},{"osd":3,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.98899999999999999,"15min":0.98699999999999999},"min":{"1min":0.84499999999999997,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.82699999999999996},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.054,"15min":1.044},"min":{"1min":0.751,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.353,"5min":1.718,"15min":1.718},"last":1.0469999999999999}]},{"osd":4,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.96599999999999997,"15min":0.96699999999999997},"min":{"1min":0.625,"5min":0.499,"15min":0.499},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.083,"5min":1.0549999999999999,"15min":1.05},"min":{"1min":0.78800000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.4330000000000001,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":0.99199999999999999}]},{"osd":5,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.1040000000000001,"15min":1.1060000000000001},"min":{"1min":0.73399999999999999,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.204},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.111,"15min":1.095},"min":{"1min":0.82899999999999996,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.6739999999999999,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":0.89700000000000002}]},{"osd":7,"last update":"Wed Dec 6 15:07:40 2023","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.177,"15min":1.1850000000000001},"min":{"1min":0.77700000000000002,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.4470000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.1850000000000001},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.2729999999999999,"15min":1.2849999999999999},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.0840000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574922,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.66700000000000004,"15min":0.60899999999999999},"min":{"1min":0.55200000000000005,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":1.1459999999999999},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.754,"15min":0.65500000000000003},"min":{"1min":0.63,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.1970000000000001,"5min":1.272,"15min":1.272},"last":0.68400000000000005}]},{"osd":2,"last update":"Wed Dec 6 15:07:43 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.78500000000000003,"15min":0.71699999999999997},"min":{"1min":0.56899999999999995,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0720000000000001,"5min":1.905,"15min":1.905},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.85099999999999998,"15min":0.75700000000000001},"min":{"1min":0.59199999999999997,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.244,"5min":1.28,"15min":1.28},"last":1.2370000000000001}]},{"osd":3,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.90600000000000003,"15min":0.86199999999999999},"min":{"1min":0.64100000000000001,"5min":0.622,"15min":0.622},"max":{"1min":1.3440000000000001,"5min":1.994,"15min":1.994},"last":1.089},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.0169999999999999,"15min":0.97299999999999998},"min":{"1min":0.73599999999999999,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":1.498}]},{"osd":4,"last update":"Wed Dec 6 15:07:50 2023","interfaces":[{"interface":"back","average":{"1min":1.2330000000000001,"5min":1.1140000000000001,"15min":1.0569999999999999},"min":{"1min":0.85699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":1.3939999999999999},{"interface":"front","average":{"1min":1.175,"5min":1.121,"15min":1.0800000000000001},"min":{"1min":0.90900000000000003,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.589,"5min":2.0659999999999998,"15min":2.0659999999999998},"last":1.361}]},{"osd":5,"last update":"Wed Dec 6 15:07:25 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.151,"15min":1.093},"min":{"1min":0.85899999999999999,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":2.0209999999999999},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0680000000000001,"15min":1.0600000000000001},"min":{"1min":0.85199999999999998,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4630000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.1870000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2769999999999999,"5min":1.3,"15min":1.304},"min":{"1min":0.91200000000000003,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.639,"5min":1.95,"15min":1.95},"last":1.5620000000000001},{"interface":"front","average":{"1min":1.4259999999999999,"5min":1.3300000000000001,"15min":1.3140000000000001},"min":{"1min":1.1120000000000001,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.7050000000000001,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.9610000000000001}]},{"osd":7,"last update":"Wed Dec 6 15:07:43 2023","interfaces":[{"interface":"back","average":{"1min":1.3620000000000001,"5min":1.4259999999999999,"15min":1.4370000000000001},"min":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"max":{"1min":1.651,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":2.0750000000000002},{"interface":"front","average":{"1min":1.345,"5min":1.393,"15min":1.401},"min":{"1min":1.109,"5min":1.109,"15min":1.109},"max":{"1min":1.7210000000000001,"5min":2.1019999999999999,"15min":2.1019999999999999},"last":1.468}]}]},{"osd":0,"up_from":8,"seq":34359738450,"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":"Wed Dec 6 15:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.72999999999999998,"15min":0.66800000000000004},"min":{"1min":0.57099999999999995,"5min":0.371,"15min":0.371},"max":{"1min":1.268,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.78000000000000003,"15min":0.71199999999999997},"min":{"1min":0.40500000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.246,"5min":1.371,"15min":1.371},"last":0.746}]},{"osd":2,"last update":"Wed Dec 6 15:07:41 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81399999999999995,"15min":0.73199999999999998},"min":{"1min":0.54400000000000004,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.86499999999999999,"15min":0.79500000000000004},"min":{"1min":0.60899999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1719999999999999,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.94699999999999995}]},{"osd":3,"last update":"Wed Dec 6 15:07:18 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.95099999999999996,"15min":0.89800000000000002},"min":{"1min":0.65900000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.423,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.004},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.93300000000000005,"15min":0.89300000000000002},"min":{"1min":0.73199999999999998,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.2450000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.84099999999999997}]},{"osd":4,"last update":"Wed Dec 6 15:06:50 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.996,"15min":0.99199999999999999},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.534,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.2230000000000001},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.1819999999999999,"15min":1.161},"min":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.6399999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.143}]},{"osd":5,"last update":"Wed Dec 6 15:07:32 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0840000000000001,"15min":1.095},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.46,"5min":1.595,"15min":1.595},"last":1.048},{"interface":"front","average":{"1min":1.335,"5min":1.3160000000000001,"15min":1.3160000000000001},"min":{"1min":0.94099999999999995,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.6779999999999999,"5min":1.988,"15min":1.988},"last":1.206}]},{"osd":6,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.401,"5min":1.329,"15min":1.3169999999999999},"min":{"1min":1.0109999999999999,"5min":0.96499999999999997,"15min":0.96499999999999997},"max":{"1min":2.0470000000000002,"5min":2.0470000000000002,"15min":2.0470000000000002},"last":1.262},{"interface":"front","average":{"1min":1.246,"5min":1.2629999999999999,"15min":1.266},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.7749999999999999,"5min":1.7749999999999999,"15min":1.7749999999999999},"last":1.1719999999999999}]},{"osd":7,"last update":"Wed Dec 6 15:07:37 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.1679999999999999,"15min":1.159},"min":{"1min":0.89200000000000002,"5min":0.753,"15min":0.753},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.2889999999999999},{"interface":"front","average":{"1min":1.4099999999999999,"5min":1.393,"15min":1.3899999999999999},"min":{"1min":1.079,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.7509999999999999,"5min":1.8939999999999999,"15min":1.8939999999999999},"last":1.302}]}]},{"osd":2,"up_from":18,"seq":77309411393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.73799999999999999,"15min":0.65800000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.79300000000000004,"15min":0.70199999999999996},"min":{"1min":0.56299999999999994,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.181,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.103}]},{"osd":1,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.79400000000000004,"15min":0.753},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.80300000000000005,"15min":0.755},"min":{"1min":0.41499999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.77700000000000002}]},{"osd":3,"last update":"Wed Dec 6 15:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":1.089,"15min":1.2909999999999999},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.1259999999999999,"5min":9.1959999999999997,"15min":9.1959999999999997},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.89600000000000002,"5min":1.0920000000000001,"15min":1.29},"min":{"1min":0.52100000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.2190000000000001,"5min":10.08,"15min":10.08},"last":0.92600000000000005}]},{"osd":4,"last update":"Wed Dec 6 15:06:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0629999999999999,"15min":1.0580000000000001},"min":{"1min":0.79000000000000004,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.3380000000000001,"5min":1.395,"15min":1.395},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.042,"5min":1.1080000000000001,"15min":1.1180000000000001},"min":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.1379999999999999}]},{"osd":5,"last update":"Wed Dec 6 15:07:24 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1839999999999999,"15min":1.2},"min":{"1min":0.84099999999999997,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.171},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.206,"15min":1.2290000000000001},"min":{"1min":0.81999999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.796,"5min":1.796,"15min":1.796},"last":0.877}]},{"osd":6,"last update":"Wed Dec 6 15:06:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.2889999999999999,"15min":1.306},"min":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.5049999999999999,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":1.22}]},{"osd":7,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":1.329,"5min":1.258,"15min":1.246},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.7649999999999999,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.23,"15min":1.2210000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.0760000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149754,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.745,"15min":0.72699999999999998},"min":{"1min":0.60599999999999998,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.624},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.83699999999999997,"15min":0.82299999999999995},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.93300000000000005}]},{"osd":1,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.85599999999999998,"15min":0.82199999999999995},"min":{"1min":0.58599999999999997,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.097,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.82499999999999996,"15min":0.82999999999999996},"min":{"1min":0.53800000000000003,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.0580000000000001,"5min":1.141,"15min":1.141},"last":0.77900000000000003}]},{"osd":2,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.90200000000000002,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.92200000000000004,"15min":0.90200000000000002},"min":{"1min":0.65800000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.284,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.872}]},{"osd":4,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.0329999999999999,"15min":1.0209999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.145,"15min":1.149},"min":{"1min":0.83899999999999997,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.518,"5min":1.518,"15min":1.518},"last":1.0860000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:33 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.105,"15min":1.1060000000000001},"min":{"1min":0.83999999999999997,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.526,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.155,"15min":1.141},"min":{"1min":0.81499999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.5209999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.2210000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:07:00 2023","interfaces":[{"interface":"back","average":{"1min":1.3260000000000001,"5min":1.26,"15min":1.2490000000000001},"min":{"1min":1.0329999999999999,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.3},{"interface":"front","average":{"1min":1.3,"5min":1.2869999999999999,"15min":1.2849999999999999},"min":{"1min":1,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.5620000000000001,"5min":1.7989999999999999,"15min":1.7989999999999999},"last":1.151}]},{"osd":7,"last update":"Wed Dec 6 15:07:39 2023","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.3089999999999999,"15min":1.3109999999999999},"min":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"max":{"1min":1.5840000000000001,"5min":1.714,"15min":1.714},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.29,"5min":1.2889999999999999,"15min":1.2889999999999999},"min":{"1min":0.88600000000000001,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.3200000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986228,"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":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":0.92200000000000004,"15min":0.88800000000000001},"min":{"1min":0.66700000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.6559999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2989999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.0309999999999999}]},{"osd":1,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.93899999999999995,"15min":0.93200000000000005},"min":{"1min":0.69699999999999995,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.70499999999999996},{"interface":"front","average":{"1min":1.0289999999999999,"5min":0.94199999999999995,"15min":0.93200000000000005},"min":{"1min":0.66400000000000003,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.7270000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.97999999999999998}]},{"osd":2,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":0.95899999999999996,"15min":0.94499999999999995},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.623},{"interface":"front","average":{"1min":1.073,"5min":1.006,"15min":0.98199999999999998},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":2.0979999999999999,"5min":2.0979999999999999,"15min":2.0979999999999999},"last":0.92300000000000004}]},{"osd":3,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":0.98899999999999999,"15min":0.95099999999999996},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.0289999999999999,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":0.65800000000000003},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.022,"15min":1.002},"min":{"1min":0.80500000000000005,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.4570000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.876}]},{"osd":5,"last update":"Wed Dec 6 15:07:24 2023","interfaces":[{"interface":"back","average":{"1min":1.258,"5min":0.96999999999999997,"15min":0.876},"min":{"1min":0.68200000000000005,"5min":0.502,"15min":0.502},"max":{"1min":5.6459999999999999,"5min":5.6459999999999999,"15min":5.6459999999999999},"last":0.79700000000000004},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.0700000000000001,"15min":1.02},"min":{"1min":0.81299999999999994,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.7909999999999999,"5min":2.8399999999999999,"15min":2.8399999999999999},"last":0.83099999999999996}]},{"osd":6,"last update":"Wed Dec 6 15:07:03 2023","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.133,"15min":1.127},"min":{"1min":0.78500000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":2.6139999999999999,"5min":2.6139999999999999,"15min":2.6139999999999999},"last":1.143},{"interface":"front","average":{"1min":1.4530000000000001,"5min":1.2529999999999999,"15min":1.22},"min":{"1min":1.002,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":5.7599999999999998,"5min":5.7599999999999998,"15min":5.7599999999999998},"last":1.0189999999999999}]},{"osd":7,"last update":"Wed Dec 6 15:07:36 2023","interfaces":[{"interface":"back","average":{"1min":1.363,"5min":1.3500000000000001,"15min":1.3480000000000001},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":5.8849999999999998,"5min":5.8849999999999998,"15min":5.8849999999999998},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.347,"15min":1.3720000000000001},"min":{"1min":0.97299999999999998,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.5960000000000001,"5min":2.6930000000000001,"15min":2.6930000000000001},"last":1.093}]}]},{"osd":5,"up_from":39,"seq":167503724588,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.93000000000000005,"15min":0.93000000000000005},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.212,"5min":1.411,"15min":1.411},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.97299999999999998,"15min":0.98099999999999998},"min":{"1min":0.64700000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.399,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.0649999999999999}]},{"osd":1,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.93000000000000005},"min":{"1min":0.67900000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2849999999999999,"5min":1.385,"15min":1.385},"last":0.93899999999999995},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.98199999999999998,"15min":0.97399999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.97299999999999998}]},{"osd":2,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.95699999999999996,"15min":0.94899999999999995},"min":{"1min":0.73299999999999998,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":0.89800000000000002},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.04,"15min":1.006},"min":{"1min":0.83799999999999997,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.4590000000000001,"5min":1.504,"15min":1.504},"last":1.03}]},{"osd":3,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":0.99099999999999999,"15min":0.96899999999999997},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.407,"5min":1.49,"15min":1.49},"last":1.2130000000000001},{"interface":"front","average":{"1min":1.169,"5min":1.097,"15min":1.079},"min":{"1min":0.876,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.1499999999999999}]},{"osd":4,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":0.88600000000000001,"15min":0.84299999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.84399999999999997},{"interface":"front","average":{"1min":1.101,"5min":0.999,"15min":0.93100000000000005},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.427,"5min":4.4139999999999997,"15min":4.4139999999999997},"last":1.1830000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.004,"15min":1},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.117},{"interface":"front","average":{"1min":1.117,"5min":1.115,"15min":1.115},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.2390000000000001}]},{"osd":7,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":1.2949999999999999,"5min":1.256,"15min":1.25},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.7030000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.3069999999999999},{"interface":"front","average":{"1min":1.232,"5min":1.1220000000000001,"15min":1.1040000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.6659999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.282}]}]}],"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-06T15:07:54.662 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T15:07:54.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:54 smithi029 bash[30481]: audit 2023-12-06T15:07:53.800046+0000 mgr.y (mgr.14466) 87 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:07:54.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:54 smithi029 bash[25023]: audit 2023-12-06T15:07:53.800046+0000 mgr.y (mgr.14466) 87 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:07:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:54 smithi140 bash[24947]: audit 2023-12-06T15:07:53.800046+0000 mgr.y (mgr.14466) 87 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:07:55.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:07:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:07:54] "GET /metrics HTTP/1.1" 200 191505 "" "Prometheus/2.33.4" 2023-12-06T15:07:55.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:55 smithi029 bash[30481]: cluster 2023-12-06T15:07:54.447316+0000 mgr.y (mgr.14466) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:55.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:55 smithi029 bash[25023]: cluster 2023-12-06T15:07:54.447316+0000 mgr.y (mgr.14466) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:55.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:55 smithi140 bash[24947]: cluster 2023-12-06T15:07:54.447316+0000 mgr.y (mgr.14466) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:57.396 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:07:57.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:57 smithi029 bash[25023]: cluster 2023-12-06T15:07:56.447957+0000 mgr.y (mgr.14466) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:57.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:57 smithi029 bash[30481]: cluster 2023-12-06T15:07:56.447957+0000 mgr.y (mgr.14466) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:57.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:57 smithi140 bash[24947]: cluster 2023-12-06T15:07:56.447957+0000 mgr.y (mgr.14466) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:59.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:07:59 smithi029 bash[25023]: cluster 2023-12-06T15:07:58.448655+0000 mgr.y (mgr.14466) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:59.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:07:59 smithi029 bash[30481]: cluster 2023-12-06T15:07:58.448655+0000 mgr.y (mgr.14466) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:07:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:07:59 smithi140 bash[24947]: cluster 2023-12-06T15:07:58.448655+0000 mgr.y (mgr.14466) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:00.792 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:08:00.795 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-12-06T15:08:01.576 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":63,"stamp":"2023-12-06T15:08:00.448954+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48976,"kb_used_data":6160,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912240,"statfs":{"total":767960285184,"available":767910133760,"internally_reserved":0,"allocated":6307840,"data_stored":3511476,"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.003873"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-12-06T15:06:00.814897+0000","last_change":"2023-12-06T15:05:37.416473+0000","last_active":"2023-12-06T15:06:00.814897+0000","last_peered":"2023-12-06T15:06:00.814897+0000","last_clean":"2023-12-06T15:06:00.814897+0000","last_became_active":"2023-12-06T15:05:37.415590+0000","last_became_peered":"2023-12-06T15:05:37.415590+0000","last_unstale":"2023-12-06T15:06:00.814897+0000","last_undegraded":"2023-12-06T15:06:00.814897+0000","last_fullsized":"2023-12-06T15:06:00.814897+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-06T15:02:33.440338+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T15:02:33.440338+0000","last_clean_scrub_stamp":"2023-12-06T15:02:33.440338+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-07T22:53:08.268536+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":236223201311,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.97999999999999998,"15min":0.98099999999999998},"min":{"1min":0.57999999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.3620000000000001,"5min":1.611,"15min":1.611},"last":1.2809999999999999},{"interface":"front","average":{"1min":1.0720000000000001,"5min":1.01,"15min":1},"min":{"1min":0.74099999999999999,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":2.5899999999999999,"5min":2.5899999999999999,"15min":2.5899999999999999},"last":0.79300000000000004}]},{"osd":1,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.98199999999999998,"15min":0.98599999999999999},"min":{"1min":0.74399999999999999,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3839999999999999,"5min":1.538,"15min":1.538},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.96399999999999997,"15min":0.97099999999999997},"min":{"1min":0.67500000000000004,"5min":0.621,"15min":0.621},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":1.165}]},{"osd":2,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.99299999999999999,"15min":1.0069999999999999},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.2410000000000001,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.94199999999999995},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.04,"15min":1.036},"min":{"1min":0.71399999999999997,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.304,"5min":1.335,"15min":1.335},"last":0.96999999999999997}]},{"osd":3,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0329999999999999,"15min":1.026},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.927,"5min":1.927,"15min":1.927},"last":1.087},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.087,"15min":1.095},"min":{"1min":0.75,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3240000000000001,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.0569999999999999}]},{"osd":4,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.94599999999999995,"15min":0.94999999999999996},"min":{"1min":0.67600000000000005,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1970000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.028},{"interface":"front","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.86799999999999999,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.3109999999999999,"5min":1.319,"15min":1.319},"last":1.2310000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.1240000000000001,"15min":1.1319999999999999},"min":{"1min":0.63800000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.266,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.206},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1279999999999999,"15min":1.1240000000000001},"min":{"1min":0.84599999999999997,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.2529999999999999}]},{"osd":6,"last update":"Wed Dec 6 15:07:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.1870000000000001,"15min":1.1850000000000001},"min":{"1min":0.90300000000000002,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.4390000000000001,"5min":1.544,"15min":1.544},"last":1.3029999999999999},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.169,"15min":1.1619999999999999},"min":{"1min":0.98799999999999999,"5min":0.504,"15min":0.504},"max":{"1min":1.3959999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.3140000000000001}]}]},{"osd":6,"up_from":47,"seq":201863462950,"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":769323,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93600000000000005,"15min":0.92900000000000005},"min":{"1min":0.58899999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3049999999999999,"5min":1.835,"15min":1.835},"last":1.109},{"interface":"front","average":{"1min":0.999,"5min":0.94399999999999995,"15min":0.93500000000000005},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2689999999999999,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.004}]},{"osd":1,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.68799999999999994,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.198,"5min":1.335,"15min":1.335},"last":1.02},{"interface":"front","average":{"1min":0.997,"5min":0.95699999999999996,"15min":0.94999999999999996},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.2909999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.147}]},{"osd":2,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"min":{"1min":0.70999999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.208,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.036},{"interface":"front","average":{"1min":1.0880000000000001,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.82299999999999995,"5min":0.627,"15min":0.627},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.94399999999999995}]},{"osd":3,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.98899999999999999,"15min":0.98699999999999999},"min":{"1min":0.84499999999999997,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.82999999999999996},{"interface":"front","average":{"1min":1.1140000000000001,"5min":1.054,"15min":1.044},"min":{"1min":0.751,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.353,"5min":1.718,"15min":1.718},"last":0.91200000000000003}]},{"osd":4,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.96599999999999997,"15min":0.96699999999999997},"min":{"1min":0.625,"5min":0.499,"15min":0.499},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.71399999999999997},{"interface":"front","average":{"1min":1.083,"5min":1.0549999999999999,"15min":1.05},"min":{"1min":0.78800000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.4330000000000001,"5min":1.7509999999999999,"15min":1.7509999999999999},"last":0.69899999999999995}]},{"osd":5,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.1040000000000001,"15min":1.1060000000000001},"min":{"1min":0.73399999999999999,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.84399999999999997},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.111,"15min":1.095},"min":{"1min":0.82899999999999996,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.6739999999999999,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":0.78200000000000003}]},{"osd":7,"last update":"Wed Dec 6 15:07:40 2023","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.177,"15min":1.1850000000000001},"min":{"1min":0.77700000000000002,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.4470000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.2729999999999999,"15min":1.2849999999999999},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.0700000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574923,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.66700000000000004,"15min":0.60899999999999999},"min":{"1min":0.55200000000000005,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.754,"15min":0.65500000000000003},"min":{"1min":0.63,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.1970000000000001,"5min":1.272,"15min":1.272},"last":0.89400000000000002}]},{"osd":2,"last update":"Wed Dec 6 15:07:43 2023","interfaces":[{"interface":"back","average":{"1min":0.79100000000000004,"5min":0.78500000000000003,"15min":0.71699999999999997},"min":{"1min":0.56899999999999995,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0720000000000001,"5min":1.905,"15min":1.905},"last":1.01},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.85099999999999998,"15min":0.75700000000000001},"min":{"1min":0.59199999999999997,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.244,"5min":1.28,"15min":1.28},"last":0.75700000000000001}]},{"osd":3,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.90600000000000003,"15min":0.86199999999999999},"min":{"1min":0.64100000000000001,"5min":0.622,"15min":0.622},"max":{"1min":1.3440000000000001,"5min":1.994,"15min":1.994},"last":0.78900000000000003},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.0169999999999999,"15min":0.97299999999999998},"min":{"1min":0.73599999999999999,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":1.2629999999999999}]},{"osd":4,"last update":"Wed Dec 6 15:07:50 2023","interfaces":[{"interface":"back","average":{"1min":1.2330000000000001,"5min":1.1140000000000001,"15min":1.0569999999999999},"min":{"1min":0.85699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":1.5600000000000001},{"interface":"front","average":{"1min":1.175,"5min":1.121,"15min":1.0800000000000001},"min":{"1min":0.90900000000000003,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.589,"5min":2.0659999999999998,"15min":2.0659999999999998},"last":1.3140000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:25 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.151,"15min":1.093},"min":{"1min":0.85899999999999999,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.395},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0680000000000001,"15min":1.0600000000000001},"min":{"1min":0.85199999999999998,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.4630000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.0609999999999999}]},{"osd":6,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2769999999999999,"5min":1.3,"15min":1.304},"min":{"1min":0.91200000000000003,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.639,"5min":1.95,"15min":1.95},"last":1.478},{"interface":"front","average":{"1min":1.4259999999999999,"5min":1.3300000000000001,"15min":1.3140000000000001},"min":{"1min":1.1120000000000001,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.7050000000000001,"5min":1.7050000000000001,"15min":1.7050000000000001},"last":1.661}]},{"osd":7,"last update":"Wed Dec 6 15:07:43 2023","interfaces":[{"interface":"back","average":{"1min":1.3620000000000001,"5min":1.4259999999999999,"15min":1.4370000000000001},"min":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"max":{"1min":1.651,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.7230000000000001},{"interface":"front","average":{"1min":1.345,"5min":1.393,"15min":1.401},"min":{"1min":1.109,"5min":1.109,"15min":1.109},"max":{"1min":1.7210000000000001,"5min":2.1019999999999999,"15min":2.1019999999999999},"last":1.597}]}]},{"osd":0,"up_from":8,"seq":34359738451,"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":"Wed Dec 6 15:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.72999999999999998,"15min":0.66800000000000004},"min":{"1min":0.57099999999999995,"5min":0.371,"15min":0.371},"max":{"1min":1.268,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.78000000000000003,"15min":0.71199999999999997},"min":{"1min":0.40500000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.246,"5min":1.371,"15min":1.371},"last":0.879}]},{"osd":2,"last update":"Wed Dec 6 15:07:41 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81399999999999995,"15min":0.73199999999999998},"min":{"1min":0.54400000000000004,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.83999999999999997},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.86499999999999999,"15min":0.79500000000000004},"min":{"1min":0.60899999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.1719999999999999,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":1.054}]},{"osd":3,"last update":"Wed Dec 6 15:07:18 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.95099999999999996,"15min":0.89800000000000002},"min":{"1min":0.65900000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.423,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.93300000000000005,"15min":0.89300000000000002},"min":{"1min":0.73199999999999998,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.2450000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.1240000000000001}]},{"osd":4,"last update":"Wed Dec 6 15:07:53 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.99399999999999999,"15min":0.99099999999999999},"min":{"1min":0.71899999999999997,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.4399999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.196,"15min":1.1659999999999999},"min":{"1min":0.995,"5min":0.83299999999999996,"15min":0.83299999999999996},"max":{"1min":1.484,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.4430000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:32 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0840000000000001,"15min":1.095},"min":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.46,"5min":1.595,"15min":1.595},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.335,"5min":1.3160000000000001,"15min":1.3160000000000001},"min":{"1min":0.94099999999999995,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.6779999999999999,"5min":1.988,"15min":1.988},"last":1.51}]},{"osd":6,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.401,"5min":1.329,"15min":1.3169999999999999},"min":{"1min":1.0109999999999999,"5min":0.96499999999999997,"15min":0.96499999999999997},"max":{"1min":2.0470000000000002,"5min":2.0470000000000002,"15min":2.0470000000000002},"last":1.2989999999999999},{"interface":"front","average":{"1min":1.246,"5min":1.2629999999999999,"15min":1.266},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.7749999999999999,"5min":1.7749999999999999,"15min":1.7749999999999999},"last":1.4139999999999999}]},{"osd":7,"last update":"Wed Dec 6 15:07:37 2023","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.1679999999999999,"15min":1.159},"min":{"1min":0.89200000000000002,"5min":0.753,"15min":0.753},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.165},{"interface":"front","average":{"1min":1.4099999999999999,"5min":1.393,"15min":1.3899999999999999},"min":{"1min":1.079,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.7509999999999999,"5min":1.8939999999999999,"15min":1.8939999999999999},"last":1.3660000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411394,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":0.80600000000000005,"5min":0.73799999999999999,"15min":0.65800000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.749},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.79300000000000004,"15min":0.70199999999999996},"min":{"1min":0.56299999999999994,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.181,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.80300000000000005}]},{"osd":1,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.79400000000000004,"15min":0.753},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.80300000000000005,"15min":0.755},"min":{"1min":0.41499999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.2609999999999999}]},{"osd":3,"last update":"Wed Dec 6 15:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":1.089,"15min":1.2909999999999999},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.1259999999999999,"5min":9.1959999999999997,"15min":9.1959999999999997},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.89600000000000002,"5min":1.0920000000000001,"15min":1.29},"min":{"1min":0.52100000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.2190000000000001,"5min":10.08,"15min":10.08},"last":1.044}]},{"osd":4,"last update":"Wed Dec 6 15:07:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0629999999999999,"15min":1.0580000000000001},"min":{"1min":0.754,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.587,"5min":1.587,"15min":1.587},"last":1.3240000000000001},{"interface":"front","average":{"1min":1.157,"5min":1.115,"15min":1.1200000000000001},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.8360000000000001,"5min":1.8360000000000001,"15min":1.8360000000000001},"last":1.1739999999999999}]},{"osd":5,"last update":"Wed Dec 6 15:07:24 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1839999999999999,"15min":1.2},"min":{"1min":0.84099999999999997,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.2949999999999999},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.206,"15min":1.2290000000000001},"min":{"1min":0.81999999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.796,"5min":1.796,"15min":1.796},"last":1.4970000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:06:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.2889999999999999,"15min":1.306},"min":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.5049999999999999,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":1.3879999999999999}]},{"osd":7,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":1.329,"5min":1.258,"15min":1.246},"min":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"max":{"1min":1.7649999999999999,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.5189999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.23,"15min":1.2210000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.4399999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149755,"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":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.745,"15min":0.72699999999999998},"min":{"1min":0.60599999999999998,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.624},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.83699999999999997,"15min":0.82299999999999995},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.93300000000000005}]},{"osd":1,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.85599999999999998,"15min":0.82199999999999995},"min":{"1min":0.58599999999999997,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.097,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.82499999999999996,"15min":0.82999999999999996},"min":{"1min":0.53800000000000003,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.0580000000000001,"5min":1.141,"15min":1.141},"last":0.77900000000000003}]},{"osd":2,"last update":"Wed Dec 6 15:07:20 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.90200000000000002,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.92200000000000004,"15min":0.90200000000000002},"min":{"1min":0.65800000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.284,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.872}]},{"osd":4,"last update":"Wed Dec 6 15:06:58 2023","interfaces":[{"interface":"back","average":{"1min":1.0700000000000001,"5min":1.0329999999999999,"15min":1.0209999999999999},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.145,"15min":1.149},"min":{"1min":0.83899999999999997,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.518,"5min":1.518,"15min":1.518},"last":1.0860000000000001}]},{"osd":5,"last update":"Wed Dec 6 15:07:33 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.105,"15min":1.1060000000000001},"min":{"1min":0.83999999999999997,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.526,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.1890000000000001,"5min":1.155,"15min":1.141},"min":{"1min":0.81499999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.5209999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.2210000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:07:00 2023","interfaces":[{"interface":"back","average":{"1min":1.3260000000000001,"5min":1.26,"15min":1.2490000000000001},"min":{"1min":1.0329999999999999,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.3},{"interface":"front","average":{"1min":1.3,"5min":1.2869999999999999,"15min":1.2849999999999999},"min":{"1min":1,"5min":0.86899999999999999,"15min":0.86899999999999999},"max":{"1min":1.5620000000000001,"5min":1.7989999999999999,"15min":1.7989999999999999},"last":1.151}]},{"osd":7,"last update":"Wed Dec 6 15:07:39 2023","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.3089999999999999,"15min":1.3109999999999999},"min":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"max":{"1min":1.5840000000000001,"5min":1.714,"15min":1.714},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.29,"5min":1.2889999999999999,"15min":1.2889999999999999},"min":{"1min":0.88600000000000001,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.3200000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986229,"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":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":0.92200000000000004,"15min":0.88800000000000001},"min":{"1min":0.66700000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.6559999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.087},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.2989999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.331}]},{"osd":1,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.93899999999999995,"15min":0.93200000000000005},"min":{"1min":0.69699999999999995,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.036},{"interface":"front","average":{"1min":1.0289999999999999,"5min":0.94199999999999995,"15min":0.93200000000000005},"min":{"1min":0.66400000000000003,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.7270000000000001,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.86499999999999999}]},{"osd":2,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":0.95899999999999996,"15min":0.94499999999999995},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.98399999999999999},{"interface":"front","average":{"1min":1.073,"5min":1.006,"15min":0.98199999999999998},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":2.0979999999999999,"5min":2.0979999999999999,"15min":2.0979999999999999},"last":1.278}]},{"osd":3,"last update":"Wed Dec 6 15:06:56 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":0.98899999999999999,"15min":0.95099999999999996},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.0289999999999999,"5min":2.0289999999999999,"15min":2.0289999999999999},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.022,"15min":1.002},"min":{"1min":0.80500000000000005,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.4570000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.90100000000000002}]},{"osd":5,"last update":"Wed Dec 6 15:07:24 2023","interfaces":[{"interface":"back","average":{"1min":1.258,"5min":0.96999999999999997,"15min":0.876},"min":{"1min":0.68200000000000005,"5min":0.502,"15min":0.502},"max":{"1min":5.6459999999999999,"5min":5.6459999999999999,"15min":5.6459999999999999},"last":0.70899999999999996},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.0700000000000001,"15min":1.02},"min":{"1min":0.81299999999999994,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.7909999999999999,"5min":2.8399999999999999,"15min":2.8399999999999999},"last":1.194}]},{"osd":6,"last update":"Wed Dec 6 15:07:03 2023","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.133,"15min":1.127},"min":{"1min":0.78500000000000003,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":2.6139999999999999,"5min":2.6139999999999999,"15min":2.6139999999999999},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.4530000000000001,"5min":1.2529999999999999,"15min":1.22},"min":{"1min":1.002,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":5.7599999999999998,"5min":5.7599999999999998,"15min":5.7599999999999998},"last":1.1679999999999999}]},{"osd":7,"last update":"Wed Dec 6 15:07:36 2023","interfaces":[{"interface":"back","average":{"1min":1.363,"5min":1.3500000000000001,"15min":1.3480000000000001},"min":{"1min":0.877,"5min":0.877,"15min":0.877},"max":{"1min":5.8849999999999998,"5min":5.8849999999999998,"15min":5.8849999999999998},"last":1.2490000000000001},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.347,"15min":1.3720000000000001},"min":{"1min":0.97299999999999998,"5min":0.89500000000000002,"15min":0.89500000000000002},"max":{"1min":1.5960000000000001,"5min":2.6930000000000001,"15min":2.6930000000000001},"last":1.23}]}]},{"osd":5,"up_from":39,"seq":167503724589,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.93000000000000005,"15min":0.93000000000000005},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.212,"5min":1.411,"15min":1.411},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.97299999999999998,"15min":0.98099999999999998},"min":{"1min":0.64700000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.399,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.0289999999999999}]},{"osd":1,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.93000000000000005},"min":{"1min":0.67900000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2849999999999999,"5min":1.385,"15min":1.385},"last":1.153},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.98199999999999998,"15min":0.97399999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":1.125}]},{"osd":2,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.95699999999999996,"15min":0.94899999999999995},"min":{"1min":0.73299999999999998,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":0.83399999999999996},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.04,"15min":1.006},"min":{"1min":0.83799999999999997,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.4590000000000001,"5min":1.504,"15min":1.504},"last":1.282}]},{"osd":3,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":0.99099999999999999,"15min":0.96899999999999997},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.407,"5min":1.49,"15min":1.49},"last":1.3260000000000001},{"interface":"front","average":{"1min":1.169,"5min":1.097,"15min":1.079},"min":{"1min":0.876,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.387}]},{"osd":4,"last update":"Wed Dec 6 15:07:27 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":0.88600000000000001,"15min":0.84299999999999997},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.95599999999999996},{"interface":"front","average":{"1min":1.101,"5min":0.999,"15min":0.93100000000000005},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.427,"5min":4.4139999999999997,"15min":4.4139999999999997},"last":1.2410000000000001}]},{"osd":6,"last update":"Wed Dec 6 15:06:57 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.004,"15min":1},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.218},{"interface":"front","average":{"1min":1.117,"5min":1.115,"15min":1.115},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.4450000000000001}]},{"osd":7,"last update":"Wed Dec 6 15:07:38 2023","interfaces":[{"interface":"back","average":{"1min":1.2949999999999999,"5min":1.256,"15min":1.25},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.7030000000000001,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.49},{"interface":"front","average":{"1min":1.232,"5min":1.1220000000000001,"15min":1.1040000000000001},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.6659999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.3500000000000001}]}]}],"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-06T15:08:01.577 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T15:08:01.577 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T15:08:01.577 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T15:08:01.578 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: cluster 2023-12-06T15:08:00.449279+0000 mgr.y (mgr.14466) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: audit 2023-12-06T15:08:00.753267+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: audit 2023-12-06T15:08:00.754018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: audit 2023-12-06T15:08:00.766648+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: audit 2023-12-06T15:08:00.767392+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[30481]: audit 2023-12-06T15:08:00.782041+0000 mgr.y (mgr.14466) 92 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: cluster 2023-12-06T15:08:00.449279+0000 mgr.y (mgr.14466) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: audit 2023-12-06T15:08:00.753267+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: audit 2023-12-06T15:08:00.754018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: audit 2023-12-06T15:08:00.766648+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: audit 2023-12-06T15:08:00.767392+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:01 smithi029 bash[25023]: audit 2023-12-06T15:08:00.782041+0000 mgr.y (mgr.14466) 92 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: cluster 2023-12-06T15:08:00.449279+0000 mgr.y (mgr.14466) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: audit 2023-12-06T15:08:00.753267+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: audit 2023-12-06T15:08:00.754018+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: audit 2023-12-06T15:08:00.766648+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: audit 2023-12-06T15:08:00.767392+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:08:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:01 smithi140 bash[24947]: audit 2023-12-06T15:08:00.782041+0000 mgr.y (mgr.14466) 92 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T15:08:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:03.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:03 smithi140 bash[24947]: cluster 2023-12-06T15:08:02.449991+0000 mgr.y (mgr.14466) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:04.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:03 smithi029 bash[25023]: cluster 2023-12-06T15:08:02.449991+0000 mgr.y (mgr.14466) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:04.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:03 smithi029 bash[30481]: cluster 2023-12-06T15:08:02.449991+0000 mgr.y (mgr.14466) 93 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:04.313 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/mon.a/config 2023-12-06T15:08:05.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:04] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-06T15:08:05.666 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:05 smithi029 bash[30481]: cluster 2023-12-06T15:08:04.450591+0000 mgr.y (mgr.14466) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:05.666 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:05 smithi029 bash[25023]: cluster 2023-12-06T15:08:04.450591+0000 mgr.y (mgr.14466) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:05 smithi140 bash[24947]: cluster 2023-12-06T15:08:04.450591+0000 mgr.y (mgr.14466) 94 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:07.418 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-06T15:08:07.418 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T15:08:07.830 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:07 smithi029 bash[25023]: cluster 2023-12-06T15:08:06.451270+0000 mgr.y (mgr.14466) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:07.831 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:07 smithi029 bash[25023]: audit 2023-12-06T15:08:07.414935+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/700280547' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T15:08:07.831 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:07 smithi029 bash[30481]: cluster 2023-12-06T15:08:06.451270+0000 mgr.y (mgr.14466) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:07.831 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:07 smithi029 bash[30481]: audit 2023-12-06T15:08:07.414935+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/700280547' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T15:08:07.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:07 smithi140 bash[24947]: cluster 2023-12-06T15:08:06.451270+0000 mgr.y (mgr.14466) 95 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:07.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:07 smithi140 bash[24947]: audit 2023-12-06T15:08:07.414935+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.29:0/700280547' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T15:08:08.269 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T15:08:08.269 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T15:08:08.269 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T15:08:08.278 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi029.front.sepia.ceph.com 2023-12-06T15:08:08.278 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-06T15:08:09.707 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:09 smithi029 bash[25023]: cluster 2023-12-06T15:08:08.451957+0000 mgr.y (mgr.14466) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:09.707 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:09 smithi029 bash[30481]: cluster 2023-12-06T15:08:08.451957+0000 mgr.y (mgr.14466) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:09 smithi140 bash[24947]: cluster 2023-12-06T15:08:08.451957+0000 mgr.y (mgr.14466) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:11.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:11 smithi029 bash[30481]: cluster 2023-12-06T15:08:10.452559+0000 mgr.y (mgr.14466) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:11.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:11 smithi029 bash[25023]: cluster 2023-12-06T15:08:10.452559+0000 mgr.y (mgr.14466) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:11 smithi140 bash[24947]: cluster 2023-12-06T15:08:10.452559+0000 mgr.y (mgr.14466) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:12.505 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T15:08:12.513 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi029.front.sepia.ceph.com 2023-12-06T15:08:12.514 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[25023]: audit 2023-12-06T15:08:11.568514+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.admin' 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[25023]: audit 2023-12-06T15:08:11.594695+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[25023]: audit 2023-12-06T15:08:11.595973+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[25023]: audit 2023-12-06T15:08:11.881215+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[30481]: audit 2023-12-06T15:08:11.568514+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.admin' 2023-12-06T15:08:12.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[30481]: audit 2023-12-06T15:08:11.594695+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[30481]: audit 2023-12-06T15:08:11.595973+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:12 smithi029 bash[30481]: audit 2023-12-06T15:08:11.881215+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:12 smithi140 bash[24947]: audit 2023-12-06T15:08:11.568514+0000 mon.a (mon.0) 664 : audit [INF] from='client.? ' entity='client.admin' 2023-12-06T15:08:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:12 smithi140 bash[24947]: audit 2023-12-06T15:08:11.594695+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:12 smithi140 bash[24947]: audit 2023-12-06T15:08:11.595973+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:12 smithi140 bash[24947]: audit 2023-12-06T15:08:11.881215+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:13.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:13.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:13 smithi029 bash[25023]: cluster 2023-12-06T15:08:12.453236+0000 mgr.y (mgr.14466) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:13.981 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:13 smithi029 bash[30481]: cluster 2023-12-06T15:08:12.453236+0000 mgr.y (mgr.14466) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:13 smithi140 bash[24947]: cluster 2023-12-06T15:08:12.453236+0000 mgr.y (mgr.14466) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:15.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:14] "GET /metrics HTTP/1.1" 200 191508 "" "Prometheus/2.33.4" 2023-12-06T15:08:15.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:15 smithi029 bash[25023]: cluster 2023-12-06T15:08:14.453866+0000 mgr.y (mgr.14466) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:15.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:15 smithi029 bash[30481]: cluster 2023-12-06T15:08:14.453866+0000 mgr.y (mgr.14466) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:15.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:15 smithi140 bash[24947]: cluster 2023-12-06T15:08:14.453866+0000 mgr.y (mgr.14466) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "b8803102-de9e-48e3-ba0f-574299740f06", 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "r", 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout: "current_period": "dcae3745-6921-42d5-ae88-80346de4deef", 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout: "epoch": 1 2023-12-06T15:08:17.504 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[30481]: cluster 2023-12-06T15:08:16.450302+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[30481]: audit 2023-12-06T15:08:16.452228+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[30481]: cluster 2023-12-06T15:08:16.454876+0000 mgr.y (mgr.14466) 100 : cluster [DBG] pgmap v72: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[25023]: cluster 2023-12-06T15:08:16.450302+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[25023]: audit 2023-12-06T15:08:16.452228+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T15:08:17.822 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:17 smithi029 bash[25023]: cluster 2023-12-06T15:08:16.454876+0000 mgr.y (mgr.14466) 100 : cluster [DBG] pgmap v72: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:17 smithi140 bash[24947]: cluster 2023-12-06T15:08:16.450302+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-06T15:08:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:17 smithi140 bash[24947]: audit 2023-12-06T15:08:16.452228+0000 mon.a (mon.0) 667 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T15:08:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:17 smithi140 bash[24947]: cluster 2023-12-06T15:08:16.454876+0000 mgr.y (mgr.14466) 100 : cluster [DBG] pgmap v72: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:18.379 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-06T15:08:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:18 smithi029 bash[30481]: audit 2023-12-06T15:08:17.456407+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T15:08:18.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:18 smithi029 bash[30481]: cluster 2023-12-06T15:08:17.456629+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T15:08:18.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:18 smithi029 bash[25023]: audit 2023-12-06T15:08:17.456407+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T15:08:18.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:18 smithi029 bash[25023]: cluster 2023-12-06T15:08:17.456629+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T15:08:18.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:18 smithi140 bash[24947]: audit 2023-12-06T15:08:17.456407+0000 mon.a (mon.0) 668 : audit [INF] from='client.? 172.21.15.29:0/3481021006' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T15:08:18.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:18 smithi140 bash[24947]: cluster 2023-12-06T15:08:17.456629+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-06T15:08:19.714 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:19 smithi029 bash[30481]: cluster 2023-12-06T15:08:18.455471+0000 mgr.y (mgr.14466) 101 : cluster [DBG] pgmap v75: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:19.714 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:19 smithi029 bash[30481]: cluster 2023-12-06T15:08:18.460050+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T15:08:19.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:19 smithi029 bash[25023]: cluster 2023-12-06T15:08:18.455471+0000 mgr.y (mgr.14466) 101 : cluster [DBG] pgmap v75: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:19.715 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:19 smithi029 bash[25023]: cluster 2023-12-06T15:08:18.460050+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T15:08:19.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:19 smithi140 bash[24947]: cluster 2023-12-06T15:08:18.455471+0000 mgr.y (mgr.14466) 101 : cluster [DBG] pgmap v75: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:19.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:19 smithi140 bash[24947]: cluster 2023-12-06T15:08:18.460050+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "efbe5587-c30e-434d-b106-6544eaa2aa96", 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "default", 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "api_name": "default", 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "is_master": "true", 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "endpoints": [], 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "hostnames": [], 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "hostnames_s3website": [], 2023-12-06T15:08:21.221 INFO:teuthology.orchestra.run.smithi029.stdout: "master_zone": "", 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "zones": [], 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "placement_targets": [], 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "default_placement": "", 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_id": "b8803102-de9e-48e3-ba0f-574299740f06", 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "sync_policy": { 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: "groups": [] 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:21.222 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:08:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:21 smithi029 bash[25023]: cluster 2023-12-06T15:08:20.456116+0000 mgr.y (mgr.14466) 102 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:21.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:21 smithi029 bash[30481]: cluster 2023-12-06T15:08:20.456116+0000 mgr.y (mgr.14466) 102 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:21 smithi140 bash[24947]: cluster 2023-12-06T15:08:20.456116+0000 mgr.y (mgr.14466) 102 : cluster [DBG] pgmap v76: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:08:21.964 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-06T15:08:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:23 smithi140 bash[24947]: cluster 2023-12-06T15:08:22.456901+0000 mgr.y (mgr.14466) 103 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T15:08:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:23.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:23 smithi029 bash[25023]: cluster 2023-12-06T15:08:22.456901+0000 mgr.y (mgr.14466) 103 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T15:08:23.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:23 smithi029 bash[30481]: cluster 2023-12-06T15:08:22.456901+0000 mgr.y (mgr.14466) 103 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-06T15:08:25.139 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:08:25.139 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "34ecb453-1717-4a34-821d-74697b12ab82", 2023-12-06T15:08:25.139 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "z", 2023-12-06T15:08:25.139 INFO:teuthology.orchestra.run.smithi029.stdout: "domain_root": "z.rgw.meta:root", 2023-12-06T15:08:25.139 INFO:teuthology.orchestra.run.smithi029.stdout: "control_pool": "z.rgw.control", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "log_pool": "z.rgw.log", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "otp_pool": "z.rgw.otp", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "system_key": { 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "access_key": "", 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: "secret_key": "" 2023-12-06T15:08:25.140 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "placement_pools": [ 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: { 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "key": "default-placement", 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "val": { 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "storage_classes": { 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "STANDARD": { 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: "index_type": 0 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:25.141 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:08:25.142 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_id": "b8803102-de9e-48e3-ba0f-574299740f06", 2023-12-06T15:08:25.142 INFO:teuthology.orchestra.run.smithi029.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-06T15:08:25.142 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:08:25.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:24] "GET /metrics HTTP/1.1" 200 191495 "" "Prometheus/2.33.4" 2023-12-06T15:08:25.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:25 smithi029 bash[25023]: cluster 2023-12-06T15:08:24.457397+0000 mgr.y (mgr.14466) 104 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T15:08:25.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:25 smithi029 bash[30481]: cluster 2023-12-06T15:08:24.457397+0000 mgr.y (mgr.14466) 104 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T15:08:25.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:25 smithi140 bash[24947]: cluster 2023-12-06T15:08:24.457397+0000 mgr.y (mgr.14466) 104 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-06T15:08:25.951 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-06T15:08:27.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:27 smithi029 bash[25023]: cluster 2023-12-06T15:08:26.458196+0000 mgr.y (mgr.14466) 105 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T15:08:27.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:27 smithi029 bash[30481]: cluster 2023-12-06T15:08:26.458196+0000 mgr.y (mgr.14466) 105 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T15:08:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:27 smithi140 bash[24947]: cluster 2023-12-06T15:08:26.458196+0000 mgr.y (mgr.14466) 105 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 795 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-06T15:08:29.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:29 smithi140 bash[24947]: cluster 2023-12-06T15:08:28.458915+0000 mgr.y (mgr.14466) 106 : cluster [DBG] pgmap v80: 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-06T15:08:30.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:29 smithi029 bash[25023]: cluster 2023-12-06T15:08:28.458915+0000 mgr.y (mgr.14466) 106 : cluster [DBG] pgmap v80: 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-06T15:08:30.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:29 smithi029 bash[30481]: cluster 2023-12-06T15:08:28.458915+0000 mgr.y (mgr.14466) 106 : cluster [DBG] pgmap v80: 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-06T15:08:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:30 smithi029 bash[25023]: cluster 2023-12-06T15:08:29.630196+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T15:08:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:30 smithi029 bash[25023]: audit 2023-12-06T15:08:29.638122+0000 mon.a (mon.0) 672 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T15:08:31.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:30 smithi029 bash[30481]: cluster 2023-12-06T15:08:29.630196+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T15:08:31.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:30 smithi029 bash[30481]: audit 2023-12-06T15:08:29.638122+0000 mon.a (mon.0) 672 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T15:08:31.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:30 smithi140 bash[24947]: cluster 2023-12-06T15:08:29.630196+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-06T15:08:31.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:30 smithi140 bash[24947]: audit 2023-12-06T15:08:29.638122+0000 mon.a (mon.0) 672 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-06T15:08:32.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[30481]: cluster 2023-12-06T15:08:30.459637+0000 mgr.y (mgr.14466) 107 : cluster [DBG] pgmap v82: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T15:08:32.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[30481]: audit 2023-12-06T15:08:30.635026+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T15:08:32.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[30481]: cluster 2023-12-06T15:08:30.635151+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T15:08:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[25023]: cluster 2023-12-06T15:08:30.459637+0000 mgr.y (mgr.14466) 107 : cluster [DBG] pgmap v82: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T15:08:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[25023]: audit 2023-12-06T15:08:30.635026+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T15:08:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:31 smithi029 bash[25023]: cluster 2023-12-06T15:08:30.635151+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T15:08:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:31 smithi140 bash[24947]: cluster 2023-12-06T15:08:30.459637+0000 mgr.y (mgr.14466) 107 : cluster [DBG] pgmap v82: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-06T15:08:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:31 smithi140 bash[24947]: audit 2023-12-06T15:08:30.635026+0000 mon.a (mon.0) 673 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-06T15:08:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:31 smithi140 bash[24947]: cluster 2023-12-06T15:08:30.635151+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-06T15:08:33.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[30481]: cluster 2023-12-06T15:08:31.650122+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T15:08:33.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[30481]: audit 2023-12-06T15:08:31.655546+0000 mon.a (mon.0) 676 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T15:08:33.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[30481]: audit 2023-12-06T15:08:32.651834+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T15:08:33.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[30481]: cluster 2023-12-06T15:08:32.653009+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T15:08:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[25023]: cluster 2023-12-06T15:08:31.650122+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T15:08:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[25023]: audit 2023-12-06T15:08:31.655546+0000 mon.a (mon.0) 676 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T15:08:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[25023]: audit 2023-12-06T15:08:32.651834+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T15:08:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:32 smithi029 bash[25023]: cluster 2023-12-06T15:08:32.653009+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T15:08:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:32 smithi140 bash[24947]: cluster 2023-12-06T15:08:31.650122+0000 mon.a (mon.0) 675 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-06T15:08:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:32 smithi140 bash[24947]: audit 2023-12-06T15:08:31.655546+0000 mon.a (mon.0) 676 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-06T15:08:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:32 smithi140 bash[24947]: audit 2023-12-06T15:08:32.651834+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.29:0/3612736731' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-06T15:08:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:32 smithi140 bash[24947]: cluster 2023-12-06T15:08:32.653009+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-06T15:08:33.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[30481]: cluster 2023-12-06T15:08:32.460373+0000 mgr.y (mgr.14466) 108 : cluster [DBG] pgmap v85: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-06T15:08:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[30481]: cluster 2023-12-06T15:08:33.658256+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T15:08:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[30481]: audit 2023-12-06T15:08:33.661232+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T15:08:34.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[25023]: cluster 2023-12-06T15:08:32.460373+0000 mgr.y (mgr.14466) 108 : cluster [DBG] pgmap v85: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-06T15:08:34.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[25023]: cluster 2023-12-06T15:08:33.658256+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T15:08:34.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:33 smithi029 bash[25023]: audit 2023-12-06T15:08:33.661232+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T15:08:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:33 smithi140 bash[24947]: cluster 2023-12-06T15:08:32.460373+0000 mgr.y (mgr.14466) 108 : cluster [DBG] pgmap v85: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2023-12-06T15:08:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:33 smithi140 bash[24947]: cluster 2023-12-06T15:08:33.658256+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-06T15:08:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:33 smithi140 bash[24947]: audit 2023-12-06T15:08:33.661232+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T15:08:35.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:34] "GET /metrics HTTP/1.1" 200 194128 "" "Prometheus/2.33.4" 2023-12-06T15:08:36.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[25023]: cluster 2023-12-06T15:08:34.461239+0000 mgr.y (mgr.14466) 109 : cluster [DBG] pgmap v88: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T15:08:36.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[25023]: audit 2023-12-06T15:08:34.658117+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T15:08:36.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[25023]: cluster 2023-12-06T15:08:34.658705+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T15:08:36.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[25023]: audit 2023-12-06T15:08:34.670109+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T15:08:36.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[30481]: cluster 2023-12-06T15:08:34.461239+0000 mgr.y (mgr.14466) 109 : cluster [DBG] pgmap v88: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T15:08:36.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[30481]: audit 2023-12-06T15:08:34.658117+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T15:08:36.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[30481]: cluster 2023-12-06T15:08:34.658705+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T15:08:36.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:35 smithi029 bash[30481]: audit 2023-12-06T15:08:34.670109+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T15:08:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:35 smithi140 bash[24947]: cluster 2023-12-06T15:08:34.461239+0000 mgr.y (mgr.14466) 109 : cluster [DBG] pgmap v88: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-06T15:08:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:35 smithi140 bash[24947]: audit 2023-12-06T15:08:34.658117+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-06T15:08:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:35 smithi140 bash[24947]: cluster 2023-12-06T15:08:34.658705+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-06T15:08:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:35 smithi140 bash[24947]: audit 2023-12-06T15:08:34.670109+0000 mon.a (mon.0) 683 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "21e9d730-954c-482a-82c0-3cade85f3979", 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "epoch": 1, 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "predecessor_uuid": "dcae3745-6921-42d5-ae88-80346de4deef", 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "sync_status": [], 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "period_map": { 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "21e9d730-954c-482a-82c0-3cade85f3979", 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: "zonegroups": [ 2023-12-06T15:08:36.788 INFO:teuthology.orchestra.run.smithi029.stdout: { 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "efbe5587-c30e-434d-b106-6544eaa2aa96", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "default", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "api_name": "default", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "is_master": "true", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "endpoints": [], 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "hostnames": [], 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "hostnames_s3website": [], 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "master_zone": "34ecb453-1717-4a34-821d-74697b12ab82", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "zones": [ 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: { 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "id": "34ecb453-1717-4a34-821d-74697b12ab82", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "z", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "endpoints": [], 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "log_meta": "false", 2023-12-06T15:08:36.789 INFO:teuthology.orchestra.run.smithi029.stdout: "log_data": "false", 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "bucket_index_max_shards": 11, 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "read_only": "false", 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "tier_type": "", 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "sync_from_all": "true", 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "sync_from": [], 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "redirect_zone": "" 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "placement_targets": [ 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: { 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "name": "default-placement", 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "tags": [], 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "storage_classes": [ 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: "STANDARD" 2023-12-06T15:08:36.790 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "default_placement": "default-placement", 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_id": "b8803102-de9e-48e3-ba0f-574299740f06", 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "sync_policy": { 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "groups": [] 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "short_zone_ids": [ 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: { 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "key": "34ecb453-1717-4a34-821d-74697b12ab82", 2023-12-06T15:08:36.791 INFO:teuthology.orchestra.run.smithi029.stdout: "val": 892647256 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "master_zonegroup": "efbe5587-c30e-434d-b106-6544eaa2aa96", 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "master_zone": "34ecb453-1717-4a34-821d-74697b12ab82", 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "period_config": { 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "bucket_quota": { 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "enabled": false, 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "check_on_raw": false, 2023-12-06T15:08:36.792 INFO:teuthology.orchestra.run.smithi029.stdout: "max_size": -1, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "max_size_kb": 0, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "max_objects": -1 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "user_quota": { 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "enabled": false, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "check_on_raw": false, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "max_size": -1, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "max_size_kb": 0, 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: "max_objects": -1 2023-12-06T15:08:36.793 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "user_ratelimit": { 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_ops": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_ops": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_bytes": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_bytes": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "enabled": false 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "bucket_ratelimit": { 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_ops": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_ops": 0, 2023-12-06T15:08:36.794 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_bytes": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_bytes": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "enabled": false 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "anonymous_ratelimit": { 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_ops": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_ops": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "max_read_bytes": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "max_write_bytes": 0, 2023-12-06T15:08:36.795 INFO:teuthology.orchestra.run.smithi029.stdout: "enabled": false 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_id": "b8803102-de9e-48e3-ba0f-574299740f06", 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_name": "r", 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout: "realm_epoch": 2 2023-12-06T15:08:36.796 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:08:37.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[25023]: audit 2023-12-06T15:08:35.664646+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T15:08:37.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[25023]: cluster 2023-12-06T15:08:35.664743+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T15:08:37.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[25023]: audit 2023-12-06T15:08:35.665467+0000 mon.a (mon.0) 686 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T15:08:37.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[30481]: audit 2023-12-06T15:08:35.664646+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T15:08:37.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[30481]: cluster 2023-12-06T15:08:35.664743+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T15:08:37.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:36 smithi029 bash[30481]: audit 2023-12-06T15:08:35.665467+0000 mon.a (mon.0) 686 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T15:08:37.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:36 smithi140 bash[24947]: audit 2023-12-06T15:08:35.664646+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T15:08:37.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:36 smithi140 bash[24947]: cluster 2023-12-06T15:08:35.664743+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-06T15:08:37.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:36 smithi140 bash[24947]: audit 2023-12-06T15:08:35.665467+0000 mon.a (mon.0) 686 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[25023]: cluster 2023-12-06T15:08:36.462544+0000 mgr.y (mgr.14466) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[25023]: audit 2023-12-06T15:08:36.670095+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[25023]: cluster 2023-12-06T15:08:36.670241+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[30481]: cluster 2023-12-06T15:08:36.462544+0000 mgr.y (mgr.14466) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[30481]: audit 2023-12-06T15:08:36.670095+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T15:08:37.937 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:37 smithi029 bash[30481]: cluster 2023-12-06T15:08:36.670241+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T15:08:37.938 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-06T15:08:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:37 smithi140 bash[24947]: cluster 2023-12-06T15:08:36.462544+0000 mgr.y (mgr.14466) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-06T15:08:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:37 smithi140 bash[24947]: audit 2023-12-06T15:08:36.670095+0000 mon.a (mon.0) 687 : audit [INF] from='client.? 172.21.15.29:0/3231212819' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-06T15:08:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:37 smithi140 bash[24947]: cluster 2023-12-06T15:08:36.670241+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-06T15:08:39.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:39 smithi029 bash[25023]: cluster 2023-12-06T15:08:38.463395+0000 mgr.y (mgr.14466) 111 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 425 B/s wr, 1 op/s 2023-12-06T15:08:39.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:39 smithi029 bash[30481]: cluster 2023-12-06T15:08:38.463395+0000 mgr.y (mgr.14466) 111 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 425 B/s wr, 1 op/s 2023-12-06T15:08:40.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:39 smithi140 bash[24947]: cluster 2023-12-06T15:08:38.463395+0000 mgr.y (mgr.14466) 111 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 212 B/s rd, 425 B/s wr, 1 op/s 2023-12-06T15:08:41.379 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled rgw.foo update... 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: cluster 2023-12-06T15:08:40.464137+0000 mgr.y (mgr.14466) 112 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.372631+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.384574+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.385944+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.395463+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.408310+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.415632+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.424615+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.425687+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:41.885 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.426134+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.430897+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.438037+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[30481]: audit 2023-12-06T15:08:41.439768+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: cluster 2023-12-06T15:08:40.464137+0000 mgr.y (mgr.14466) 112 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.372631+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.384574+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.385944+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.395463+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.408310+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.415632+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.424615+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.886 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.425687+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:41.887 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.426134+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:41.887 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.430897+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:41.887 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.438037+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:41.887 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:41 smithi029 bash[25023]: audit 2023-12-06T15:08:41.439768+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: cluster 2023-12-06T15:08:40.464137+0000 mgr.y (mgr.14466) 112 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-06T15:08:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.372631+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.384574+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.385944+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.395463+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.408310+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.415632+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.424615+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.425687+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.426134+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.430897+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.438037+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:41 smithi140 bash[24947]: audit 2023-12-06T15:08:41.439768+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:42.724 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply rgw smpl' 2023-12-06T15:08:43.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[30481]: audit 2023-12-06T15:08:41.362651+0000 mgr.y (mgr.14466) 113 : audit [DBG] from='client.14718 -' 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-06T15:08:43.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[30481]: cephadm 2023-12-06T15:08:41.367159+0000 mgr.y (mgr.14466) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[30481]: cephadm 2023-12-06T15:08:41.419483+0000 mgr.y (mgr.14466) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[30481]: cephadm 2023-12-06T15:08:41.441295+0000 mgr.y (mgr.14466) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:08:43.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[25023]: audit 2023-12-06T15:08:41.362651+0000 mgr.y (mgr.14466) 113 : audit [DBG] from='client.14718 -' 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-06T15:08:43.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[25023]: cephadm 2023-12-06T15:08:41.367159+0000 mgr.y (mgr.14466) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[25023]: cephadm 2023-12-06T15:08:41.419483+0000 mgr.y (mgr.14466) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:42 smithi029 bash[25023]: cephadm 2023-12-06T15:08:41.441295+0000 mgr.y (mgr.14466) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:08:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:42 smithi140 bash[24947]: audit 2023-12-06T15:08:41.362651+0000 mgr.y (mgr.14466) 113 : audit [DBG] from='client.14718 -' 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-06T15:08:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:42 smithi140 bash[24947]: cephadm 2023-12-06T15:08:41.367159+0000 mgr.y (mgr.14466) 114 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:42 smithi140 bash[24947]: cephadm 2023-12-06T15:08:41.419483+0000 mgr.y (mgr.14466) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-06T15:08:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:42 smithi140 bash[24947]: cephadm 2023-12-06T15:08:41.441295+0000 mgr.y (mgr.14466) 116 : cephadm [INF] Deploying daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:08:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:43.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:43 smithi029 bash[25023]: cluster 2023-12-06T15:08:42.465704+0000 mgr.y (mgr.14466) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-06T15:08:43.979 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:43 smithi029 bash[30481]: cluster 2023-12-06T15:08:42.465704+0000 mgr.y (mgr.14466) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-06T15:08:44.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:43 smithi140 bash[24947]: cluster 2023-12-06T15:08:42.465704+0000 mgr.y (mgr.14466) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2023-12-06T15:08:45.125 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:44] "GET /metrics HTTP/1.1" 200 194128 "" "Prometheus/2.33.4" 2023-12-06T15:08:46.003 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:45 smithi140 bash[24947]: cluster 2023-12-06T15:08:44.466449+0000 mgr.y (mgr.14466) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 930 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-06T15:08:46.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:45 smithi029 bash[25023]: cluster 2023-12-06T15:08:44.466449+0000 mgr.y (mgr.14466) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 930 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-06T15:08:46.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:45 smithi029 bash[30481]: cluster 2023-12-06T15:08:44.466449+0000 mgr.y (mgr.14466) 118 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 930 B/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.713599+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.715729+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.716138+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.720759+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.729074+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: audit 2023-12-06T15:08:45.731243+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:46.998 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:46 smithi140 bash[24947]: cephadm 2023-12-06T15:08:45.732646+0000 mgr.y (mgr.14466) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:08:47.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.713599+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.715729+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.716138+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.720759+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.729074+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: audit 2023-12-06T15:08:45.731243+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[25023]: cephadm 2023-12-06T15:08:45.732646+0000 mgr.y (mgr.14466) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.713599+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.715729+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.716138+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.720759+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.729074+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: audit 2023-12-06T15:08:45.731243+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:47.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:46 smithi029 bash[30481]: cephadm 2023-12-06T15:08:45.732646+0000 mgr.y (mgr.14466) 119 : cephadm [INF] Deploying daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:08:48.020 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:47 smithi029 bash[30481]: cluster 2023-12-06T15:08:46.467931+0000 mgr.y (mgr.14466) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-06T15:08:48.020 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:47 smithi029 bash[25023]: cluster 2023-12-06T15:08:46.467931+0000 mgr.y (mgr.14466) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-06T15:08:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:47 smithi140 bash[24947]: cluster 2023-12-06T15:08:46.467931+0000 mgr.y (mgr.14466) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2023-12-06T15:08:48.455 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled rgw.smpl update... 2023-12-06T15:08:49.370 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph osd pool create foo' 2023-12-06T15:08:49.473 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: audit 2023-12-06T15:08:48.199296+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.473 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: audit 2023-12-06T15:08:48.202451+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.473 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: audit 2023-12-06T15:08:48.203689+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: audit 2023-12-06T15:08:48.443919+0000 mgr.y (mgr.14466) 121 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: cephadm 2023-12-06T15:08:48.446180+0000 mgr.y (mgr.14466) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:49.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: audit 2023-12-06T15:08:48.450849+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.474 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:49 smithi140 bash[24947]: cluster 2023-12-06T15:08:48.468460+0000 mgr.y (mgr.14466) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 607 B/s wr, 1 op/s 2023-12-06T15:08:49.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: audit 2023-12-06T15:08:48.199296+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: audit 2023-12-06T15:08:48.202451+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: audit 2023-12-06T15:08:48.203689+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: audit 2023-12-06T15:08:48.443919+0000 mgr.y (mgr.14466) 121 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: cephadm 2023-12-06T15:08:48.446180+0000 mgr.y (mgr.14466) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: audit 2023-12-06T15:08:48.450849+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[25023]: cluster 2023-12-06T15:08:48.468460+0000 mgr.y (mgr.14466) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 607 B/s wr, 1 op/s 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: audit 2023-12-06T15:08:48.199296+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: audit 2023-12-06T15:08:48.202451+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: audit 2023-12-06T15:08:48.203689+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: audit 2023-12-06T15:08:48.443919+0000 mgr.y (mgr.14466) 121 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: cephadm 2023-12-06T15:08:48.446180+0000 mgr.y (mgr.14466) 122 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: audit 2023-12-06T15:08:48.450849+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:49 smithi029 bash[30481]: cluster 2023-12-06T15:08:48.468460+0000 mgr.y (mgr.14466) 123 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 607 B/s rd, 607 B/s wr, 1 op/s 2023-12-06T15:08:51.641 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:51 smithi029 bash[30481]: cluster 2023-12-06T15:08:50.469338+0000 mgr.y (mgr.14466) 124 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-06T15:08:51.641 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:51 smithi029 bash[30481]: audit 2023-12-06T15:08:50.566322+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:51.641 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:51 smithi029 bash[25023]: cluster 2023-12-06T15:08:50.469338+0000 mgr.y (mgr.14466) 124 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-06T15:08:51.641 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:51 smithi029 bash[25023]: audit 2023-12-06T15:08:50.566322+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:51 smithi140 bash[24947]: cluster 2023-12-06T15:08:50.469338+0000 mgr.y (mgr.14466) 124 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 597 B/s wr, 1 op/s 2023-12-06T15:08:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:51 smithi140 bash[24947]: audit 2023-12-06T15:08:50.566322+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.080968+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.353446+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.908944+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.919228+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.927680+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.938306+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.940231+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.940856+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.946711+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.954854+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:53 smithi140 bash[24947]: audit 2023-12-06T15:08:52.956300+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.080968+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.353446+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.908944+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.919228+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.927680+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.938306+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.940231+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.940856+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.946711+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.954854+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[25023]: audit 2023-12-06T15:08:52.956300+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.080968+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.353446+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.908944+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.919228+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.927680+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.938306+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.940231+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.940856+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.946711+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.954854+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:53.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:53 smithi029 bash[30481]: audit 2023-12-06T15:08:52.956300+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:53.974 INFO:teuthology.orchestra.run.smithi029.stderr:pool 'foo' created 2023-12-06T15:08:54.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: cephadm 2023-12-06T15:08:52.360209+0000 mgr.y (mgr.14466) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: cluster 2023-12-06T15:08:52.471431+0000 mgr.y (mgr.14466) 126 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: cephadm 2023-12-06T15:08:52.932740+0000 mgr.y (mgr.14466) 127 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: cephadm 2023-12-06T15:08:52.958184+0000 mgr.y (mgr.14466) 128 : cephadm [INF] Deploying daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: audit 2023-12-06T15:08:53.075035+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.29:0/3245255795' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: audit 2023-12-06T15:08:53.075609+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: audit 2023-12-06T15:08:53.960260+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25023]: cluster 2023-12-06T15:08:53.960442+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: cephadm 2023-12-06T15:08:52.360209+0000 mgr.y (mgr.14466) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: cluster 2023-12-06T15:08:52.471431+0000 mgr.y (mgr.14466) 126 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: cephadm 2023-12-06T15:08:52.932740+0000 mgr.y (mgr.14466) 127 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: cephadm 2023-12-06T15:08:52.958184+0000 mgr.y (mgr.14466) 128 : cephadm [INF] Deploying daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:08:54.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: audit 2023-12-06T15:08:53.075035+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.29:0/3245255795' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: audit 2023-12-06T15:08:53.075609+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: audit 2023-12-06T15:08:53.960260+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T15:08:54.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[30481]: cluster 2023-12-06T15:08:53.960442+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T15:08:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: cephadm 2023-12-06T15:08:52.360209+0000 mgr.y (mgr.14466) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:08:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: cluster 2023-12-06T15:08:52.471431+0000 mgr.y (mgr.14466) 126 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2023-12-06T15:08:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: cephadm 2023-12-06T15:08:52.932740+0000 mgr.y (mgr.14466) 127 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-06T15:08:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: cephadm 2023-12-06T15:08:52.958184+0000 mgr.y (mgr.14466) 128 : cephadm [INF] Deploying daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:08:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: audit 2023-12-06T15:08:53.075035+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.29:0/3245255795' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: audit 2023-12-06T15:08:53.075609+0000 mon.a (mon.0) 713 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-06T15:08:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: audit 2023-12-06T15:08:53.960260+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-06T15:08:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:54 smithi140 bash[24947]: cluster 2023-12-06T15:08:53.960442+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-06T15:08:55.220 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:08:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:08:54] "GET /metrics HTTP/1.1" 200 196795 "" "Prometheus/2.33.4" 2023-12-06T15:08:55.257 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'rbd pool init foo' 2023-12-06T15:08:56.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:55 smithi029 bash[25023]: cluster 2023-12-06T15:08:54.472251+0000 mgr.y (mgr.14466) 129 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 3.4 KiB/s wr, 212 op/s 2023-12-06T15:08:56.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:55 smithi029 bash[25023]: cluster 2023-12-06T15:08:54.963708+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T15:08:56.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:55 smithi029 bash[30481]: cluster 2023-12-06T15:08:54.472251+0000 mgr.y (mgr.14466) 129 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 3.4 KiB/s wr, 212 op/s 2023-12-06T15:08:56.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:55 smithi029 bash[30481]: cluster 2023-12-06T15:08:54.963708+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T15:08:56.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:55 smithi140 bash[24947]: cluster 2023-12-06T15:08:54.472251+0000 mgr.y (mgr.14466) 129 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s rd, 3.4 KiB/s wr, 212 op/s 2023-12-06T15:08:56.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:55 smithi140 bash[24947]: cluster 2023-12-06T15:08:54.963708+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-06T15:08:57.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:56 smithi029 bash[30481]: cluster 2023-12-06T15:08:55.977147+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T15:08:57.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:56 smithi029 bash[25023]: cluster 2023-12-06T15:08:55.977147+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T15:08:57.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:56 smithi140 bash[24947]: cluster 2023-12-06T15:08:55.977147+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: cluster 2023-12-06T15:08:56.474031+0000 mgr.y (mgr.14466) 130 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 6.0 KiB/s wr, 361 op/s 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.650827+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.654019+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.654589+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.662503+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.669686+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[30481]: audit 2023-12-06T15:08:57.671475+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: cluster 2023-12-06T15:08:56.474031+0000 mgr.y (mgr.14466) 130 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 6.0 KiB/s wr, 361 op/s 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.650827+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.654019+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.654589+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.662503+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:58.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.669686+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:57 smithi029 bash[25023]: audit 2023-12-06T15:08:57.671475+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: cluster 2023-12-06T15:08:56.474031+0000 mgr.y (mgr.14466) 130 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 192 KiB/s rd, 6.0 KiB/s wr, 361 op/s 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.650827+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.654019+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.654589+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.662503+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.669686+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:08:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:57 smithi140 bash[24947]: audit 2023-12-06T15:08:57.671475+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:08:59.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:58 smithi029 bash[30481]: cephadm 2023-12-06T15:08:57.672730+0000 mgr.y (mgr.14466) 131 : cephadm [INF] Deploying daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:08:59.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:58 smithi029 bash[25023]: cephadm 2023-12-06T15:08:57.672730+0000 mgr.y (mgr.14466) 131 : cephadm [INF] Deploying daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:08:59.315 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:58 smithi140 bash[24947]: cephadm 2023-12-06T15:08:57.672730+0000 mgr.y (mgr.14466) 131 : cephadm [INF] Deploying daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:09:00.072 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:08:59 smithi140 bash[24947]: cluster 2023-12-06T15:08:58.474939+0000 mgr.y (mgr.14466) 132 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-06T15:09:00.146 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:08:59 smithi029 bash[25023]: cluster 2023-12-06T15:08:58.474939+0000 mgr.y (mgr.14466) 132 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-06T15:09:00.147 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:08:59 smithi029 bash[30481]: cluster 2023-12-06T15:08:58.474939+0000 mgr.y (mgr.14466) 132 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 341 B/s wr, 7 op/s 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.248295+0000 mon.c (mon.1) 81 : audit [INF] from='client.? 172.21.15.29:0/3866268577' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.248791+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.369929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.374461+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.375906+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.444469+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.444894+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.445240+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.445368+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.445621+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.447090+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.447877+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.448591+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.585504+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.757454+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.758347+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.771725+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[25023]: audit 2023-12-06T15:09:00.772579+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.248295+0000 mon.c (mon.1) 81 : audit [INF] from='client.? 172.21.15.29:0/3866268577' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.248791+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.369929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.374461+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.375906+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.444469+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.444894+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.445240+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.445368+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:00 smithi029 bash[30481]: audit 2023-12-06T15:09:00.445621+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.447090+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.447877+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.448591+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.585504+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.757454+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.758347+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.771725+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:01.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:01 smithi029 bash[30481]: audit 2023-12-06T15:09:00.772579+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:01.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:00 smithi140 bash[24947]: audit 2023-12-06T15:09:00.248295+0000 mon.c (mon.1) 81 : audit [INF] from='client.? 172.21.15.29:0/3866268577' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:00 smithi140 bash[24947]: audit 2023-12-06T15:09:00.248791+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:00 smithi140 bash[24947]: audit 2023-12-06T15:09:00.369929+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.374461+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.375906+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.444469+0000 mon.c (mon.1) 84 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.444894+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.445240+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.445368+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.445621+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.447090+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.447877+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.448591+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.585504+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.757454+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.758347+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:09:01.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.771725+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:01.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:01 smithi140 bash[24947]: audit 2023-12-06T15:09:00.772579+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:09:02.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: cluster 2023-12-06T15:09:00.475625+0000 mgr.y (mgr.14466) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 314 B/s wr, 6 op/s 2023-12-06T15:09:02.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: audit 2023-12-06T15:09:01.009388+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: audit 2023-12-06T15:09:01.009547+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: audit 2023-12-06T15:09:01.009705+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: audit 2023-12-06T15:09:01.009850+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: audit 2023-12-06T15:09:01.009999+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[25023]: cluster 2023-12-06T15:09:01.010157+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: cluster 2023-12-06T15:09:00.475625+0000 mgr.y (mgr.14466) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 314 B/s wr, 6 op/s 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: audit 2023-12-06T15:09:01.009388+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: audit 2023-12-06T15:09:01.009547+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: audit 2023-12-06T15:09:01.009705+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: audit 2023-12-06T15:09:01.009850+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2023-12-06T15:09:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: audit 2023-12-06T15:09:01.009999+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-06T15:09:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:02 smithi029 bash[30481]: cluster 2023-12-06T15:09:01.010157+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: cluster 2023-12-06T15:09:00.475625+0000 mgr.y (mgr.14466) 133 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 314 B/s wr, 6 op/s 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: audit 2023-12-06T15:09:01.009388+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: audit 2023-12-06T15:09:01.009547+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]': finished 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: audit 2023-12-06T15:09:01.009705+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: audit 2023-12-06T15:09:01.009850+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: audit 2023-12-06T15:09:01.009999+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-06T15:09:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:02 smithi140 bash[24947]: cluster 2023-12-06T15:09:01.010157+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-06T15:09:03.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:03 smithi029 bash[25023]: cluster 2023-12-06T15:09:02.022640+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T15:09:03.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:03 smithi029 bash[30481]: cluster 2023-12-06T15:09:02.022640+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T15:09:03.358 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:03 smithi140 bash[24947]: cluster 2023-12-06T15:09:02.022640+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-06T15:09:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:04.189 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-06T15:09:04.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:04 smithi029 bash[30481]: cluster 2023-12-06T15:09:02.476591+0000 mgr.y (mgr.14466) 134 : cluster [DBG] pgmap v110: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 472 B/s wr, 161 op/s 2023-12-06T15:09:04.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:04 smithi029 bash[30481]: cluster 2023-12-06T15:09:03.033194+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T15:09:04.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:04 smithi029 bash[25023]: cluster 2023-12-06T15:09:02.476591+0000 mgr.y (mgr.14466) 134 : cluster [DBG] pgmap v110: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 472 B/s wr, 161 op/s 2023-12-06T15:09:04.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:04 smithi029 bash[25023]: cluster 2023-12-06T15:09:03.033194+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T15:09:04.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:04 smithi140 bash[24947]: cluster 2023-12-06T15:09:02.476591+0000 mgr.y (mgr.14466) 134 : cluster [DBG] pgmap v110: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 472 B/s wr, 161 op/s 2023-12-06T15:09:04.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:04 smithi140 bash[24947]: cluster 2023-12-06T15:09:03.033194+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-06T15:09:05.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:04] "GET /metrics HTTP/1.1" 200 210713 "" "Prometheus/2.33.4" 2023-12-06T15:09:05.490 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:05 smithi029 bash[25023]: audit 2023-12-06T15:09:04.245717+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:05.490 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:05 smithi029 bash[25023]: cluster 2023-12-06T15:09:04.477324+0000 mgr.y (mgr.14466) 135 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T15:09:05.491 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:05 smithi029 bash[30481]: audit 2023-12-06T15:09:04.245717+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:05.491 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:05 smithi029 bash[30481]: cluster 2023-12-06T15:09:04.477324+0000 mgr.y (mgr.14466) 135 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T15:09:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:05 smithi140 bash[24947]: audit 2023-12-06T15:09:04.245717+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:05.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:05 smithi140 bash[24947]: cluster 2023-12-06T15:09:04.477324+0000 mgr.y (mgr.14466) 135 : cluster [DBG] pgmap v112: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 167 op/s 2023-12-06T15:09:06.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:05.263485+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: cephadm 2023-12-06T15:09:05.270046+0000 mgr.y (mgr.14466) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:05.598454+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:05.630447+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:05.646831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:05.648528+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: cephadm 2023-12-06T15:09:05.654381+0000 mgr.y (mgr.14466) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[30481]: audit 2023-12-06T15:09:06.015847+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:05.263485+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: cephadm 2023-12-06T15:09:05.270046+0000 mgr.y (mgr.14466) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:05.598454+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:05.630447+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:05.646831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:06.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:05.648528+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:06.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: cephadm 2023-12-06T15:09:05.654381+0000 mgr.y (mgr.14466) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:06 smithi029 bash[25023]: audit 2023-12-06T15:09:06.015847+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:05.263485+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: cephadm 2023-12-06T15:09:05.270046+0000 mgr.y (mgr.14466) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:05.598454+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:05.630447+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:05.646831+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:06.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:05.648528+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:06.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: cephadm 2023-12-06T15:09:05.654381+0000 mgr.y (mgr.14466) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T15:09:06.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:06 smithi140 bash[24947]: audit 2023-12-06T15:09:06.015847+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:07.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:07 smithi029 bash[25023]: cluster 2023-12-06T15:09:06.479378+0000 mgr.y (mgr.14466) 138 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s; 7 B/s, 0 objects/s recovering 2023-12-06T15:09:07.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:07 smithi029 bash[30481]: cluster 2023-12-06T15:09:06.479378+0000 mgr.y (mgr.14466) 138 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s; 7 B/s, 0 objects/s recovering 2023-12-06T15:09:07.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:07 smithi140 bash[24947]: cluster 2023-12-06T15:09:06.479378+0000 mgr.y (mgr.14466) 138 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 228 KiB/s rd, 682 B/s wr, 346 op/s; 7 B/s, 0 objects/s recovering 2023-12-06T15:09:07.912 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled iscsi.foo update... 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.898550+0000 mgr.y (mgr.14466) 139 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: cephadm 2023-12-06T15:09:07.900420+0000 mgr.y (mgr.14466) 140 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.907815+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.951842+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.953613+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.962934+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: cephadm 2023-12-06T15:09:07.970511+0000 mgr.y (mgr.14466) 141 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.980639+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.981358+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.986824+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: audit 2023-12-06T15:09:07.996822+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[25023]: cephadm 2023-12-06T15:09:07.998461+0000 mgr.y (mgr.14466) 142 : cephadm [INF] Deploying daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.898550+0000 mgr.y (mgr.14466) 139 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: cephadm 2023-12-06T15:09:07.900420+0000 mgr.y (mgr.14466) 140 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.907815+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.951842+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.953613+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.962934+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: cephadm 2023-12-06T15:09:07.970511+0000 mgr.y (mgr.14466) 141 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.980639+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.981358+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.986824+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: audit 2023-12-06T15:09:07.996822+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:08 smithi029 bash[30481]: cephadm 2023-12-06T15:09:07.998461+0000 mgr.y (mgr.14466) 142 : cephadm [INF] Deploying daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:09:09.364 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 120' 2023-12-06T15:09:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.898550+0000 mgr.y (mgr.14466) 139 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:09:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: cephadm 2023-12-06T15:09:07.900420+0000 mgr.y (mgr.14466) 140 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-06T15:09:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.907815+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.951842+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.953613+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.962934+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: cephadm 2023-12-06T15:09:07.970511+0000 mgr.y (mgr.14466) 141 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.980639+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.981358+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.986824+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: audit 2023-12-06T15:09:07.996822+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:09.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:08 smithi140 bash[24947]: cephadm 2023-12-06T15:09:07.998461+0000 mgr.y (mgr.14466) 142 : cephadm [INF] Deploying daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:09:10.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:09 smithi029 bash[25023]: cluster 2023-12-06T15:09:08.480147+0000 mgr.y (mgr.14466) 143 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 548 B/s wr, 278 op/s; 6 B/s, 0 objects/s recovering 2023-12-06T15:09:10.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:09 smithi029 bash[25023]: cluster 2023-12-06T15:09:09.594530+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T15:09:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:09 smithi029 bash[30481]: cluster 2023-12-06T15:09:08.480147+0000 mgr.y (mgr.14466) 143 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 548 B/s wr, 278 op/s; 6 B/s, 0 objects/s recovering 2023-12-06T15:09:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:09 smithi029 bash[30481]: cluster 2023-12-06T15:09:09.594530+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T15:09:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:09 smithi140 bash[24947]: cluster 2023-12-06T15:09:08.480147+0000 mgr.y (mgr.14466) 143 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 183 KiB/s rd, 548 B/s wr, 278 op/s; 6 B/s, 0 objects/s recovering 2023-12-06T15:09:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:09 smithi140 bash[24947]: cluster 2023-12-06T15:09:09.594530+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-06T15:09:11.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:11 smithi029 bash[25023]: cluster 2023-12-06T15:09:10.011004+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T15:09:11.202 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:11 smithi029 bash[30481]: cluster 2023-12-06T15:09:10.011004+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T15:09:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:11 smithi140 bash[24947]: cluster 2023-12-06T15:09:10.011004+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e20: y(active, since 3m), standbys: x 2023-12-06T15:09:12.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:12 smithi029 bash[25023]: cluster 2023-12-06T15:09:10.481002+0000 mgr.y (mgr.14466) 144 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 383 B/s wr, 134 op/s; 5 B/s, 0 objects/s recovering 2023-12-06T15:09:12.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:12 smithi029 bash[30481]: cluster 2023-12-06T15:09:10.481002+0000 mgr.y (mgr.14466) 144 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 383 B/s wr, 134 op/s; 5 B/s, 0 objects/s recovering 2023-12-06T15:09:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:12 smithi140 bash[24947]: cluster 2023-12-06T15:09:10.481002+0000 mgr.y (mgr.14466) 144 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 89 KiB/s rd, 383 B/s wr, 134 op/s; 5 B/s, 0 objects/s recovering 2023-12-06T15:09:13.546 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:14.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25023]: cluster 2023-12-06T15:09:12.482802+0000 mgr.y (mgr.14466) 145 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 324 B/s wr, 113 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25023]: audit 2023-12-06T15:09:13.230251+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25023]: audit 2023-12-06T15:09:13.233159+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25023]: audit 2023-12-06T15:09:13.234239+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25023]: audit 2023-12-06T15:09:13.517851+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[30481]: cluster 2023-12-06T15:09:12.482802+0000 mgr.y (mgr.14466) 145 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 324 B/s wr, 113 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[30481]: audit 2023-12-06T15:09:13.230251+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[30481]: audit 2023-12-06T15:09:13.233159+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[30481]: audit 2023-12-06T15:09:13.234239+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[30481]: audit 2023-12-06T15:09:13.517851+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:14 smithi140 bash[24947]: cluster 2023-12-06T15:09:12.482802+0000 mgr.y (mgr.14466) 145 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s rd, 324 B/s wr, 113 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:14 smithi140 bash[24947]: audit 2023-12-06T15:09:13.230251+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:14 smithi140 bash[24947]: audit 2023-12-06T15:09:13.233159+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:14 smithi140 bash[24947]: audit 2023-12-06T15:09:13.234239+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:14 smithi140 bash[24947]: audit 2023-12-06T15:09:13.517851+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:15.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:14] "GET /metrics HTTP/1.1" 200 210713 "" "Prometheus/2.33.4" 2023-12-06T15:09:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:16 smithi029 bash[30481]: cluster 2023-12-06T15:09:14.483648+0000 mgr.y (mgr.14466) 146 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:16 smithi029 bash[30481]: audit 2023-12-06T15:09:15.610029+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:16.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:16 smithi029 bash[25023]: cluster 2023-12-06T15:09:14.483648+0000 mgr.y (mgr.14466) 146 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:16.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:16 smithi029 bash[25023]: audit 2023-12-06T15:09:15.610029+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:16 smithi140 bash[24947]: cluster 2023-12-06T15:09:14.483648+0000 mgr.y (mgr.14466) 146 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 307 B/s wr, 107 op/s; 4 B/s, 0 objects/s recovering 2023-12-06T15:09:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:16 smithi140 bash[24947]: audit 2023-12-06T15:09:15.610029+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:17.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:17 smithi029 bash[30481]: audit 2023-12-06T15:09:16.342969+0000 mon.c (mon.1) 98 : audit [DBG] from='client.? 172.21.15.29:0/1234664209' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:09:17.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:17 smithi029 bash[30481]: audit 2023-12-06T15:09:16.709442+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]: dispatch 2023-12-06T15:09:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:17 smithi029 bash[25023]: audit 2023-12-06T15:09:16.342969+0000 mon.c (mon.1) 98 : audit [DBG] from='client.? 172.21.15.29:0/1234664209' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:09:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:17 smithi029 bash[25023]: audit 2023-12-06T15:09:16.709442+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]: dispatch 2023-12-06T15:09:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:17 smithi140 bash[24947]: audit 2023-12-06T15:09:16.342969+0000 mon.c (mon.1) 98 : audit [DBG] from='client.? 172.21.15.29:0/1234664209' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:09:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:17 smithi140 bash[24947]: audit 2023-12-06T15:09:16.709442+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]: dispatch 2023-12-06T15:09:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:18 smithi140 bash[24947]: cluster 2023-12-06T15:09:16.485226+0000 mgr.y (mgr.14466) 147 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 102 B/s wr, 0 op/s 2023-12-06T15:09:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:18 smithi140 bash[24947]: audit 2023-12-06T15:09:17.031446+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]': finished 2023-12-06T15:09:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:18 smithi140 bash[24947]: cluster 2023-12-06T15:09:17.031550+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T15:09:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:18 smithi140 bash[24947]: audit 2023-12-06T15:09:17.409770+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.29:0/4240987148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:18.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:18 smithi140 bash[24947]: audit 2023-12-06T15:09:17.410811+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:18.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[25023]: cluster 2023-12-06T15:09:16.485226+0000 mgr.y (mgr.14466) 147 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 102 B/s wr, 0 op/s 2023-12-06T15:09:18.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[25023]: audit 2023-12-06T15:09:17.031446+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]': finished 2023-12-06T15:09:18.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[25023]: cluster 2023-12-06T15:09:17.031550+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[25023]: audit 2023-12-06T15:09:17.409770+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.29:0/4240987148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[25023]: audit 2023-12-06T15:09:17.410811+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[30481]: cluster 2023-12-06T15:09:16.485226+0000 mgr.y (mgr.14466) 147 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 102 B/s wr, 0 op/s 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[30481]: audit 2023-12-06T15:09:17.031446+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.29:0/2105874403' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/3702424961"}]': finished 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[30481]: cluster 2023-12-06T15:09:17.031550+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[30481]: audit 2023-12-06T15:09:17.409770+0000 mon.c (mon.1) 99 : audit [INF] from='client.? 172.21.15.29:0/4240987148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:18 smithi029 bash[30481]: audit 2023-12-06T15:09:17.410811+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]: dispatch 2023-12-06T15:09:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:19 smithi140 bash[24947]: audit 2023-12-06T15:09:18.042410+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]': finished 2023-12-06T15:09:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:19 smithi140 bash[24947]: cluster 2023-12-06T15:09:18.042527+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T15:09:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:19 smithi140 bash[24947]: audit 2023-12-06T15:09:18.451921+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.29:0/1608684557' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:19 smithi140 bash[24947]: audit 2023-12-06T15:09:18.452594+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:19.523 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[25023]: audit 2023-12-06T15:09:18.042410+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]': finished 2023-12-06T15:09:19.523 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[25023]: cluster 2023-12-06T15:09:18.042527+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T15:09:19.523 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[25023]: audit 2023-12-06T15:09:18.451921+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.29:0/1608684557' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:19.523 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[25023]: audit 2023-12-06T15:09:18.452594+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:19.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[30481]: audit 2023-12-06T15:09:18.042410+0000 mon.a (mon.0) 757 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/3702424961"}]': finished 2023-12-06T15:09:19.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[30481]: cluster 2023-12-06T15:09:18.042527+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-06T15:09:19.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[30481]: audit 2023-12-06T15:09:18.451921+0000 mon.c (mon.1) 100 : audit [INF] from='client.? 172.21.15.29:0/1608684557' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:19.524 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:19 smithi029 bash[30481]: audit 2023-12-06T15:09:18.452594+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]: dispatch 2023-12-06T15:09:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: cluster 2023-12-06T15:09:18.485820+0000 mgr.y (mgr.14466) 148 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 1 op/s 2023-12-06T15:09:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.051597+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]': finished 2023-12-06T15:09:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: cluster 2023-12-06T15:09:19.051715+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.471098+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.536783+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.813195+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.826412+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.828955+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.838203+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.842371+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.856905+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.860169+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.861328+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:20.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:20 smithi140 bash[24947]: audit 2023-12-06T15:09:19.869294+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: cluster 2023-12-06T15:09:18.485820+0000 mgr.y (mgr.14466) 148 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 1 op/s 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.051597+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]': finished 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: cluster 2023-12-06T15:09:19.051715+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.471098+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]: dispatch 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.536783+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.813195+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.826412+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.828955+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.838203+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.842371+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.856905+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.860169+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.861328+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[25023]: audit 2023-12-06T15:09:19.869294+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: cluster 2023-12-06T15:09:18.485820+0000 mgr.y (mgr.14466) 148 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 1 op/s 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.051597+0000 mon.a (mon.0) 760 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3023549499"}]': finished 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: cluster 2023-12-06T15:09:19.051715+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.471098+0000 mon.a (mon.0) 762 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.536783+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.813195+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.826412+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.828955+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.838203+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.842371+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:20.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.856905+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:20.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.860169+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:09:20.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.861328+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:09:20.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:20 smithi029 bash[30481]: audit 2023-12-06T15:09:19.869294+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:09:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: audit 2023-12-06T15:09:19.827363+0000 mgr.y (mgr.14466) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: cephadm 2023-12-06T15:09:19.828623+0000 mgr.y (mgr.14466) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:09:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: audit 2023-12-06T15:09:19.829697+0000 mgr.y (mgr.14466) 151 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: audit 2023-12-06T15:09:19.843637+0000 mgr.y (mgr.14466) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: audit 2023-12-06T15:09:20.064062+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]': finished 2023-12-06T15:09:21.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: cluster 2023-12-06T15:09:20.064163+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T15:09:21.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:21 smithi140 bash[24947]: audit 2023-12-06T15:09:20.429316+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]: dispatch 2023-12-06T15:09:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: audit 2023-12-06T15:09:19.827363+0000 mgr.y (mgr.14466) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: cephadm 2023-12-06T15:09:19.828623+0000 mgr.y (mgr.14466) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: audit 2023-12-06T15:09:19.829697+0000 mgr.y (mgr.14466) 151 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: audit 2023-12-06T15:09:19.843637+0000 mgr.y (mgr.14466) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: audit 2023-12-06T15:09:20.064062+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]': finished 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: cluster 2023-12-06T15:09:20.064163+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[25023]: audit 2023-12-06T15:09:20.429316+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: audit 2023-12-06T15:09:19.827363+0000 mgr.y (mgr.14466) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: cephadm 2023-12-06T15:09:19.828623+0000 mgr.y (mgr.14466) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: audit 2023-12-06T15:09:19.829697+0000 mgr.y (mgr.14466) 151 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:09:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: audit 2023-12-06T15:09:19.843637+0000 mgr.y (mgr.14466) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:09:21.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: audit 2023-12-06T15:09:20.064062+0000 mon.a (mon.0) 768 : audit [INF] from='client.? 172.21.15.29:0/1121194250' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1501455814"}]': finished 2023-12-06T15:09:21.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: cluster 2023-12-06T15:09:20.064163+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-06T15:09:21.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:21 smithi029 bash[30481]: audit 2023-12-06T15:09:20.429316+0000 mon.a (mon.0) 770 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]: dispatch 2023-12-06T15:09:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:22 smithi140 bash[24947]: cluster 2023-12-06T15:09:20.486507+0000 mgr.y (mgr.14466) 153 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:22 smithi140 bash[24947]: audit 2023-12-06T15:09:21.076088+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]': finished 2023-12-06T15:09:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:22 smithi140 bash[24947]: cluster 2023-12-06T15:09:21.076224+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T15:09:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:22 smithi140 bash[24947]: audit 2023-12-06T15:09:21.446607+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]: dispatch 2023-12-06T15:09:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[25023]: cluster 2023-12-06T15:09:20.486507+0000 mgr.y (mgr.14466) 153 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[25023]: audit 2023-12-06T15:09:21.076088+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]': finished 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[25023]: cluster 2023-12-06T15:09:21.076224+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[25023]: audit 2023-12-06T15:09:21.446607+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]: dispatch 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[30481]: cluster 2023-12-06T15:09:20.486507+0000 mgr.y (mgr.14466) 153 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[30481]: audit 2023-12-06T15:09:21.076088+0000 mon.a (mon.0) 771 : audit [INF] from='client.? 172.21.15.29:0/3595871532' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3616669576"}]': finished 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[30481]: cluster 2023-12-06T15:09:21.076224+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-06T15:09:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:22 smithi029 bash[30481]: audit 2023-12-06T15:09:21.446607+0000 mon.a (mon.0) 773 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]: dispatch 2023-12-06T15:09:23.359 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:23 smithi140 bash[24947]: audit 2023-12-06T15:09:22.089587+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]': finished 2023-12-06T15:09:23.359 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:23 smithi140 bash[24947]: cluster 2023-12-06T15:09:22.089707+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T15:09:23.359 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:23 smithi140 bash[24947]: audit 2023-12-06T15:09:22.465401+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.29:0/2210285046' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.359 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:23 smithi140 bash[24947]: audit 2023-12-06T15:09:22.466390+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[25023]: audit 2023-12-06T15:09:22.089587+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]': finished 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[25023]: cluster 2023-12-06T15:09:22.089707+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[25023]: audit 2023-12-06T15:09:22.465401+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.29:0/2210285046' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[25023]: audit 2023-12-06T15:09:22.466390+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[30481]: audit 2023-12-06T15:09:22.089587+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.29:0/2058248659' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3812985175"}]': finished 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[30481]: cluster 2023-12-06T15:09:22.089707+0000 mon.a (mon.0) 775 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[30481]: audit 2023-12-06T15:09:22.465401+0000 mon.c (mon.1) 106 : audit [INF] from='client.? 172.21.15.29:0/2210285046' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:23 smithi029 bash[30481]: audit 2023-12-06T15:09:22.466390+0000 mon.a (mon.0) 776 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]: dispatch 2023-12-06T15:09:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:24 smithi140 bash[24947]: cluster 2023-12-06T15:09:22.487256+0000 mgr.y (mgr.14466) 154 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:24 smithi140 bash[24947]: audit 2023-12-06T15:09:23.099807+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]': finished 2023-12-06T15:09:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:24 smithi140 bash[24947]: cluster 2023-12-06T15:09:23.099959+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T15:09:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:24 smithi140 bash[24947]: audit 2023-12-06T15:09:23.465823+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]: dispatch 2023-12-06T15:09:24.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[25023]: cluster 2023-12-06T15:09:22.487256+0000 mgr.y (mgr.14466) 154 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[25023]: audit 2023-12-06T15:09:23.099807+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]': finished 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[25023]: cluster 2023-12-06T15:09:23.099959+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[25023]: audit 2023-12-06T15:09:23.465823+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]: dispatch 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[30481]: cluster 2023-12-06T15:09:22.487256+0000 mgr.y (mgr.14466) 154 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[30481]: audit 2023-12-06T15:09:23.099807+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3051332430"}]': finished 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[30481]: cluster 2023-12-06T15:09:23.099959+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-06T15:09:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[30481]: audit 2023-12-06T15:09:23.465823+0000 mon.a (mon.0) 779 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]: dispatch 2023-12-06T15:09:25.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:24] "GET /metrics HTTP/1.1" 200 214933 "" "Prometheus/2.33.4" 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[25023]: audit 2023-12-06T15:09:24.111128+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]': finished 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[25023]: cluster 2023-12-06T15:09:24.111268+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[25023]: audit 2023-12-06T15:09:24.484733+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.29:0/2373602535' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[25023]: audit 2023-12-06T15:09:24.485446+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[30481]: audit 2023-12-06T15:09:24.111128+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]': finished 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[30481]: cluster 2023-12-06T15:09:24.111268+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[30481]: audit 2023-12-06T15:09:24.484733+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.29:0/2373602535' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:25 smithi029 bash[30481]: audit 2023-12-06T15:09:24.485446+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:25 smithi140 bash[24947]: audit 2023-12-06T15:09:24.111128+0000 mon.a (mon.0) 780 : audit [INF] from='client.? 172.21.15.29:0/761012356' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3416712894"}]': finished 2023-12-06T15:09:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:25 smithi140 bash[24947]: cluster 2023-12-06T15:09:24.111268+0000 mon.a (mon.0) 781 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-06T15:09:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:25 smithi140 bash[24947]: audit 2023-12-06T15:09:24.484733+0000 mon.c (mon.1) 107 : audit [INF] from='client.? 172.21.15.29:0/2373602535' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:25.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:25 smithi140 bash[24947]: audit 2023-12-06T15:09:24.485446+0000 mon.a (mon.0) 782 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]: dispatch 2023-12-06T15:09:26.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[25023]: cluster 2023-12-06T15:09:24.487939+0000 mgr.y (mgr.14466) 155 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:26.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[25023]: audit 2023-12-06T15:09:25.124145+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]': finished 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[25023]: cluster 2023-12-06T15:09:25.124249+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[25023]: audit 2023-12-06T15:09:25.492861+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.29:0/959410132' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[25023]: audit 2023-12-06T15:09:25.493884+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[30481]: cluster 2023-12-06T15:09:24.487939+0000 mgr.y (mgr.14466) 155 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[30481]: audit 2023-12-06T15:09:25.124145+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]': finished 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[30481]: cluster 2023-12-06T15:09:25.124249+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[30481]: audit 2023-12-06T15:09:25.492861+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.29:0/959410132' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:26.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:26 smithi029 bash[30481]: audit 2023-12-06T15:09:25.493884+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:26 smithi140 bash[24947]: cluster 2023-12-06T15:09:24.487939+0000 mgr.y (mgr.14466) 155 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:26 smithi140 bash[24947]: audit 2023-12-06T15:09:25.124145+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/951452167"}]': finished 2023-12-06T15:09:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:26 smithi140 bash[24947]: cluster 2023-12-06T15:09:25.124249+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-06T15:09:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:26 smithi140 bash[24947]: audit 2023-12-06T15:09:25.492861+0000 mon.c (mon.1) 108 : audit [INF] from='client.? 172.21.15.29:0/959410132' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:26 smithi140 bash[24947]: audit 2023-12-06T15:09:25.493884+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]: dispatch 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[25023]: audit 2023-12-06T15:09:26.015225+0000 mgr.y (mgr.14466) 156 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[25023]: audit 2023-12-06T15:09:26.132833+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]': finished 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[25023]: cluster 2023-12-06T15:09:26.133068+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[25023]: audit 2023-12-06T15:09:26.501903+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]: dispatch 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[30481]: audit 2023-12-06T15:09:26.015225+0000 mgr.y (mgr.14466) 156 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[30481]: audit 2023-12-06T15:09:26.132833+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]': finished 2023-12-06T15:09:27.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[30481]: cluster 2023-12-06T15:09:26.133068+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T15:09:27.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:27 smithi029 bash[30481]: audit 2023-12-06T15:09:26.501903+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]: dispatch 2023-12-06T15:09:27.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:27 smithi140 bash[24947]: audit 2023-12-06T15:09:26.015225+0000 mgr.y (mgr.14466) 156 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:27.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:27 smithi140 bash[24947]: audit 2023-12-06T15:09:26.132833+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1938204954"}]': finished 2023-12-06T15:09:27.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:27 smithi140 bash[24947]: cluster 2023-12-06T15:09:26.133068+0000 mon.a (mon.0) 787 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-06T15:09:27.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:27 smithi140 bash[24947]: audit 2023-12-06T15:09:26.501903+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]: dispatch 2023-12-06T15:09:28.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[30481]: cluster 2023-12-06T15:09:26.489534+0000 mgr.y (mgr.14466) 157 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[30481]: audit 2023-12-06T15:09:27.144383+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]': finished 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[30481]: cluster 2023-12-06T15:09:27.144511+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[30481]: audit 2023-12-06T15:09:27.512702+0000 mon.c (mon.1) 109 : audit [INF] from='client.? 172.21.15.29:0/338047855' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[30481]: audit 2023-12-06T15:09:27.513523+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[25023]: cluster 2023-12-06T15:09:26.489534+0000 mgr.y (mgr.14466) 157 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[25023]: audit 2023-12-06T15:09:27.144383+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]': finished 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[25023]: cluster 2023-12-06T15:09:27.144511+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[25023]: audit 2023-12-06T15:09:27.512702+0000 mon.c (mon.1) 109 : audit [INF] from='client.? 172.21.15.29:0/338047855' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:28 smithi029 bash[25023]: audit 2023-12-06T15:09:27.513523+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:28 smithi140 bash[24947]: cluster 2023-12-06T15:09:26.489534+0000 mgr.y (mgr.14466) 157 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:28 smithi140 bash[24947]: audit 2023-12-06T15:09:27.144383+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.29:0/201596260' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4210216959"}]': finished 2023-12-06T15:09:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:28 smithi140 bash[24947]: cluster 2023-12-06T15:09:27.144511+0000 mon.a (mon.0) 790 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-06T15:09:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:28 smithi140 bash[24947]: audit 2023-12-06T15:09:27.512702+0000 mon.c (mon.1) 109 : audit [INF] from='client.? 172.21.15.29:0/338047855' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:28 smithi140 bash[24947]: audit 2023-12-06T15:09:27.513523+0000 mon.a (mon.0) 791 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]: dispatch 2023-12-06T15:09:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[25023]: audit 2023-12-06T15:09:28.144846+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]': finished 2023-12-06T15:09:29.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[25023]: cluster 2023-12-06T15:09:28.144930+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[25023]: cluster 2023-12-06T15:09:28.490236+0000 mgr.y (mgr.14466) 158 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[25023]: audit 2023-12-06T15:09:28.511469+0000 mon.c (mon.1) 110 : audit [INF] from='client.? 172.21.15.29:0/3029054495' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[25023]: audit 2023-12-06T15:09:28.512506+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[30481]: audit 2023-12-06T15:09:28.144846+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]': finished 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[30481]: cluster 2023-12-06T15:09:28.144930+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[30481]: cluster 2023-12-06T15:09:28.490236+0000 mgr.y (mgr.14466) 158 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[30481]: audit 2023-12-06T15:09:28.511469+0000 mon.c (mon.1) 110 : audit [INF] from='client.? 172.21.15.29:0/3029054495' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:29.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:29 smithi029 bash[30481]: audit 2023-12-06T15:09:28.512506+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:29.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:29 smithi140 bash[24947]: audit 2023-12-06T15:09:28.144846+0000 mon.a (mon.0) 792 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/1523929695"}]': finished 2023-12-06T15:09:29.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:29 smithi140 bash[24947]: cluster 2023-12-06T15:09:28.144930+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-06T15:09:29.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:29 smithi140 bash[24947]: cluster 2023-12-06T15:09:28.490236+0000 mgr.y (mgr.14466) 158 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:29.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:29 smithi140 bash[24947]: audit 2023-12-06T15:09:28.511469+0000 mon.c (mon.1) 110 : audit [INF] from='client.? 172.21.15.29:0/3029054495' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:29.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:29 smithi140 bash[24947]: audit 2023-12-06T15:09:28.512506+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]: dispatch 2023-12-06T15:09:30.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[25023]: audit 2023-12-06T15:09:29.154792+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]': finished 2023-12-06T15:09:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[25023]: cluster 2023-12-06T15:09:29.154906+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T15:09:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[25023]: audit 2023-12-06T15:09:29.527730+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]: dispatch 2023-12-06T15:09:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[30481]: audit 2023-12-06T15:09:29.154792+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]': finished 2023-12-06T15:09:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[30481]: cluster 2023-12-06T15:09:29.154906+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T15:09:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:30 smithi029 bash[30481]: audit 2023-12-06T15:09:29.527730+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]: dispatch 2023-12-06T15:09:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:30 smithi140 bash[24947]: audit 2023-12-06T15:09:29.154792+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/951452167"}]': finished 2023-12-06T15:09:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:30 smithi140 bash[24947]: cluster 2023-12-06T15:09:29.154906+0000 mon.a (mon.0) 796 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-06T15:09:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:30 smithi140 bash[24947]: audit 2023-12-06T15:09:29.527730+0000 mon.a (mon.0) 797 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]: dispatch 2023-12-06T15:09:31.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[25023]: audit 2023-12-06T15:09:30.168639+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]': finished 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[25023]: cluster 2023-12-06T15:09:30.168748+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[25023]: cluster 2023-12-06T15:09:30.490798+0000 mgr.y (mgr.14466) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[25023]: audit 2023-12-06T15:09:30.546374+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]: dispatch 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[30481]: audit 2023-12-06T15:09:30.168639+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]': finished 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[30481]: cluster 2023-12-06T15:09:30.168748+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[30481]: cluster 2023-12-06T15:09:30.490798+0000 mgr.y (mgr.14466) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:31 smithi029 bash[30481]: audit 2023-12-06T15:09:30.546374+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]: dispatch 2023-12-06T15:09:31.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:31 smithi140 bash[24947]: audit 2023-12-06T15:09:30.168639+0000 mon.a (mon.0) 798 : audit [INF] from='client.? 172.21.15.29:0/2061554634' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/68785063"}]': finished 2023-12-06T15:09:31.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:31 smithi140 bash[24947]: cluster 2023-12-06T15:09:30.168748+0000 mon.a (mon.0) 799 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-06T15:09:31.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:31 smithi140 bash[24947]: cluster 2023-12-06T15:09:30.490798+0000 mgr.y (mgr.14466) 159 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:09:31.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:31 smithi140 bash[24947]: audit 2023-12-06T15:09:30.546374+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]: dispatch 2023-12-06T15:09:32.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[25023]: audit 2023-12-06T15:09:31.178969+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]': finished 2023-12-06T15:09:32.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[25023]: cluster 2023-12-06T15:09:31.179263+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T15:09:32.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[25023]: audit 2023-12-06T15:09:31.548558+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]: dispatch 2023-12-06T15:09:32.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[30481]: audit 2023-12-06T15:09:31.178969+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]': finished 2023-12-06T15:09:32.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[30481]: cluster 2023-12-06T15:09:31.179263+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T15:09:32.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:32 smithi029 bash[30481]: audit 2023-12-06T15:09:31.548558+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]: dispatch 2023-12-06T15:09:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:32 smithi140 bash[24947]: audit 2023-12-06T15:09:31.178969+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.29:0/1086175653' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1501455814"}]': finished 2023-12-06T15:09:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:32 smithi140 bash[24947]: cluster 2023-12-06T15:09:31.179263+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-06T15:09:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:32 smithi140 bash[24947]: audit 2023-12-06T15:09:31.548558+0000 mon.a (mon.0) 803 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]: dispatch 2023-12-06T15:09:33.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[25023]: audit 2023-12-06T15:09:32.181190+0000 mon.a (mon.0) 804 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]': finished 2023-12-06T15:09:33.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[25023]: cluster 2023-12-06T15:09:32.181345+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T15:09:33.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[25023]: cluster 2023-12-06T15:09:32.491546+0000 mgr.y (mgr.14466) 160 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:33.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[30481]: audit 2023-12-06T15:09:32.181190+0000 mon.a (mon.0) 804 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]': finished 2023-12-06T15:09:33.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[30481]: cluster 2023-12-06T15:09:32.181345+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T15:09:33.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:33 smithi029 bash[30481]: cluster 2023-12-06T15:09:32.491546+0000 mgr.y (mgr.14466) 160 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:33.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:33.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:33 smithi140 bash[24947]: audit 2023-12-06T15:09:32.181190+0000 mon.a (mon.0) 804 : audit [INF] from='client.? 172.21.15.29:0/1070352823' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/236805064"}]': finished 2023-12-06T15:09:33.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:33 smithi140 bash[24947]: cluster 2023-12-06T15:09:32.181345+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-06T15:09:33.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:33 smithi140 bash[24947]: cluster 2023-12-06T15:09:32.491546+0000 mgr.y (mgr.14466) 160 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:35.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:34] "GET /metrics HTTP/1.1" 200 214957 "" "Prometheus/2.33.4" 2023-12-06T15:09:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:35 smithi140 bash[24947]: cluster 2023-12-06T15:09:34.492297+0000 mgr.y (mgr.14466) 161 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s 2023-12-06T15:09:36.029 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:35 smithi029 bash[25023]: cluster 2023-12-06T15:09:34.492297+0000 mgr.y (mgr.14466) 161 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s 2023-12-06T15:09:36.029 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:35 smithi029 bash[30481]: cluster 2023-12-06T15:09:34.492297+0000 mgr.y (mgr.14466) 161 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 958 B/s rd, 0 op/s 2023-12-06T15:09:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:36 smithi140 bash[24947]: audit 2023-12-06T15:09:36.025050+0000 mgr.y (mgr.14466) 162 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:37.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:36 smithi029 bash[25023]: audit 2023-12-06T15:09:36.025050+0000 mgr.y (mgr.14466) 162 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:37.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:36 smithi029 bash[30481]: audit 2023-12-06T15:09:36.025050+0000 mgr.y (mgr.14466) 162 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:37 smithi140 bash[24947]: cluster 2023-12-06T15:09:36.494027+0000 mgr.y (mgr.14466) 163 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-06T15:09:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:37 smithi029 bash[30481]: cluster 2023-12-06T15:09:36.494027+0000 mgr.y (mgr.14466) 163 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-06T15:09:38.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:37 smithi029 bash[25023]: cluster 2023-12-06T15:09:36.494027+0000 mgr.y (mgr.14466) 163 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-06T15:09:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:39 smithi140 bash[24947]: cluster 2023-12-06T15:09:38.494801+0000 mgr.y (mgr.14466) 164 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:39 smithi029 bash[30481]: cluster 2023-12-06T15:09:38.494801+0000 mgr.y (mgr.14466) 164 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:40.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:39 smithi029 bash[25023]: cluster 2023-12-06T15:09:38.494801+0000 mgr.y (mgr.14466) 164 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:41 smithi140 bash[24947]: cluster 2023-12-06T15:09:40.495561+0000 mgr.y (mgr.14466) 165 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:42.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:41 smithi029 bash[30481]: cluster 2023-12-06T15:09:40.495561+0000 mgr.y (mgr.14466) 165 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:42.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:41 smithi029 bash[25023]: cluster 2023-12-06T15:09:40.495561+0000 mgr.y (mgr.14466) 165 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:09:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:44.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:43 smithi029 bash[25023]: cluster 2023-12-06T15:09:42.497323+0000 mgr.y (mgr.14466) 166 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2023-12-06T15:09:44.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:43 smithi029 bash[30481]: cluster 2023-12-06T15:09:42.497323+0000 mgr.y (mgr.14466) 166 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2023-12-06T15:09:44.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:43 smithi140 bash[24947]: cluster 2023-12-06T15:09:42.497323+0000 mgr.y (mgr.14466) 166 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2023-12-06T15:09:45.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:44] "GET /metrics HTTP/1.1" 200 214957 "" "Prometheus/2.33.4" 2023-12-06T15:09:46.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:45 smithi029 bash[25023]: cluster 2023-12-06T15:09:44.498039+0000 mgr.y (mgr.14466) 167 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:46.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:45 smithi029 bash[30481]: cluster 2023-12-06T15:09:44.498039+0000 mgr.y (mgr.14466) 167 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:45 smithi140 bash[24947]: cluster 2023-12-06T15:09:44.498039+0000 mgr.y (mgr.14466) 167 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:46 smithi029 bash[30481]: audit 2023-12-06T15:09:46.035644+0000 mgr.y (mgr.14466) 168 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:47.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:46 smithi029 bash[25023]: audit 2023-12-06T15:09:46.035644+0000 mgr.y (mgr.14466) 168 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:47.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:46 smithi140 bash[24947]: audit 2023-12-06T15:09:46.035644+0000 mgr.y (mgr.14466) 168 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:47 smithi029 bash[25023]: cluster 2023-12-06T15:09:46.499775+0000 mgr.y (mgr.14466) 169 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:47 smithi029 bash[30481]: cluster 2023-12-06T15:09:46.499775+0000 mgr.y (mgr.14466) 169 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:47 smithi140 bash[24947]: cluster 2023-12-06T15:09:46.499775+0000 mgr.y (mgr.14466) 169 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:49 smithi029 bash[25023]: cluster 2023-12-06T15:09:48.500572+0000 mgr.y (mgr.14466) 170 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:50.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:49 smithi029 bash[30481]: cluster 2023-12-06T15:09:48.500572+0000 mgr.y (mgr.14466) 170 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:50.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:49 smithi140 bash[24947]: cluster 2023-12-06T15:09:48.500572+0000 mgr.y (mgr.14466) 170 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:52.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:51 smithi029 bash[25023]: cluster 2023-12-06T15:09:50.501318+0000 mgr.y (mgr.14466) 171 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:52.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:51 smithi029 bash[30481]: cluster 2023-12-06T15:09:50.501318+0000 mgr.y (mgr.14466) 171 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:52.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:51 smithi140 bash[24947]: cluster 2023-12-06T15:09:50.501318+0000 mgr.y (mgr.14466) 171 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:09:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:09:54.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:53 smithi029 bash[30481]: cluster 2023-12-06T15:09:52.503108+0000 mgr.y (mgr.14466) 172 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:54.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:53 smithi029 bash[25023]: cluster 2023-12-06T15:09:52.503108+0000 mgr.y (mgr.14466) 172 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:54.032 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:09:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:09:53.537Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:09:54.032 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:09:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:09:53.537Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:09:54.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:53 smithi140 bash[24947]: cluster 2023-12-06T15:09:52.503108+0000 mgr.y (mgr.14466) 172 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:55.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:09:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:09:54] "GET /metrics HTTP/1.1" 200 214907 "" "Prometheus/2.33.4" 2023-12-06T15:09:56.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:55 smithi029 bash[30481]: cluster 2023-12-06T15:09:54.503837+0000 mgr.y (mgr.14466) 173 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:56.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:55 smithi029 bash[25023]: cluster 2023-12-06T15:09:54.503837+0000 mgr.y (mgr.14466) 173 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:55 smithi140 bash[24947]: cluster 2023-12-06T15:09:54.503837+0000 mgr.y (mgr.14466) 173 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:09:57.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:56 smithi029 bash[25023]: audit 2023-12-06T15:09:56.045243+0000 mgr.y (mgr.14466) 174 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:57.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:56 smithi029 bash[30481]: audit 2023-12-06T15:09:56.045243+0000 mgr.y (mgr.14466) 174 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:57.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:56 smithi140 bash[24947]: audit 2023-12-06T15:09:56.045243+0000 mgr.y (mgr.14466) 174 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:09:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:57 smithi029 bash[25023]: cluster 2023-12-06T15:09:56.505511+0000 mgr.y (mgr.14466) 175 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:57 smithi029 bash[30481]: cluster 2023-12-06T15:09:56.505511+0000 mgr.y (mgr.14466) 175 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:09:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:57 smithi140 bash[24947]: cluster 2023-12-06T15:09:56.505511+0000 mgr.y (mgr.14466) 175 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:00.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:09:59 smithi029 bash[25023]: cluster 2023-12-06T15:09:58.506241+0000 mgr.y (mgr.14466) 176 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:00.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:09:59 smithi029 bash[30481]: cluster 2023-12-06T15:09:58.506241+0000 mgr.y (mgr.14466) 176 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:09:59 smithi140 bash[24947]: cluster 2023-12-06T15:09:58.506241+0000 mgr.y (mgr.14466) 176 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:01.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:00 smithi029 bash[25023]: cluster 2023-12-06T15:10:00.000172+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2023-12-06T15:10:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:00 smithi029 bash[30481]: cluster 2023-12-06T15:10:00.000172+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2023-12-06T15:10:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:00 smithi140 bash[24947]: cluster 2023-12-06T15:10:00.000172+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[25023]: cluster 2023-12-06T15:10:00.507019+0000 mgr.y (mgr.14466) 177 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[25023]: audit 2023-12-06T15:10:00.762505+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[25023]: audit 2023-12-06T15:10:00.763365+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[25023]: audit 2023-12-06T15:10:00.777697+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[25023]: audit 2023-12-06T15:10:00.778466+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[30481]: cluster 2023-12-06T15:10:00.507019+0000 mgr.y (mgr.14466) 177 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:02.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[30481]: audit 2023-12-06T15:10:00.762505+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[30481]: audit 2023-12-06T15:10:00.763365+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[30481]: audit 2023-12-06T15:10:00.777697+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:01 smithi029 bash[30481]: audit 2023-12-06T15:10:00.778466+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:01 smithi140 bash[24947]: cluster 2023-12-06T15:10:00.507019+0000 mgr.y (mgr.14466) 177 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:01 smithi140 bash[24947]: audit 2023-12-06T15:10:00.762505+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:01 smithi140 bash[24947]: audit 2023-12-06T15:10:00.763365+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:10:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:01 smithi140 bash[24947]: audit 2023-12-06T15:10:00.777697+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:01 smithi140 bash[24947]: audit 2023-12-06T15:10:00.778466+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:10:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:03 smithi029 bash[30481]: cluster 2023-12-06T15:10:02.508789+0000 mgr.y (mgr.14466) 178 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:03 smithi029 bash[25023]: cluster 2023-12-06T15:10:02.508789+0000 mgr.y (mgr.14466) 178 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:03 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:03.508Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10: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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:04.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:03 smithi140 bash[24947]: cluster 2023-12-06T15:10:02.508789+0000 mgr.y (mgr.14466) 178 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:05.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:04] "GET /metrics HTTP/1.1" 200 214902 "" "Prometheus/2.33.4" 2023-12-06T15:10:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:05 smithi029 bash[25023]: cluster 2023-12-06T15:10:04.509535+0000 mgr.y (mgr.14466) 179 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:05 smithi029 bash[30481]: cluster 2023-12-06T15:10:04.509535+0000 mgr.y (mgr.14466) 179 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:05 smithi140 bash[24947]: cluster 2023-12-06T15:10:04.509535+0000 mgr.y (mgr.14466) 179 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:07.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:06 smithi029 bash[25023]: audit 2023-12-06T15:10:06.055633+0000 mgr.y (mgr.14466) 180 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:06 smithi029 bash[30481]: audit 2023-12-06T15:10:06.055633+0000 mgr.y (mgr.14466) 180 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:07.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:06 smithi140 bash[24947]: audit 2023-12-06T15:10:06.055633+0000 mgr.y (mgr.14466) 180 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:07 smithi029 bash[30481]: cluster 2023-12-06T15:10:06.511240+0000 mgr.y (mgr.14466) 181 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:07 smithi029 bash[25023]: cluster 2023-12-06T15:10:06.511240+0000 mgr.y (mgr.14466) 181 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:07 smithi140 bash[24947]: cluster 2023-12-06T15:10:06.511240+0000 mgr.y (mgr.14466) 181 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:10.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:09 smithi029 bash[30481]: cluster 2023-12-06T15:10:08.512010+0000 mgr.y (mgr.14466) 182 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:10.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:09 smithi029 bash[25023]: cluster 2023-12-06T15:10:08.512010+0000 mgr.y (mgr.14466) 182 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:09 smithi140 bash[24947]: cluster 2023-12-06T15:10:08.512010+0000 mgr.y (mgr.14466) 182 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:11 smithi029 bash[30481]: cluster 2023-12-06T15:10:10.512782+0000 mgr.y (mgr.14466) 183 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:11 smithi029 bash[25023]: cluster 2023-12-06T15:10:10.512782+0000 mgr.y (mgr.14466) 183 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:12.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:11 smithi140 bash[24947]: cluster 2023-12-06T15:10:10.512782+0000 mgr.y (mgr.14466) 183 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:13.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:13.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:13 smithi029 bash[30481]: cluster 2023-12-06T15:10:12.514549+0000 mgr.y (mgr.14466) 184 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:13.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:13 smithi029 bash[25023]: cluster 2023-12-06T15:10:12.514549+0000 mgr.y (mgr.14466) 184 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:13 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:13.508Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:13.513Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:14.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:13 smithi140 bash[24947]: cluster 2023-12-06T15:10:12.514549+0000 mgr.y (mgr.14466) 184 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:15.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:14] "GET /metrics HTTP/1.1" 200 214902 "" "Prometheus/2.33.4" 2023-12-06T15:10:16.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:15 smithi029 bash[25023]: cluster 2023-12-06T15:10:14.515357+0000 mgr.y (mgr.14466) 185 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:16.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:15 smithi029 bash[30481]: cluster 2023-12-06T15:10:14.515357+0000 mgr.y (mgr.14466) 185 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:16.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:15 smithi140 bash[24947]: cluster 2023-12-06T15:10:14.515357+0000 mgr.y (mgr.14466) 185 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:16 smithi029 bash[30481]: audit 2023-12-06T15:10:16.066923+0000 mgr.y (mgr.14466) 186 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:17.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:16 smithi029 bash[25023]: audit 2023-12-06T15:10:16.066923+0000 mgr.y (mgr.14466) 186 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:17.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:16 smithi140 bash[24947]: audit 2023-12-06T15:10:16.066923+0000 mgr.y (mgr.14466) 186 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:18.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:17 smithi029 bash[25023]: cluster 2023-12-06T15:10:16.517013+0000 mgr.y (mgr.14466) 187 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:17 smithi029 bash[30481]: cluster 2023-12-06T15:10:16.517013+0000 mgr.y (mgr.14466) 187 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:17 smithi140 bash[24947]: cluster 2023-12-06T15:10:16.517013+0000 mgr.y (mgr.14466) 187 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:20.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:19 smithi029 bash[25023]: cluster 2023-12-06T15:10:18.517706+0000 mgr.y (mgr.14466) 188 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:20.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:19 smithi029 bash[30481]: cluster 2023-12-06T15:10:18.517706+0000 mgr.y (mgr.14466) 188 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:20.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:19 smithi140 bash[24947]: cluster 2023-12-06T15:10:18.517706+0000 mgr.y (mgr.14466) 188 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[25023]: audit 2023-12-06T15:10:19.879728+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[25023]: audit 2023-12-06T15:10:19.881821+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[25023]: audit 2023-12-06T15:10:20.176981+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[25023]: audit 2023-12-06T15:10:20.455973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[30481]: audit 2023-12-06T15:10:19.879728+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[30481]: audit 2023-12-06T15:10:19.881821+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[30481]: audit 2023-12-06T15:10:20.176981+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:20 smithi029 bash[30481]: audit 2023-12-06T15:10:20.455973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:20 smithi140 bash[24947]: audit 2023-12-06T15:10:19.879728+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:10:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:20 smithi140 bash[24947]: audit 2023-12-06T15:10:19.881821+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:10:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:20 smithi140 bash[24947]: audit 2023-12-06T15:10:20.176981+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:20 smithi140 bash[24947]: audit 2023-12-06T15:10:20.455973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:10:22.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:21 smithi029 bash[30481]: cluster 2023-12-06T15:10:20.518455+0000 mgr.y (mgr.14466) 189 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:22.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:21 smithi029 bash[25023]: cluster 2023-12-06T15:10:20.518455+0000 mgr.y (mgr.14466) 189 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:22.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:21 smithi140 bash[24947]: cluster 2023-12-06T15:10:20.518455+0000 mgr.y (mgr.14466) 189 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:23 smithi029 bash[25023]: cluster 2023-12-06T15:10:22.520217+0000 mgr.y (mgr.14466) 190 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:23.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:23 smithi029 bash[30481]: cluster 2023-12-06T15:10:22.520217+0000 mgr.y (mgr.14466) 190 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:23 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:23.509Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:23.513Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:23.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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:24.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:23 smithi140 bash[24947]: cluster 2023-12-06T15:10:22.520217+0000 mgr.y (mgr.14466) 190 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:25.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:24] "GET /metrics HTTP/1.1" 200 214872 "" "Prometheus/2.33.4" 2023-12-06T15:10:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:25 smithi029 bash[25023]: cluster 2023-12-06T15:10:24.521019+0000 mgr.y (mgr.14466) 191 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:25 smithi029 bash[30481]: cluster 2023-12-06T15:10:24.521019+0000 mgr.y (mgr.14466) 191 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:25 smithi140 bash[24947]: cluster 2023-12-06T15:10:24.521019+0000 mgr.y (mgr.14466) 191 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:26 smithi029 bash[25023]: audit 2023-12-06T15:10:26.074408+0000 mgr.y (mgr.14466) 192 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:26 smithi029 bash[30481]: audit 2023-12-06T15:10:26.074408+0000 mgr.y (mgr.14466) 192 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:26 smithi140 bash[24947]: audit 2023-12-06T15:10:26.074408+0000 mgr.y (mgr.14466) 192 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:27 smithi029 bash[30481]: cluster 2023-12-06T15:10:26.522730+0000 mgr.y (mgr.14466) 193 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:28.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:27 smithi029 bash[25023]: cluster 2023-12-06T15:10:26.522730+0000 mgr.y (mgr.14466) 193 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:27 smithi140 bash[24947]: cluster 2023-12-06T15:10:26.522730+0000 mgr.y (mgr.14466) 193 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:29 smithi029 bash[25023]: cluster 2023-12-06T15:10:28.523500+0000 mgr.y (mgr.14466) 194 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:30.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:29 smithi029 bash[30481]: cluster 2023-12-06T15:10:28.523500+0000 mgr.y (mgr.14466) 194 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:30.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:29 smithi140 bash[24947]: cluster 2023-12-06T15:10:28.523500+0000 mgr.y (mgr.14466) 194 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:31 smithi029 bash[25023]: cluster 2023-12-06T15:10:30.524252+0000 mgr.y (mgr.14466) 195 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:31 smithi029 bash[30481]: cluster 2023-12-06T15:10:30.524252+0000 mgr.y (mgr.14466) 195 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:31 smithi140 bash[24947]: cluster 2023-12-06T15:10:30.524252+0000 mgr.y (mgr.14466) 195 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:33.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:33.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:33 smithi029 bash[25023]: cluster 2023-12-06T15:10:32.532087+0000 mgr.y (mgr.14466) 196 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:33.780 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:33 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:33.510Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:33.780 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:33.513Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:33.780 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:33 smithi029 bash[30481]: cluster 2023-12-06T15:10:32.532087+0000 mgr.y (mgr.14466) 196 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:33 smithi140 bash[24947]: cluster 2023-12-06T15:10:32.532087+0000 mgr.y (mgr.14466) 196 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:35.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:34] "GET /metrics HTTP/1.1" 200 214874 "" "Prometheus/2.33.4" 2023-12-06T15:10:36.088 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:35 smithi029 bash[25023]: cluster 2023-12-06T15:10:34.532839+0000 mgr.y (mgr.14466) 197 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:36.088 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:35 smithi029 bash[30481]: cluster 2023-12-06T15:10:34.532839+0000 mgr.y (mgr.14466) 197 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:35 smithi140 bash[24947]: cluster 2023-12-06T15:10:34.532839+0000 mgr.y (mgr.14466) 197 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:37.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:36 smithi140 bash[24947]: audit 2023-12-06T15:10:36.083765+0000 mgr.y (mgr.14466) 198 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:37.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:36 smithi029 bash[30481]: audit 2023-12-06T15:10:36.083765+0000 mgr.y (mgr.14466) 198 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:37.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:36 smithi029 bash[25023]: audit 2023-12-06T15:10:36.083765+0000 mgr.y (mgr.14466) 198 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:37 smithi140 bash[24947]: cluster 2023-12-06T15:10:36.534548+0000 mgr.y (mgr.14466) 199 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:38.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:37 smithi029 bash[30481]: cluster 2023-12-06T15:10:36.534548+0000 mgr.y (mgr.14466) 199 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:38.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:37 smithi029 bash[25023]: cluster 2023-12-06T15:10:36.534548+0000 mgr.y (mgr.14466) 199 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:40.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:39 smithi140 bash[24947]: cluster 2023-12-06T15:10:38.535434+0000 mgr.y (mgr.14466) 200 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:40.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:39 smithi029 bash[30481]: cluster 2023-12-06T15:10:38.535434+0000 mgr.y (mgr.14466) 200 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:40.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:39 smithi029 bash[25023]: cluster 2023-12-06T15:10:38.535434+0000 mgr.y (mgr.14466) 200 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:41 smithi140 bash[24947]: cluster 2023-12-06T15:10:40.536249+0000 mgr.y (mgr.14466) 201 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:42.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:41 smithi029 bash[25023]: cluster 2023-12-06T15:10:40.536249+0000 mgr.y (mgr.14466) 201 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:41 smithi029 bash[30481]: cluster 2023-12-06T15:10:40.536249+0000 mgr.y (mgr.14466) 201 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:43 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:43.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:43.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:43.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:44.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:43 smithi140 bash[24947]: cluster 2023-12-06T15:10:42.538053+0000 mgr.y (mgr.14466) 202 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:44.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:43 smithi029 bash[25023]: cluster 2023-12-06T15:10:42.538053+0000 mgr.y (mgr.14466) 202 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:44.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:43 smithi029 bash[30481]: cluster 2023-12-06T15:10:42.538053+0000 mgr.y (mgr.14466) 202 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:45.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:44] "GET /metrics HTTP/1.1" 200 214874 "" "Prometheus/2.33.4" 2023-12-06T15:10:46.100 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:45 smithi029 bash[25023]: cluster 2023-12-06T15:10:44.538785+0000 mgr.y (mgr.14466) 203 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:46.100 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:45 smithi029 bash[30481]: cluster 2023-12-06T15:10:44.538785+0000 mgr.y (mgr.14466) 203 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:45 smithi140 bash[24947]: cluster 2023-12-06T15:10:44.538785+0000 mgr.y (mgr.14466) 203 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:47.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:46 smithi140 bash[24947]: audit 2023-12-06T15:10:46.095177+0000 mgr.y (mgr.14466) 204 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:46 smithi029 bash[25023]: audit 2023-12-06T15:10:46.095177+0000 mgr.y (mgr.14466) 204 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:47.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:46 smithi029 bash[30481]: audit 2023-12-06T15:10:46.095177+0000 mgr.y (mgr.14466) 204 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:47 smithi140 bash[24947]: cluster 2023-12-06T15:10:46.540472+0000 mgr.y (mgr.14466) 205 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:48.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:47 smithi029 bash[25023]: cluster 2023-12-06T15:10:46.540472+0000 mgr.y (mgr.14466) 205 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:48.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:47 smithi029 bash[30481]: cluster 2023-12-06T15:10:46.540472+0000 mgr.y (mgr.14466) 205 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:50.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:49 smithi140 bash[24947]: cluster 2023-12-06T15:10:48.541252+0000 mgr.y (mgr.14466) 206 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:49 smithi029 bash[25023]: cluster 2023-12-06T15:10:48.541252+0000 mgr.y (mgr.14466) 206 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:50.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:49 smithi029 bash[30481]: cluster 2023-12-06T15:10:48.541252+0000 mgr.y (mgr.14466) 206 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:52.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:51 smithi140 bash[24947]: cluster 2023-12-06T15:10:50.541999+0000 mgr.y (mgr.14466) 207 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:52.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:51 smithi029 bash[30481]: cluster 2023-12-06T15:10:50.541999+0000 mgr.y (mgr.14466) 207 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:52.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:51 smithi029 bash[25023]: cluster 2023-12-06T15:10:50.541999+0000 mgr.y (mgr.14466) 207 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:10:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:10:53.785 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:53 smithi029 bash[49350]: level=error ts=2023-12-06T15:10:53.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:53.785 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:53.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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:10:53.785 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:10:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:10:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:10:54.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:53 smithi140 bash[24947]: cluster 2023-12-06T15:10:52.543774+0000 mgr.y (mgr.14466) 208 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:54.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:53 smithi029 bash[25023]: cluster 2023-12-06T15:10:52.543774+0000 mgr.y (mgr.14466) 208 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:54.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:53 smithi029 bash[30481]: cluster 2023-12-06T15:10:52.543774+0000 mgr.y (mgr.14466) 208 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:55.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:10:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:10:54] "GET /metrics HTTP/1.1" 200 214879 "" "Prometheus/2.33.4" 2023-12-06T15:10:56.110 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:55 smithi029 bash[25023]: cluster 2023-12-06T15:10:54.544653+0000 mgr.y (mgr.14466) 209 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:56.110 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:55 smithi029 bash[30481]: cluster 2023-12-06T15:10:54.544653+0000 mgr.y (mgr.14466) 209 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:55 smithi140 bash[24947]: cluster 2023-12-06T15:10:54.544653+0000 mgr.y (mgr.14466) 209 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:10:57.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:56 smithi140 bash[24947]: audit 2023-12-06T15:10:56.105596+0000 mgr.y (mgr.14466) 210 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:57.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:56 smithi029 bash[25023]: audit 2023-12-06T15:10:56.105596+0000 mgr.y (mgr.14466) 210 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:57.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:56 smithi029 bash[30481]: audit 2023-12-06T15:10:56.105596+0000 mgr.y (mgr.14466) 210 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:10:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:57 smithi140 bash[24947]: cluster 2023-12-06T15:10:56.546540+0000 mgr.y (mgr.14466) 211 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:57 smithi029 bash[25023]: cluster 2023-12-06T15:10:56.546540+0000 mgr.y (mgr.14466) 211 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:10:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:57 smithi029 bash[30481]: cluster 2023-12-06T15:10:56.546540+0000 mgr.y (mgr.14466) 211 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:10:59 smithi140 bash[24947]: cluster 2023-12-06T15:10:58.547458+0000 mgr.y (mgr.14466) 212 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:10:59 smithi029 bash[25023]: cluster 2023-12-06T15:10:58.547458+0000 mgr.y (mgr.14466) 212 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:00.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:10:59 smithi029 bash[30481]: cluster 2023-12-06T15:10:58.547458+0000 mgr.y (mgr.14466) 212 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:00 smithi140 bash[24947]: audit 2023-12-06T15:11:00.772005+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:00 smithi140 bash[24947]: audit 2023-12-06T15:11:00.772881+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:00 smithi140 bash[24947]: audit 2023-12-06T15:11:00.785648+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:00 smithi140 bash[24947]: audit 2023-12-06T15:11:00.786429+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[30481]: audit 2023-12-06T15:11:00.772005+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[30481]: audit 2023-12-06T15:11:00.772881+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[30481]: audit 2023-12-06T15:11:00.785648+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[30481]: audit 2023-12-06T15:11:00.786429+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[25023]: audit 2023-12-06T15:11:00.772005+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[25023]: audit 2023-12-06T15:11:00.772881+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:11:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[25023]: audit 2023-12-06T15:11:00.785648+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:01.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:00 smithi029 bash[25023]: audit 2023-12-06T15:11:00.786429+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:11:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:01 smithi029 bash[25023]: cluster 2023-12-06T15:11:00.548317+0000 mgr.y (mgr.14466) 213 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:01 smithi029 bash[30481]: cluster 2023-12-06T15:11:00.548317+0000 mgr.y (mgr.14466) 213 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:02.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:01 smithi140 bash[24947]: cluster 2023-12-06T15:11:00.548317+0000 mgr.y (mgr.14466) 213 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:03 smithi029 bash[49350]: level=error ts=2023-12-06T15:11:03.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:03.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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:03.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:04.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:03 smithi029 bash[25023]: cluster 2023-12-06T15:11:02.550243+0000 mgr.y (mgr.14466) 214 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:04.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:03 smithi029 bash[30481]: cluster 2023-12-06T15:11:02.550243+0000 mgr.y (mgr.14466) 214 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:04.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:03 smithi140 bash[24947]: cluster 2023-12-06T15:11:02.550243+0000 mgr.y (mgr.14466) 214 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:05.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:04] "GET /metrics HTTP/1.1" 200 214886 "" "Prometheus/2.33.4" 2023-12-06T15:11:06.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:05 smithi029 bash[25023]: cluster 2023-12-06T15:11:04.551202+0000 mgr.y (mgr.14466) 215 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:06.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:05 smithi029 bash[30481]: cluster 2023-12-06T15:11:04.551202+0000 mgr.y (mgr.14466) 215 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:06.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:05 smithi140 bash[24947]: cluster 2023-12-06T15:11:04.551202+0000 mgr.y (mgr.14466) 215 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:07.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:06 smithi029 bash[25023]: audit 2023-12-06T15:11:06.116803+0000 mgr.y (mgr.14466) 216 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:07.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:06 smithi029 bash[30481]: audit 2023-12-06T15:11:06.116803+0000 mgr.y (mgr.14466) 216 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:07.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:06 smithi140 bash[24947]: audit 2023-12-06T15:11:06.116803+0000 mgr.y (mgr.14466) 216 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:08.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:07 smithi029 bash[25023]: cluster 2023-12-06T15:11:06.552951+0000 mgr.y (mgr.14466) 217 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:08.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:07 smithi029 bash[30481]: cluster 2023-12-06T15:11:06.552951+0000 mgr.y (mgr.14466) 217 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:08.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:07 smithi140 bash[24947]: cluster 2023-12-06T15:11:06.552951+0000 mgr.y (mgr.14466) 217 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:09 smithi029 bash[30481]: cluster 2023-12-06T15:11:08.553832+0000 mgr.y (mgr.14466) 218 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:10.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:09 smithi029 bash[25023]: cluster 2023-12-06T15:11:08.553832+0000 mgr.y (mgr.14466) 218 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:09 smithi140 bash[24947]: cluster 2023-12-06T15:11:08.553832+0000 mgr.y (mgr.14466) 218 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:12.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:11 smithi029 bash[25023]: cluster 2023-12-06T15:11:10.554664+0000 mgr.y (mgr.14466) 219 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:12.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:11 smithi029 bash[30481]: cluster 2023-12-06T15:11:10.554664+0000 mgr.y (mgr.14466) 219 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:11 smithi140 bash[24947]: cluster 2023-12-06T15:11:10.554664+0000 mgr.y (mgr.14466) 219 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:13.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:13 smithi029 bash[49350]: level=error ts=2023-12-06T15:11:13.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:13.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:13.783 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:13 smithi029 bash[25023]: cluster 2023-12-06T15:11:12.556474+0000 mgr.y (mgr.14466) 220 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:13 smithi029 bash[30481]: cluster 2023-12-06T15:11:12.556474+0000 mgr.y (mgr.14466) 220 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:14.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:13 smithi140 bash[24947]: cluster 2023-12-06T15:11:12.556474+0000 mgr.y (mgr.14466) 220 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:15.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:14] "GET /metrics HTTP/1.1" 200 214886 "" "Prometheus/2.33.4" 2023-12-06T15:11:16.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:15 smithi029 bash[30481]: cluster 2023-12-06T15:11:14.557218+0000 mgr.y (mgr.14466) 221 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:16.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:15 smithi029 bash[25023]: cluster 2023-12-06T15:11:14.557218+0000 mgr.y (mgr.14466) 221 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:16.356 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-06T15:11:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:15 smithi140 bash[24947]: cluster 2023-12-06T15:11:14.557218+0000 mgr.y (mgr.14466) 221 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:16 smithi029 bash[25023]: audit 2023-12-06T15:11:16.127688+0000 mgr.y (mgr.14466) 222 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:17.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:16 smithi029 bash[30481]: audit 2023-12-06T15:11:16.127688+0000 mgr.y (mgr.14466) 222 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:16 smithi140 bash[24947]: audit 2023-12-06T15:11:16.127688+0000 mgr.y (mgr.14466) 222 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:18.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:17 smithi029 bash[25023]: cluster 2023-12-06T15:11:16.558778+0000 mgr.y (mgr.14466) 223 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:17 smithi029 bash[30481]: cluster 2023-12-06T15:11:16.558778+0000 mgr.y (mgr.14466) 223 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:17 smithi140 bash[24947]: cluster 2023-12-06T15:11:16.558778+0000 mgr.y (mgr.14466) 223 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:20.193 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:19 smithi029 bash[25023]: cluster 2023-12-06T15:11:18.559567+0000 mgr.y (mgr.14466) 224 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.193 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:19 smithi029 bash[30481]: cluster 2023-12-06T15:11:18.559567+0000 mgr.y (mgr.14466) 224 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:19 smithi140 bash[24947]: cluster 2023-12-06T15:11:18.559567+0000 mgr.y (mgr.14466) 224 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:20.767 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-06T15:11:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[30481]: audit 2023-12-06T15:11:20.468761+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[30481]: audit 2023-12-06T15:11:20.470941+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:21.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[30481]: audit 2023-12-06T15:11:20.772103+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:21.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[25023]: audit 2023-12-06T15:11:20.468761+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:21.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[25023]: audit 2023-12-06T15:11:20.470941+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:21.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:20 smithi029 bash[25023]: audit 2023-12-06T15:11:20.772103+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:20 smithi140 bash[24947]: audit 2023-12-06T15:11:20.468761+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:20 smithi140 bash[24947]: audit 2023-12-06T15:11:20.470941+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:21.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:20 smithi140 bash[24947]: audit 2023-12-06T15:11:20.772103+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:22.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:21 smithi029 bash[25023]: cluster 2023-12-06T15:11:20.560223+0000 mgr.y (mgr.14466) 225 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:22.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:21 smithi029 bash[30481]: cluster 2023-12-06T15:11:20.560223+0000 mgr.y (mgr.14466) 225 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:21 smithi140 bash[24947]: cluster 2023-12-06T15:11:20.560223+0000 mgr.y (mgr.14466) 225 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:23 smithi029 bash[49350]: level=error ts=2023-12-06T15:11:23.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:23.783 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:23.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:24.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:23 smithi029 bash[25023]: cluster 2023-12-06T15:11:22.561963+0000 mgr.y (mgr.14466) 226 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:24.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:23 smithi029 bash[30481]: cluster 2023-12-06T15:11:22.561963+0000 mgr.y (mgr.14466) 226 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:23 smithi140 bash[24947]: cluster 2023-12-06T15:11:22.561963+0000 mgr.y (mgr.14466) 226 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:25.125 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-06T15:11:25.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:24] "GET /metrics HTTP/1.1" 200 214852 "" "Prometheus/2.33.4" 2023-12-06T15:11:26.254 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:25 smithi029 bash[25023]: cluster 2023-12-06T15:11:24.562722+0000 mgr.y (mgr.14466) 227 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:26.254 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:25 smithi029 bash[30481]: cluster 2023-12-06T15:11:24.562722+0000 mgr.y (mgr.14466) 227 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:25 smithi140 bash[24947]: cluster 2023-12-06T15:11:24.562722+0000 mgr.y (mgr.14466) 227 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:27.255 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:26 smithi029 bash[30481]: audit 2023-12-06T15:11:26.138990+0000 mgr.y (mgr.14466) 228 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:27.256 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:26 smithi029 bash[25023]: audit 2023-12-06T15:11:26.138990+0000 mgr.y (mgr.14466) 228 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:27.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:26 smithi140 bash[24947]: audit 2023-12-06T15:11:26.138990+0000 mgr.y (mgr.14466) 228 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:28.233 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:27 smithi029 bash[25023]: cluster 2023-12-06T15:11:26.564383+0000 mgr.y (mgr.14466) 229 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:28.233 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:27 smithi029 bash[30481]: cluster 2023-12-06T15:11:26.564383+0000 mgr.y (mgr.14466) 229 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:27 smithi140 bash[24947]: cluster 2023-12-06T15:11:26.564383+0000 mgr.y (mgr.14466) 229 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:29.378 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-06T15:11:30.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:29 smithi029 bash[25023]: cluster 2023-12-06T15:11:28.565114+0000 mgr.y (mgr.14466) 230 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:30.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:29 smithi029 bash[30481]: cluster 2023-12-06T15:11:28.565114+0000 mgr.y (mgr.14466) 230 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:29 smithi140 bash[24947]: cluster 2023-12-06T15:11:28.565114+0000 mgr.y (mgr.14466) 230 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:32.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:31 smithi029 bash[25023]: cluster 2023-12-06T15:11:30.565743+0000 mgr.y (mgr.14466) 231 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:32.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:31 smithi029 bash[30481]: cluster 2023-12-06T15:11:30.565743+0000 mgr.y (mgr.14466) 231 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:31 smithi140 bash[24947]: cluster 2023-12-06T15:11:30.565743+0000 mgr.y (mgr.14466) 231 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:32.769 INFO:teuthology.orchestra.run.smithi029.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:33.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:33.770 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: cluster 2023-12-06T15:11:32.567416+0000 mgr.y (mgr.14466) 232 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:33.770 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: audit 2023-12-06T15:11:32.753315+0000 mgr.y (mgr.14466) 233 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.770 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: cephadm 2023-12-06T15:11:32.755081+0000 mgr.y (mgr.14466) 234 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: audit 2023-12-06T15:11:32.763629+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: audit 2023-12-06T15:11:32.783609+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: audit 2023-12-06T15:11:32.785354+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: audit 2023-12-06T15:11:32.796500+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: cluster 2023-12-06T15:11:32.567416+0000 mgr.y (mgr.14466) 232 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: audit 2023-12-06T15:11:32.753315+0000 mgr.y (mgr.14466) 233 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: cephadm 2023-12-06T15:11:32.755081+0000 mgr.y (mgr.14466) 234 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:33.771 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: audit 2023-12-06T15:11:32.763629+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:33.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: audit 2023-12-06T15:11:32.783609+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:33.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: audit 2023-12-06T15:11:32.785354+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:33.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: audit 2023-12-06T15:11:32.796500+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:33.772 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[25023]: cephadm 2023-12-06T15:11:32.806601+0000 mgr.y (mgr.14466) 235 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:33.772 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[49350]: level=error ts=2023-12-06T15:11:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:33.772 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:33.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:11:33.772 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:11:33.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:33.820 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T15:11:33.839 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi029.front.sepia.ceph.com 2023-12-06T15:11:33.840 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-06T15:11:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:33 smithi029 bash[30481]: cephadm 2023-12-06T15:11:32.806601+0000 mgr.y (mgr.14466) 235 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: cluster 2023-12-06T15:11:32.567416+0000 mgr.y (mgr.14466) 232 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: audit 2023-12-06T15:11:32.753315+0000 mgr.y (mgr.14466) 233 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: cephadm 2023-12-06T15:11:32.755081+0000 mgr.y (mgr.14466) 234 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: audit 2023-12-06T15:11:32.763629+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: audit 2023-12-06T15:11:32.783609+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:11:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: audit 2023-12-06T15:11:32.785354+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:11:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: audit 2023-12-06T15:11:32.796500+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:11:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:33 smithi140 bash[24947]: cephadm 2023-12-06T15:11:32.806601+0000 mgr.y (mgr.14466) 235 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 2023-12-06T15:11:35.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:34] "GET /metrics HTTP/1.1" 200 214846 "" "Prometheus/2.33.4" 2023-12-06T15:11:36.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:35 smithi029 bash[25023]: cluster 2023-12-06T15:11:34.568239+0000 mgr.y (mgr.14466) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:36.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:35 smithi029 bash[30481]: cluster 2023-12-06T15:11:34.568239+0000 mgr.y (mgr.14466) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:35 smithi140 bash[24947]: cluster 2023-12-06T15:11:34.568239+0000 mgr.y (mgr.14466) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:37.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:36 smithi029 bash[25023]: audit 2023-12-06T15:11:36.148965+0000 mgr.y (mgr.14466) 237 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:37.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:36 smithi029 bash[30481]: audit 2023-12-06T15:11:36.148965+0000 mgr.y (mgr.14466) 237 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:37.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:36 smithi140 bash[24947]: audit 2023-12-06T15:11:36.148965+0000 mgr.y (mgr.14466) 237 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:38.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:37 smithi029 bash[25023]: cluster 2023-12-06T15:11:36.570288+0000 mgr.y (mgr.14466) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:37 smithi029 bash[30481]: cluster 2023-12-06T15:11:36.570288+0000 mgr.y (mgr.14466) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:37 smithi140 bash[24947]: cluster 2023-12-06T15:11:36.570288+0000 mgr.y (mgr.14466) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:38.619 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (4m) 2m ago 4m 14.9M - ba2b418f427c adeb47a62151 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (4m) 2m ago 4m 47.0M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (2m) 2m ago 2m 66.3M - 3.5 e1d6a67b021e 69a3949cdcf2 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443 running (11m) 2m ago 11m 404M - 17.2.0 e1d6a67b021e e43060410248 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (13m) 2m ago 13m 452M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (13m) 2m ago 13m 49.8M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:11:39.397 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (11m) 2m ago 11m 40.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (11m) 2m ago 11m 41.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 2m ago 5m 11.9M - 1dbe0e931976 b02ce6f4e870 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (5m) 2m ago 5m 11.1M - 1dbe0e931976 3b2a290e218a 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (10m) 2m ago 10m 54.4M 4062M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (9m) 2m ago 9m 54.7M 4062M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (9m) 2m ago 9m 50.0M 4062M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (8m) 2m ago 8m 51.5M 4062M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (8m) 2m ago 8m 53.9M 4317M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (7m) 2m ago 7m 50.0M 4317M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (6m) 2m ago 6m 47.5M 4317M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (6m) 2m ago 6m 53.7M 4317M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (4m) 2m ago 5m 47.2M - 514e6a882f6e 27e112135d95 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (2m) 2m ago 2m 83.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (2m) 2m ago 2m 84.9M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (2m) 2m ago 2m 83.9M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:11:39.398 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (2m) 2m ago 2m 82.7M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:11:39.827 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:11:39.828 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:11:39.828 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:11:39.828 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:11:39.828 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:11:39.828 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:11:40.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:39 smithi140 bash[24947]: cluster 2023-12-06T15:11:38.570896+0000 mgr.y (mgr.14466) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:40.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:39 smithi140 bash[24947]: audit 2023-12-06T15:11:38.595482+0000 mgr.y (mgr.14466) 240 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:39 smithi140 bash[24947]: audit 2023-12-06T15:11:38.978285+0000 mgr.y (mgr.14466) 241 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.198 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:11:40.198 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:11:40.198 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:11:40.198 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:11:40.199 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "", 2023-12-06T15:11:40.199 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T15:11:40.199 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:11:40.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[30481]: cluster 2023-12-06T15:11:38.570896+0000 mgr.y (mgr.14466) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:40.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[30481]: audit 2023-12-06T15:11:38.595482+0000 mgr.y (mgr.14466) 240 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[30481]: audit 2023-12-06T15:11:38.978285+0000 mgr.y (mgr.14466) 241 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[25023]: cluster 2023-12-06T15:11:38.570896+0000 mgr.y (mgr.14466) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:40.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[25023]: audit 2023-12-06T15:11:38.595482+0000 mgr.y (mgr.14466) 240 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:39 smithi029 bash[25023]: audit 2023-12-06T15:11:38.978285+0000 mgr.y (mgr.14466) 241 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:40.653 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:11:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:40 smithi140 bash[24947]: audit 2023-12-06T15:11:39.371760+0000 mgr.y (mgr.14466) 242 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:40 smithi140 bash[24947]: audit 2023-12-06T15:11:39.822297+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.29:0/2723876036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:40 smithi140 bash[24947]: audit 2023-12-06T15:11:40.649188+0000 mon.c (mon.1) 121 : audit [DBG] from='client.? 172.21.15.29:0/1321854043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:41.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[25023]: audit 2023-12-06T15:11:39.371760+0000 mgr.y (mgr.14466) 242 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:41.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[25023]: audit 2023-12-06T15:11:39.822297+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.29:0/2723876036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[25023]: audit 2023-12-06T15:11:40.649188+0000 mon.c (mon.1) 121 : audit [DBG] from='client.? 172.21.15.29:0/1321854043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:41.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[30481]: audit 2023-12-06T15:11:39.371760+0000 mgr.y (mgr.14466) 242 : audit [DBG] from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:41.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[30481]: audit 2023-12-06T15:11:39.822297+0000 mon.a (mon.0) 816 : audit [DBG] from='client.? 172.21.15.29:0/2723876036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:11:41.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:40 smithi029 bash[30481]: audit 2023-12-06T15:11:40.649188+0000 mon.c (mon.1) 121 : audit [DBG] from='client.? 172.21.15.29:0/1321854043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:11:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:41 smithi140 bash[24947]: audit 2023-12-06T15:11:40.194088+0000 mgr.y (mgr.14466) 243 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:41 smithi140 bash[24947]: cluster 2023-12-06T15:11:40.571581+0000 mgr.y (mgr.14466) 244 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:42.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:41 smithi029 bash[25023]: audit 2023-12-06T15:11:40.194088+0000 mgr.y (mgr.14466) 243 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:42.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:41 smithi029 bash[25023]: cluster 2023-12-06T15:11:40.571581+0000 mgr.y (mgr.14466) 244 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:41 smithi029 bash[30481]: audit 2023-12-06T15:11:40.194088+0000 mgr.y (mgr.14466) 243 : audit [DBG] from='client.25003 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:11:42.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:41 smithi029 bash[30481]: cluster 2023-12-06T15:11:40.571581+0000 mgr.y (mgr.14466) 244 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:11:43 smithi029 bash[49350]: level=error ts=2023-12-06T15:11:43.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:11:44.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:43 smithi140 bash[24947]: cluster 2023-12-06T15:11:42.573095+0000 mgr.y (mgr.14466) 245 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:44.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:43 smithi029 bash[30481]: cluster 2023-12-06T15:11:42.573095+0000 mgr.y (mgr.14466) 245 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:44.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:43 smithi029 bash[25023]: cluster 2023-12-06T15:11:42.573095+0000 mgr.y (mgr.14466) 245 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:45.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:44] "GET /metrics HTTP/1.1" 200 214846 "" "Prometheus/2.33.4" 2023-12-06T15:11:46.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:45 smithi140 bash[24947]: cluster 2023-12-06T15:11:44.573824+0000 mgr.y (mgr.14466) 246 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:46.164 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:45 smithi029 bash[25023]: cluster 2023-12-06T15:11:44.573824+0000 mgr.y (mgr.14466) 246 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:46.164 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:45 smithi029 bash[30481]: cluster 2023-12-06T15:11:44.573824+0000 mgr.y (mgr.14466) 246 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:47 smithi140 bash[24947]: audit 2023-12-06T15:11:46.159582+0000 mgr.y (mgr.14466) 247 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:47 smithi140 bash[24947]: cluster 2023-12-06T15:11:46.575228+0000 mgr.y (mgr.14466) 248 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:48.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:47 smithi029 bash[25023]: audit 2023-12-06T15:11:46.159582+0000 mgr.y (mgr.14466) 247 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:48.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:47 smithi029 bash[25023]: cluster 2023-12-06T15:11:46.575228+0000 mgr.y (mgr.14466) 248 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:48.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:47 smithi029 bash[30481]: audit 2023-12-06T15:11:46.159582+0000 mgr.y (mgr.14466) 247 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:48.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:47 smithi029 bash[30481]: cluster 2023-12-06T15:11:46.575228+0000 mgr.y (mgr.14466) 248 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:50.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:49 smithi140 bash[24947]: cluster 2023-12-06T15:11:48.575905+0000 mgr.y (mgr.14466) 249 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:49 smithi029 bash[25023]: cluster 2023-12-06T15:11:48.575905+0000 mgr.y (mgr.14466) 249 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:50.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:49 smithi029 bash[30481]: cluster 2023-12-06T15:11:48.575905+0000 mgr.y (mgr.14466) 249 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:52.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:51 smithi140 bash[24947]: cluster 2023-12-06T15:11:50.576532+0000 mgr.y (mgr.14466) 250 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:52.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:51 smithi029 bash[30481]: cluster 2023-12-06T15:11:50.576532+0000 mgr.y (mgr.14466) 250 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:52.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:51 smithi029 bash[25023]: cluster 2023-12-06T15:11:50.576532+0000 mgr.y (mgr.14466) 250 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:11:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:11:54.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:53 smithi140 bash[24947]: cluster 2023-12-06T15:11:52.577808+0000 mgr.y (mgr.14466) 251 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:54.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:53 smithi029 bash[25023]: cluster 2023-12-06T15:11:52.577808+0000 mgr.y (mgr.14466) 251 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:54.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:53 smithi029 bash[30481]: cluster 2023-12-06T15:11:52.577808+0000 mgr.y (mgr.14466) 251 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:55.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:11:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:11:54] "GET /metrics HTTP/1.1" 200 214814 "" "Prometheus/2.33.4" 2023-12-06T15:11:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:55 smithi140 bash[24947]: cluster 2023-12-06T15:11:54.578415+0000 mgr.y (mgr.14466) 252 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:56.174 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:55 smithi029 bash[25023]: cluster 2023-12-06T15:11:54.578415+0000 mgr.y (mgr.14466) 252 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:56.174 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:55 smithi029 bash[30481]: cluster 2023-12-06T15:11:54.578415+0000 mgr.y (mgr.14466) 252 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:11:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:57 smithi140 bash[24947]: audit 2023-12-06T15:11:56.169569+0000 mgr.y (mgr.14466) 253 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:57 smithi140 bash[24947]: cluster 2023-12-06T15:11:56.579693+0000 mgr.y (mgr.14466) 254 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:57 smithi029 bash[25023]: audit 2023-12-06T15:11:56.169569+0000 mgr.y (mgr.14466) 253 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:57 smithi029 bash[25023]: cluster 2023-12-06T15:11:56.579693+0000 mgr.y (mgr.14466) 254 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:11:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:57 smithi029 bash[30481]: audit 2023-12-06T15:11:56.169569+0000 mgr.y (mgr.14466) 253 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:11:58.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:57 smithi029 bash[30481]: cluster 2023-12-06T15:11:56.579693+0000 mgr.y (mgr.14466) 254 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:11:59 smithi140 bash[24947]: cluster 2023-12-06T15:11:58.580312+0000 mgr.y (mgr.14466) 255 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:11:59 smithi029 bash[25023]: cluster 2023-12-06T15:11:58.580312+0000 mgr.y (mgr.14466) 255 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:11:59 smithi029 bash[30481]: cluster 2023-12-06T15:11:58.580312+0000 mgr.y (mgr.14466) 255 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:00 smithi140 bash[24947]: audit 2023-12-06T15:12:00.777958+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:00 smithi140 bash[24947]: audit 2023-12-06T15:12:00.778784+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:00 smithi140 bash[24947]: audit 2023-12-06T15:12:00.792268+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:00 smithi140 bash[24947]: audit 2023-12-06T15:12:00.792922+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[25023]: audit 2023-12-06T15:12:00.777958+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[25023]: audit 2023-12-06T15:12:00.778784+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[25023]: audit 2023-12-06T15:12:00.792268+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[25023]: audit 2023-12-06T15:12:00.792922+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[30481]: audit 2023-12-06T15:12:00.777958+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[30481]: audit 2023-12-06T15:12:00.778784+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:12:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[30481]: audit 2023-12-06T15:12:00.792268+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:00 smithi029 bash[30481]: audit 2023-12-06T15:12:00.792922+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:12:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:01 smithi140 bash[24947]: cluster 2023-12-06T15:12:00.580976+0000 mgr.y (mgr.14466) 256 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:01 smithi029 bash[25023]: cluster 2023-12-06T15:12:00.580976+0000 mgr.y (mgr.14466) 256 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:02.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:01 smithi029 bash[30481]: cluster 2023-12-06T15:12:00.580976+0000 mgr.y (mgr.14466) 256 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:04.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:03 smithi140 bash[24947]: cluster 2023-12-06T15:12:02.582535+0000 mgr.y (mgr.14466) 257 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:04.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:03 smithi029 bash[25023]: cluster 2023-12-06T15:12:02.582535+0000 mgr.y (mgr.14466) 257 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:04.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:03 smithi029 bash[30481]: cluster 2023-12-06T15:12:02.582535+0000 mgr.y (mgr.14466) 257 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:05.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:04] "GET /metrics HTTP/1.1" 200 214811 "" "Prometheus/2.33.4" 2023-12-06T15:12:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:05 smithi140 bash[24947]: cluster 2023-12-06T15:12:04.583085+0000 mgr.y (mgr.14466) 258 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:06.184 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:05 smithi029 bash[30481]: cluster 2023-12-06T15:12:04.583085+0000 mgr.y (mgr.14466) 258 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:06.184 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:05 smithi029 bash[25023]: cluster 2023-12-06T15:12:04.583085+0000 mgr.y (mgr.14466) 258 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:07 smithi140 bash[24947]: audit 2023-12-06T15:12:06.179558+0000 mgr.y (mgr.14466) 259 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:07 smithi140 bash[24947]: cluster 2023-12-06T15:12:06.584075+0000 mgr.y (mgr.14466) 260 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:08.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:07 smithi029 bash[30481]: audit 2023-12-06T15:12:06.179558+0000 mgr.y (mgr.14466) 259 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:08.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:07 smithi029 bash[30481]: cluster 2023-12-06T15:12:06.584075+0000 mgr.y (mgr.14466) 260 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:08.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:07 smithi029 bash[25023]: audit 2023-12-06T15:12:06.179558+0000 mgr.y (mgr.14466) 259 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:08.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:07 smithi029 bash[25023]: cluster 2023-12-06T15:12:06.584075+0000 mgr.y (mgr.14466) 260 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:09 smithi140 bash[24947]: cluster 2023-12-06T15:12:08.584690+0000 mgr.y (mgr.14466) 261 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:10.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:09 smithi029 bash[25023]: cluster 2023-12-06T15:12:08.584690+0000 mgr.y (mgr.14466) 261 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:10.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:09 smithi029 bash[30481]: cluster 2023-12-06T15:12:08.584690+0000 mgr.y (mgr.14466) 261 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:11.048 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (4m) 2m ago 5m 14.9M - ba2b418f427c adeb47a62151 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (5m) 3m ago 5m 47.0M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (2m) 2m ago 2m 66.3M - 3.5 e1d6a67b021e 69a3949cdcf2 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e e43060410248 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (13m) 2m ago 13m 452M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:12:11.765 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (13m) 2m ago 13m 49.8M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (11m) 3m ago 11m 40.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (12m) 2m ago 12m 41.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 2m ago 5m 11.9M - 1dbe0e931976 b02ce6f4e870 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (5m) 3m ago 5m 11.1M - 1dbe0e931976 3b2a290e218a 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (11m) 2m ago 11m 54.4M 4062M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (10m) 2m ago 10m 54.7M 4062M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (9m) 2m ago 9m 50.0M 4062M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (9m) 2m ago 9m 51.5M 4062M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (8m) 3m ago 8m 53.9M 4317M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (7m) 3m ago 8m 50.0M 4317M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (7m) 3m ago 7m 47.5M 4317M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (6m) 3m ago 6m 53.7M 4317M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (4m) 3m ago 5m 47.2M - 514e6a882f6e 27e112135d95 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (3m) 2m ago 3m 83.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:12:11.766 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (3m) 3m ago 3m 84.9M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:12:11.767 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (3m) 2m ago 3m 83.9M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:12:11.767 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (3m) 3m ago 3m 82.7M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:12:12.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:11 smithi140 bash[24947]: cluster 2023-12-06T15:12:10.585423+0000 mgr.y (mgr.14466) 262 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:12.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:11 smithi140 bash[24947]: audit 2023-12-06T15:12:11.028070+0000 mgr.y (mgr.14466) 263 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:12.177 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:12:12.177 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:12:12.177 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:12:12.177 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:12.177 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:12:12.178 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:12:12.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:11 smithi029 bash[25023]: cluster 2023-12-06T15:12:10.585423+0000 mgr.y (mgr.14466) 262 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:12.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:11 smithi029 bash[25023]: audit 2023-12-06T15:12:11.028070+0000 mgr.y (mgr.14466) 263 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:12.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:11 smithi029 bash[30481]: cluster 2023-12-06T15:12:10.585423+0000 mgr.y (mgr.14466) 262 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:12.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:11 smithi029 bash[30481]: audit 2023-12-06T15:12:11.028070+0000 mgr.y (mgr.14466) 263 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:12.542 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:12:12.542 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:12:12.543 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:12:12.543 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:12:12.543 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "", 2023-12-06T15:12:12.543 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image" 2023-12-06T15:12:12.543 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:12:12.960 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:12:13.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:12 smithi140 bash[24947]: audit 2023-12-06T15:12:11.384212+0000 mgr.y (mgr.14466) 264 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:12 smithi140 bash[24947]: audit 2023-12-06T15:12:11.736981+0000 mgr.y (mgr.14466) 265 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:12 smithi140 bash[24947]: audit 2023-12-06T15:12:12.173038+0000 mon.c (mon.1) 124 : audit [DBG] from='client.? 172.21.15.29:0/1309741223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[30481]: audit 2023-12-06T15:12:11.384212+0000 mgr.y (mgr.14466) 264 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[30481]: audit 2023-12-06T15:12:11.736981+0000 mgr.y (mgr.14466) 265 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[30481]: audit 2023-12-06T15:12:12.173038+0000 mon.c (mon.1) 124 : audit [DBG] from='client.? 172.21.15.29:0/1309741223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[25023]: audit 2023-12-06T15:12:11.384212+0000 mgr.y (mgr.14466) 264 : audit [DBG] from='client.25021 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[25023]: audit 2023-12-06T15:12:11.736981+0000 mgr.y (mgr.14466) 265 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:12 smithi029 bash[25023]: audit 2023-12-06T15:12:12.173038+0000 mon.c (mon.1) 124 : audit [DBG] from='client.? 172.21.15.29:0/1309741223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:13.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:14.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:13 smithi140 bash[24947]: audit 2023-12-06T15:12:12.537865+0000 mgr.y (mgr.14466) 266 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:14.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:13 smithi140 bash[24947]: cluster 2023-12-06T15:12:12.586835+0000 mgr.y (mgr.14466) 267 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:14.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:13 smithi140 bash[24947]: audit 2023-12-06T15:12:12.955511+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.29:0/2154761140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[25023]: audit 2023-12-06T15:12:12.537865+0000 mgr.y (mgr.14466) 266 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[25023]: cluster 2023-12-06T15:12:12.586835+0000 mgr.y (mgr.14466) 267 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[25023]: audit 2023-12-06T15:12:12.955511+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.29:0/2154761140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[30481]: audit 2023-12-06T15:12:12.537865+0000 mgr.y (mgr.14466) 266 : audit [DBG] from='client.15135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:14.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[30481]: cluster 2023-12-06T15:12:12.586835+0000 mgr.y (mgr.14466) 267 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:14.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:13 smithi029 bash[30481]: audit 2023-12-06T15:12:12.955511+0000 mon.a (mon.0) 819 : audit [DBG] from='client.? 172.21.15.29:0/2154761140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:15.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:14] "GET /metrics HTTP/1.1" 200 214811 "" "Prometheus/2.33.4" 2023-12-06T15:12:16.191 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:15 smithi029 bash[25023]: cluster 2023-12-06T15:12:14.587601+0000 mgr.y (mgr.14466) 268 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:16.191 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:15 smithi029 bash[30481]: cluster 2023-12-06T15:12:14.587601+0000 mgr.y (mgr.14466) 268 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:16.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:15 smithi140 bash[24947]: cluster 2023-12-06T15:12:14.587601+0000 mgr.y (mgr.14466) 268 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:18.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:17 smithi029 bash[25023]: audit 2023-12-06T15:12:16.186222+0000 mgr.y (mgr.14466) 269 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:18.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:17 smithi029 bash[25023]: cluster 2023-12-06T15:12:16.589297+0000 mgr.y (mgr.14466) 270 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:18.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:17 smithi029 bash[30481]: audit 2023-12-06T15:12:16.186222+0000 mgr.y (mgr.14466) 269 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:18.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:17 smithi029 bash[30481]: cluster 2023-12-06T15:12:16.589297+0000 mgr.y (mgr.14466) 270 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:17 smithi140 bash[24947]: audit 2023-12-06T15:12:16.186222+0000 mgr.y (mgr.14466) 269 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:18.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:17 smithi140 bash[24947]: cluster 2023-12-06T15:12:16.589297+0000 mgr.y (mgr.14466) 270 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:20.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:19 smithi029 bash[25023]: cluster 2023-12-06T15:12:18.590039+0000 mgr.y (mgr.14466) 271 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:20.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:19 smithi029 bash[30481]: cluster 2023-12-06T15:12:18.590039+0000 mgr.y (mgr.14466) 271 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:19 smithi140 bash[24947]: cluster 2023-12-06T15:12:18.590039+0000 mgr.y (mgr.14466) 271 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:22.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:21 smithi029 bash[25023]: cluster 2023-12-06T15:12:20.590799+0000 mgr.y (mgr.14466) 272 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:22.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:21 smithi029 bash[30481]: cluster 2023-12-06T15:12:20.590799+0000 mgr.y (mgr.14466) 272 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:21 smithi140 bash[24947]: cluster 2023-12-06T15:12:20.590799+0000 mgr.y (mgr.14466) 272 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:23 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12: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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:12:24.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:23 smithi029 bash[30481]: cluster 2023-12-06T15:12:22.592843+0000 mgr.y (mgr.14466) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:24.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:23 smithi029 bash[25023]: cluster 2023-12-06T15:12:22.592843+0000 mgr.y (mgr.14466) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:23 smithi140 bash[24947]: cluster 2023-12-06T15:12:22.592843+0000 mgr.y (mgr.14466) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:25.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:24] "GET /metrics HTTP/1.1" 200 214817 "" "Prometheus/2.33.4" 2023-12-06T15:12:26.202 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:25 smithi029 bash[25023]: cluster 2023-12-06T15:12:24.593613+0000 mgr.y (mgr.14466) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:26.202 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:25 smithi029 bash[30481]: cluster 2023-12-06T15:12:24.593613+0000 mgr.y (mgr.14466) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:25 smithi140 bash[24947]: cluster 2023-12-06T15:12:24.593613+0000 mgr.y (mgr.14466) 274 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:28.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:27 smithi029 bash[25023]: audit 2023-12-06T15:12:26.197529+0000 mgr.y (mgr.14466) 275 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:28.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:27 smithi029 bash[25023]: cluster 2023-12-06T15:12:26.595360+0000 mgr.y (mgr.14466) 276 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:28.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:28 smithi029 bash[30481]: audit 2023-12-06T15:12:26.197529+0000 mgr.y (mgr.14466) 275 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:28.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:28 smithi029 bash[30481]: cluster 2023-12-06T15:12:26.595360+0000 mgr.y (mgr.14466) 276 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:27 smithi140 bash[24947]: audit 2023-12-06T15:12:26.197529+0000 mgr.y (mgr.14466) 275 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:27 smithi140 bash[24947]: cluster 2023-12-06T15:12:26.595360+0000 mgr.y (mgr.14466) 276 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:30.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:29 smithi029 bash[30481]: cluster 2023-12-06T15:12:28.596087+0000 mgr.y (mgr.14466) 277 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:30.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:29 smithi029 bash[25023]: cluster 2023-12-06T15:12:28.596087+0000 mgr.y (mgr.14466) 277 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:29 smithi140 bash[24947]: cluster 2023-12-06T15:12:28.596087+0000 mgr.y (mgr.14466) 277 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:32.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:31 smithi029 bash[25023]: cluster 2023-12-06T15:12:30.596976+0000 mgr.y (mgr.14466) 278 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:32.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:31 smithi029 bash[30481]: cluster 2023-12-06T15:12:30.596976+0000 mgr.y (mgr.14466) 278 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:32.358 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:31 smithi140 bash[24947]: cluster 2023-12-06T15:12:30.596976+0000 mgr.y (mgr.14466) 278 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:33.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:33.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: audit 2023-12-06T15:12:32.106276+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: cephadm 2023-12-06T15:12:32.107357+0000 mgr.y (mgr.14466) 279 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:12:33.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: cephadm 2023-12-06T15:12:32.107475+0000 mgr.y (mgr.14466) 280 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:12:33.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: audit 2023-12-06T15:12:32.108951+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: audit 2023-12-06T15:12:32.117801+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:33 smithi140 bash[24947]: cephadm 2023-12-06T15:12:32.119373+0000 mgr.y (mgr.14466) 281 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: audit 2023-12-06T15:12:32.106276+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: cephadm 2023-12-06T15:12:32.107357+0000 mgr.y (mgr.14466) 279 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: cephadm 2023-12-06T15:12:32.107475+0000 mgr.y (mgr.14466) 280 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: audit 2023-12-06T15:12:32.108951+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: audit 2023-12-06T15:12:32.117801+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.513 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[30481]: cephadm 2023-12-06T15:12:32.119373+0000 mgr.y (mgr.14466) 281 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: audit 2023-12-06T15:12:32.106276+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: cephadm 2023-12-06T15:12:32.107357+0000 mgr.y (mgr.14466) 279 : cephadm [INF] Upgrade: Target is version 19.0.0-26-g0482646f (unknown) 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: cephadm 2023-12-06T15:12:32.107475+0000 mgr.y (mgr.14466) 280 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541, digests ['quay.ceph.io/ceph-ci/ceph@sha256:e331a81036b9c4be9167bdaf54e458c7294ca3446212b9c6126786d23318b1cf'] 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: audit 2023-12-06T15:12:32.108951+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: audit 2023-12-06T15:12:32.117801+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:12:33.514 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[25023]: cephadm 2023-12-06T15:12:32.119373+0000 mgr.y (mgr.14466) 281 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:12:33.514 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[49350]: level=error ts=2023-12-06T15:12:33.508Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:33.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12:33.513Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:33.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12:33.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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:12:34.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:34 smithi140 bash[24947]: cephadm 2023-12-06T15:12:32.359532+0000 mgr.y (mgr.14466) 282 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi140 2023-12-06T15:12:34.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:34 smithi140 bash[24947]: cluster 2023-12-06T15:12:32.598740+0000 mgr.y (mgr.14466) 283 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:34.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:34 smithi029 bash[30481]: cephadm 2023-12-06T15:12:32.359532+0000 mgr.y (mgr.14466) 282 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi140 2023-12-06T15:12:34.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:34 smithi029 bash[30481]: cluster 2023-12-06T15:12:32.598740+0000 mgr.y (mgr.14466) 283 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:34.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:34 smithi029 bash[25023]: cephadm 2023-12-06T15:12:32.359532+0000 mgr.y (mgr.14466) 282 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 on smithi140 2023-12-06T15:12:34.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:34 smithi029 bash[25023]: cluster 2023-12-06T15:12:32.598740+0000 mgr.y (mgr.14466) 283 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:35.283 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:34 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:34] "GET /metrics HTTP/1.1" 200 214816 "" "Prometheus/2.33.4" 2023-12-06T15:12:36.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:36 smithi029 bash[25023]: cluster 2023-12-06T15:12:34.599630+0000 mgr.y (mgr.14466) 284 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:36.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:36 smithi029 bash[30481]: cluster 2023-12-06T15:12:34.599630+0000 mgr.y (mgr.14466) 284 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:36 smithi140 bash[24947]: cluster 2023-12-06T15:12:34.599630+0000 mgr.y (mgr.14466) 284 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:38.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:38 smithi029 bash[25023]: audit 2023-12-06T15:12:36.208619+0000 mgr.y (mgr.14466) 285 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:38.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:38 smithi029 bash[25023]: cluster 2023-12-06T15:12:36.601519+0000 mgr.y (mgr.14466) 286 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:38.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:38 smithi029 bash[30481]: audit 2023-12-06T15:12:36.208619+0000 mgr.y (mgr.14466) 285 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:38.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:38 smithi029 bash[30481]: cluster 2023-12-06T15:12:36.601519+0000 mgr.y (mgr.14466) 286 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:38 smithi140 bash[24947]: audit 2023-12-06T15:12:36.208619+0000 mgr.y (mgr.14466) 285 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:38 smithi140 bash[24947]: cluster 2023-12-06T15:12:36.601519+0000 mgr.y (mgr.14466) 286 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:40 smithi029 bash[25023]: cluster 2023-12-06T15:12:38.602296+0000 mgr.y (mgr.14466) 287 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:40.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:40 smithi029 bash[30481]: cluster 2023-12-06T15:12:38.602296+0000 mgr.y (mgr.14466) 287 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:40.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:40 smithi140 bash[24947]: cluster 2023-12-06T15:12:38.602296+0000 mgr.y (mgr.14466) 287 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:42.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:42 smithi029 bash[25023]: cluster 2023-12-06T15:12:40.603213+0000 mgr.y (mgr.14466) 288 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:42.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:42 smithi029 bash[30481]: cluster 2023-12-06T15:12:40.603213+0000 mgr.y (mgr.14466) 288 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:42 smithi140 bash[24947]: cluster 2023-12-06T15:12:40.603213+0000 mgr.y (mgr.14466) 288 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:43.357 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:12:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:43 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:43 smithi029 bash[49350]: level=error ts=2023-12-06T15:12:43.509Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12:43.513Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12:43.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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 3m ago 5m 14.9M - ba2b418f427c adeb47a62151 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (5m) 3m ago 5m 47.0M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (3m) 3m ago 3m 66.3M - 3.5 e1d6a67b021e 69a3949cdcf2 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443 running (12m) 3m ago 12m 404M - 17.2.0 e1d6a67b021e e43060410248 2023-12-06T15:12:44.063 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (14m) 3m ago 14m 452M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (14m) 3m ago 14m 49.8M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (12m) 3m ago 12m 40.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (12m) 3m ago 12m 41.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 3m ago 6m 11.9M - 1dbe0e931976 b02ce6f4e870 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (6m) 3m ago 6m 11.1M - 1dbe0e931976 3b2a290e218a 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (11m) 3m ago 11m 54.4M 4062M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (11m) 3m ago 11m 54.7M 4062M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (10m) 3m ago 10m 50.0M 4062M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (9m) 3m ago 9m 51.5M 4062M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (9m) 3m ago 9m 53.9M 4317M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (8m) 3m ago 8m 50.0M 4317M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (7m) 3m ago 7m 47.5M 4317M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (7m) 3m ago 7m 53.7M 4317M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (5m) 3m ago 6m 47.2M - 514e6a882f6e 27e112135d95 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (3m) 3m ago 3m 83.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (3m) 3m ago 3m 84.9M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:12:44.064 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (3m) 3m ago 3m 83.9M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:12:44.065 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (3m) 3m ago 3m 82.7M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:12:44.477 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:12:44.477 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:12:44.477 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:12:44.477 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:44.477 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:12:44.478 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:12:44.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:44 smithi029 bash[25023]: cluster 2023-12-06T15:12:42.605015+0000 mgr.y (mgr.14466) 289 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:44.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:44 smithi029 bash[30481]: cluster 2023-12-06T15:12:42.605015+0000 mgr.y (mgr.14466) 289 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:44.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:44 smithi140 bash[24947]: cluster 2023-12-06T15:12:42.605015+0000 mgr.y (mgr.14466) 289 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:44.840 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:12:44.840 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:12:44.840 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:12:44.840 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:12:44.841 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T15:12:44.841 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541 image on host smithi140" 2023-12-06T15:12:44.841 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:12:45.256 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:12:45.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:44] "GET /metrics HTTP/1.1" 200 214816 "" "Prometheus/2.33.4" 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[25023]: audit 2023-12-06T15:12:43.334450+0000 mgr.y (mgr.14466) 290 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[25023]: audit 2023-12-06T15:12:43.691997+0000 mgr.y (mgr.14466) 291 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[25023]: audit 2023-12-06T15:12:44.042978+0000 mgr.y (mgr.14466) 292 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[25023]: audit 2023-12-06T15:12:44.473182+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.29:0/913787653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[30481]: audit 2023-12-06T15:12:43.334450+0000 mgr.y (mgr.14466) 290 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[30481]: audit 2023-12-06T15:12:43.691997+0000 mgr.y (mgr.14466) 291 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[30481]: audit 2023-12-06T15:12:44.042978+0000 mgr.y (mgr.14466) 292 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:45 smithi029 bash[30481]: audit 2023-12-06T15:12:44.473182+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.29:0/913787653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:45.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:45 smithi140 bash[24947]: audit 2023-12-06T15:12:43.334450+0000 mgr.y (mgr.14466) 290 : audit [DBG] from='client.15147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:45 smithi140 bash[24947]: audit 2023-12-06T15:12:43.691997+0000 mgr.y (mgr.14466) 291 : audit [DBG] from='client.25057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:45 smithi140 bash[24947]: audit 2023-12-06T15:12:44.042978+0000 mgr.y (mgr.14466) 292 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:45.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:45 smithi140 bash[24947]: audit 2023-12-06T15:12:44.473182+0000 mon.a (mon.0) 822 : audit [DBG] from='client.? 172.21.15.29:0/913787653' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[30481]: cluster 2023-12-06T15:12:44.605547+0000 mgr.y (mgr.14466) 293 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[30481]: audit 2023-12-06T15:12:44.836254+0000 mgr.y (mgr.14466) 294 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[30481]: audit 2023-12-06T15:12:45.252820+0000 mon.a (mon.0) 823 : audit [DBG] from='client.? 172.21.15.29:0/824372589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[25023]: cluster 2023-12-06T15:12:44.605547+0000 mgr.y (mgr.14466) 293 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[25023]: audit 2023-12-06T15:12:44.836254+0000 mgr.y (mgr.14466) 294 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:46.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:46 smithi029 bash[25023]: audit 2023-12-06T15:12:45.252820+0000 mon.a (mon.0) 823 : audit [DBG] from='client.? 172.21.15.29:0/824372589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:46 smithi140 bash[24947]: cluster 2023-12-06T15:12:44.605547+0000 mgr.y (mgr.14466) 293 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:46 smithi140 bash[24947]: audit 2023-12-06T15:12:44.836254+0000 mgr.y (mgr.14466) 294 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:12:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:46 smithi140 bash[24947]: audit 2023-12-06T15:12:45.252820+0000 mon.a (mon.0) 823 : audit [DBG] from='client.? 172.21.15.29:0/824372589' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:12:48.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:48 smithi029 bash[30481]: audit 2023-12-06T15:12:46.220003+0000 mgr.y (mgr.14466) 295 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:48.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:48 smithi029 bash[30481]: cluster 2023-12-06T15:12:46.607264+0000 mgr.y (mgr.14466) 296 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:48.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:48 smithi029 bash[25023]: audit 2023-12-06T15:12:46.220003+0000 mgr.y (mgr.14466) 295 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:48.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:48 smithi029 bash[25023]: cluster 2023-12-06T15:12:46.607264+0000 mgr.y (mgr.14466) 296 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:48 smithi140 bash[24947]: audit 2023-12-06T15:12:46.220003+0000 mgr.y (mgr.14466) 295 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:48 smithi140 bash[24947]: cluster 2023-12-06T15:12:46.607264+0000 mgr.y (mgr.14466) 296 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:50.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:50 smithi029 bash[30481]: cluster 2023-12-06T15:12:48.608035+0000 mgr.y (mgr.14466) 297 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:50.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:50 smithi029 bash[25023]: cluster 2023-12-06T15:12:48.608035+0000 mgr.y (mgr.14466) 297 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:50 smithi140 bash[24947]: cluster 2023-12-06T15:12:48.608035+0000 mgr.y (mgr.14466) 297 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:52 smithi029 bash[30481]: cluster 2023-12-06T15:12:50.608829+0000 mgr.y (mgr.14466) 298 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:52 smithi029 bash[25023]: cluster 2023-12-06T15:12:50.608829+0000 mgr.y (mgr.14466) 298 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:52 smithi140 bash[24947]: cluster 2023-12-06T15:12:50.608829+0000 mgr.y (mgr.14466) 298 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:12:53 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:12:53.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:53 smithi029 bash[49350]: level=error ts=2023-12-06T15:12:53.510Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:53.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12:53.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:12:53.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:12:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:12: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:12:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:54 smithi029 bash[30481]: cluster 2023-12-06T15:12:52.610678+0000 mgr.y (mgr.14466) 299 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:54.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:54 smithi029 bash[25023]: cluster 2023-12-06T15:12:52.610678+0000 mgr.y (mgr.14466) 299 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:54 smithi140 bash[24947]: cluster 2023-12-06T15:12:52.610678+0000 mgr.y (mgr.14466) 299 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:55.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:12:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:12:54] "GET /metrics HTTP/1.1" 200 214820 "" "Prometheus/2.33.4" 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:56 smithi029 bash[30481]: cluster 2023-12-06T15:12:54.611489+0000 mgr.y (mgr.14466) 300 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:56.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:56 smithi029 bash[25023]: cluster 2023-12-06T15:12:54.611489+0000 mgr.y (mgr.14466) 300 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:56 smithi140 bash[24947]: cluster 2023-12-06T15:12:54.611489+0000 mgr.y (mgr.14466) 300 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:58.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:58 smithi029 bash[30481]: audit 2023-12-06T15:12:56.231298+0000 mgr.y (mgr.14466) 301 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:58.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:58 smithi029 bash[30481]: cluster 2023-12-06T15:12:56.613198+0000 mgr.y (mgr.14466) 302 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:58.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:58 smithi029 bash[25023]: audit 2023-12-06T15:12:56.231298+0000 mgr.y (mgr.14466) 301 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:58.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:58 smithi029 bash[25023]: cluster 2023-12-06T15:12:56.613198+0000 mgr.y (mgr.14466) 302 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:58 smithi140 bash[24947]: audit 2023-12-06T15:12:56.231298+0000 mgr.y (mgr.14466) 301 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:12:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:58 smithi140 bash[24947]: cluster 2023-12-06T15:12:56.613198+0000 mgr.y (mgr.14466) 302 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:12:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:12:59 smithi029 bash[30481]: cluster 2023-12-06T15:12:58.613956+0000 mgr.y (mgr.14466) 303 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:12:59 smithi029 bash[25023]: cluster 2023-12-06T15:12:58.613956+0000 mgr.y (mgr.14466) 303 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:12:59.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:12:59 smithi140 bash[24947]: cluster 2023-12-06T15:12:58.613956+0000 mgr.y (mgr.14466) 303 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[25023]: cluster 2023-12-06T15:13:00.614701+0000 mgr.y (mgr.14466) 304 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[25023]: audit 2023-12-06T15:13:00.782888+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[25023]: audit 2023-12-06T15:13:00.783916+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[25023]: audit 2023-12-06T15:13:00.798058+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[25023]: audit 2023-12-06T15:13:00.799064+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[30481]: cluster 2023-12-06T15:13:00.614701+0000 mgr.y (mgr.14466) 304 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:02.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[30481]: audit 2023-12-06T15:13:00.782888+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[30481]: audit 2023-12-06T15:13:00.783916+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[30481]: audit 2023-12-06T15:13:00.798058+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:02.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:01 smithi029 bash[30481]: audit 2023-12-06T15:13:00.799064+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:01 smithi140 bash[24947]: cluster 2023-12-06T15:13:00.614701+0000 mgr.y (mgr.14466) 304 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:01 smithi140 bash[24947]: audit 2023-12-06T15:13:00.782888+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:01 smithi140 bash[24947]: audit 2023-12-06T15:13:00.783916+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:01 smithi140 bash[24947]: audit 2023-12-06T15:13:00.798058+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:01 smithi140 bash[24947]: audit 2023-12-06T15:13:00.799064+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:03 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:13:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:03 smithi029 bash[25023]: cluster 2023-12-06T15:13:02.616629+0000 mgr.y (mgr.14466) 305 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:03 smithi029 bash[30481]: cluster 2023-12-06T15:13:02.616629+0000 mgr.y (mgr.14466) 305 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:03 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:03.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:03.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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:03.783 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:03.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:04.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:03 smithi140 bash[24947]: cluster 2023-12-06T15:13:02.616629+0000 mgr.y (mgr.14466) 305 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:05.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:04] "GET /metrics HTTP/1.1" 200 214814 "" "Prometheus/2.33.4" 2023-12-06T15:13:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:05 smithi029 bash[25023]: cluster 2023-12-06T15:13:04.617352+0000 mgr.y (mgr.14466) 306 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:05 smithi029 bash[30481]: cluster 2023-12-06T15:13:04.617352+0000 mgr.y (mgr.14466) 306 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:05 smithi140 bash[24947]: cluster 2023-12-06T15:13:04.617352+0000 mgr.y (mgr.14466) 306 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:07 smithi029 bash[25023]: audit 2023-12-06T15:13:06.242578+0000 mgr.y (mgr.14466) 307 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:07 smithi029 bash[25023]: cluster 2023-12-06T15:13:06.619083+0000 mgr.y (mgr.14466) 308 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:07 smithi029 bash[30481]: audit 2023-12-06T15:13:06.242578+0000 mgr.y (mgr.14466) 307 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:07 smithi029 bash[30481]: cluster 2023-12-06T15:13:06.619083+0000 mgr.y (mgr.14466) 308 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:07 smithi140 bash[24947]: audit 2023-12-06T15:13:06.242578+0000 mgr.y (mgr.14466) 307 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:07 smithi140 bash[24947]: cluster 2023-12-06T15:13:06.619083+0000 mgr.y (mgr.14466) 308 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:10.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:09 smithi029 bash[25023]: cluster 2023-12-06T15:13:08.619815+0000 mgr.y (mgr.14466) 309 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:10.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:09 smithi029 bash[30481]: cluster 2023-12-06T15:13:08.619815+0000 mgr.y (mgr.14466) 309 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:10.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:09 smithi140 bash[24947]: cluster 2023-12-06T15:13:08.619815+0000 mgr.y (mgr.14466) 309 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:11 smithi029 bash[25023]: cluster 2023-12-06T15:13:10.620595+0000 mgr.y (mgr.14466) 310 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:11 smithi029 bash[30481]: cluster 2023-12-06T15:13:10.620595+0000 mgr.y (mgr.14466) 310 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:12.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:11 smithi140 bash[24947]: cluster 2023-12-06T15:13:10.620595+0000 mgr.y (mgr.14466) 310 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:13.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:13 smithi140 bash[25700]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:13:13.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:13 smithi029 bash[25023]: cluster 2023-12-06T15:13:12.622379+0000 mgr.y (mgr.14466) 311 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:13.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:13 smithi029 bash[30481]: cluster 2023-12-06T15:13:12.622379+0000 mgr.y (mgr.14466) 311 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:13 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:13.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:13.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:13.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:13 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:13.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:14.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:13 smithi140 bash[24947]: cluster 2023-12-06T15:13:12.622379+0000 mgr.y (mgr.14466) 311 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:15.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:14] "GET /metrics HTTP/1.1" 200 214814 "" "Prometheus/2.33.4" 2023-12-06T15:13:15.645 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:13:16.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:15 smithi029 bash[25023]: cluster 2023-12-06T15:13:14.623172+0000 mgr.y (mgr.14466) 312 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:16.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:15 smithi029 bash[30481]: cluster 2023-12-06T15:13:14.623172+0000 mgr.y (mgr.14466) 312 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:16.070 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:15 smithi140 bash[24947]: cluster 2023-12-06T15:13:14.623172+0000 mgr.y (mgr.14466) 312 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:16.354 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:13:16.354 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 3m ago 6m 14.9M - ba2b418f427c adeb47a62151 2023-12-06T15:13:16.354 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (6m) 4m ago 6m 47.0M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:13:16.354 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (4m) 3m ago 4m 66.3M - 3.5 e1d6a67b021e 69a3949cdcf2 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443 running (12m) 4m ago 12m 404M - 17.2.0 e1d6a67b021e e43060410248 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (14m) 3m ago 14m 452M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (14m) 3m ago 14m 49.8M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (13m) 4m ago 13m 40.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (13m) 3m ago 13m 41.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 3m ago 6m 11.9M - 1dbe0e931976 b02ce6f4e870 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (6m) 4m ago 6m 11.1M - 1dbe0e931976 3b2a290e218a 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (12m) 3m ago 12m 54.4M 4062M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (11m) 3m ago 11m 54.7M 4062M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (10m) 3m ago 10m 50.0M 4062M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (10m) 3m ago 10m 51.5M 4062M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (9m) 4m ago 9m 53.9M 4317M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (9m) 4m ago 9m 50.0M 4317M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:13:16.355 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (8m) 4m ago 8m 47.5M 4317M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (7m) 4m ago 7m 53.7M 4317M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (5m) 4m ago 6m 47.2M - 514e6a882f6e 27e112135d95 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (4m) 3m ago 4m 83.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (4m) 4m ago 4m 84.9M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (4m) 3m ago 4m 83.9M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:13:16.356 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (4m) 4m ago 4m 82.7M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:13:16.778 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:13:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:13:16.985 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:16 smithi140 bash[24947]: audit 2023-12-06T15:13:15.625556+0000 mgr.y (mgr.14466) 313 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:16.985 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:16 smithi140 bash[24947]: audit 2023-12-06T15:13:15.984834+0000 mgr.y (mgr.14466) 314 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:16 smithi029 bash[25023]: audit 2023-12-06T15:13:15.625556+0000 mgr.y (mgr.14466) 313 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:16 smithi029 bash[25023]: audit 2023-12-06T15:13:15.984834+0000 mgr.y (mgr.14466) 314 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:16 smithi029 bash[30481]: audit 2023-12-06T15:13:15.625556+0000 mgr.y (mgr.14466) 313 : audit [DBG] from='client.15183 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:16 smithi029 bash[30481]: audit 2023-12-06T15:13:15.984834+0000 mgr.y (mgr.14466) 314 : audit [DBG] from='client.15189 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "0/23 daemons upgraded", 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons" 2023-12-06T15:13:17.140 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:13:17.547 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.252670+0000 mgr.y (mgr.14466) 315 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.335594+0000 mgr.y (mgr.14466) 316 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: cluster 2023-12-06T15:13:16.624902+0000 mgr.y (mgr.14466) 317 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: cephadm 2023-12-06T15:13:16.756452+0000 mgr.y (mgr.14466) 318 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.764601+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.768029+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.768769+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.770301+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.771346+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: cephadm 2023-12-06T15:13:16.772421+0000 mgr.y (mgr.14466) 319 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:16.774564+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.29:0/2671758702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:17.135754+0000 mgr.y (mgr.14466) 320 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[30481]: audit 2023-12-06T15:13:17.544262+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.29:0/3005149933' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.252670+0000 mgr.y (mgr.14466) 315 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.335594+0000 mgr.y (mgr.14466) 316 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: cluster 2023-12-06T15:13:16.624902+0000 mgr.y (mgr.14466) 317 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: cephadm 2023-12-06T15:13:16.756452+0000 mgr.y (mgr.14466) 318 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.764601+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.768029+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.768769+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.770301+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:13:18.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.771346+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:18.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: cephadm 2023-12-06T15:13:16.772421+0000 mgr.y (mgr.14466) 319 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:13:18.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:16.774564+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.29:0/2671758702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:18.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:17.135754+0000 mgr.y (mgr.14466) 320 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:17 smithi029 bash[25023]: audit 2023-12-06T15:13:17.544262+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.29:0/3005149933' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.252670+0000 mgr.y (mgr.14466) 315 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.335594+0000 mgr.y (mgr.14466) 316 : audit [DBG] from='client.15195 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: cluster 2023-12-06T15:13:16.624902+0000 mgr.y (mgr.14466) 317 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: cephadm 2023-12-06T15:13:16.756452+0000 mgr.y (mgr.14466) 318 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.764601+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.768029+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.768769+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:13:18.114 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.770301+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:13:18.115 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.771346+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:18.115 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: cephadm 2023-12-06T15:13:16.772421+0000 mgr.y (mgr.14466) 319 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:13:18.115 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:16.774564+0000 mon.a (mon.0) 828 : audit [DBG] from='client.? 172.21.15.29:0/2671758702' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:18.115 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:17.135754+0000 mgr.y (mgr.14466) 320 : audit [DBG] from='client.15207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:18.115 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:17 smithi140 bash[24947]: audit 2023-12-06T15:13:17.544262+0000 mon.a (mon.0) 829 : audit [DBG] from='client.? 172.21.15.29:0/3005149933' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:19.041 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:18 smithi140 systemd[1]: Stopping Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:13:19.041 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:18 smithi140 bash[44997]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr.x 2023-12-06T15:13:19.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:19 smithi140 bash[24947]: cluster 2023-12-06T15:13:18.625636+0000 mgr.y (mgr.14466) 321 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:19.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 bash[45005]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:13:19.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 bash[45051]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr.x 2023-12-06T15:13:19.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:13:19.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:13:19.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 systemd[1]: Stopped Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:13:20.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:19 smithi029 bash[25023]: cluster 2023-12-06T15:13:18.625636+0000 mgr.y (mgr.14466) 321 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:20.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:19 smithi029 bash[30481]: cluster 2023-12-06T15:13:18.625636+0000 mgr.y (mgr.14466) 321 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:20.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:19 smithi140 systemd[1]: Started Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:13:21.032 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:20 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:20.772Z 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.140:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:13:21.303 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:21 smithi140 bash[45119]: debug 2023-12-06T15:13:21.138+0000 7f51ec176700 1 -- 172.21.15.140:0/115839348 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562bf454a1a0 con 0x562bf52c8400 2023-12-06T15:13:21.304 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:21 smithi140 bash[24947]: audit 2023-12-06T15:13:20.027738+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:21.304 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:21 smithi140 bash[24947]: audit 2023-12-06T15:13:20.032949+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:21.304 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:21 smithi140 bash[24947]: audit 2023-12-06T15:13:20.034757+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[30481]: audit 2023-12-06T15:13:20.027738+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[30481]: audit 2023-12-06T15:13:20.032949+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[30481]: audit 2023-12-06T15:13:20.034757+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[25023]: audit 2023-12-06T15:13:20.027738+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[25023]: audit 2023-12-06T15:13:20.032949+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:21 smithi029 bash[25023]: audit 2023-12-06T15:13:20.034757+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:21.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:21 smithi140 bash[45119]: debug 2023-12-06T15:13:21.298+0000 7f51f631c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:13:22.303 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:22 smithi140 bash[24947]: cluster 2023-12-06T15:13:20.626401+0000 mgr.y (mgr.14466) 322 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.304 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:22 smithi140 bash[45119]: debug 2023-12-06T15:13:22.198+0000 7f51f631c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:13:22.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:22 smithi029 bash[30481]: cluster 2023-12-06T15:13:20.626401+0000 mgr.y (mgr.14466) 322 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:22 smithi029 bash[25023]: cluster 2023-12-06T15:13:20.626401+0000 mgr.y (mgr.14466) 322 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:22.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:22 smithi140 bash[45119]: debug 2023-12-06T15:13:22.298+0000 7f51f631c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:13:22.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:22 smithi140 bash[45119]: debug 2023-12-06T15:13:22.398+0000 7f51f631c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:13:23.025 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:22 smithi140 bash[45119]: debug 2023-12-06T15:13:22.662+0000 7f51f631c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:13:23.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:23 smithi140 bash[45119]: debug 2023-12-06T15:13:23.018+0000 7f51f631c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:13:23.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:23 smithi140 bash[45119]: debug 2023-12-06T15:13:23.206+0000 7f51f631c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:13:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:23 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:23.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=6 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:13:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:23.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.140:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:13:23.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:23 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13: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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:23.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:23 smithi140 bash[45119]: debug 2023-12-06T15:13:23.438+0000 7f51f631c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:13:24.370 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:24 smithi140 bash[24947]: cluster 2023-12-06T15:13:22.628229+0000 mgr.y (mgr.14466) 323 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:24 smithi029 bash[25023]: cluster 2023-12-06T15:13:22.628229+0000 mgr.y (mgr.14466) 323 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:24 smithi029 bash[30481]: cluster 2023-12-06T15:13:22.628229+0000 mgr.y (mgr.14466) 323 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:24.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:24 smithi140 bash[45119]: debug 2023-12-06T15:13:24.538+0000 7f51f631c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:13:25.068 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:24 smithi140 bash[45119]: debug 2023-12-06T15:13:24.658+0000 7f51f631c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:13:25.069 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:24 smithi140 bash[45119]: debug 2023-12-06T15:13:24.782+0000 7f51f631c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:13:25.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:24] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2023-12-06T15:13:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:25 smithi029 bash[25023]: audit 2023-12-06T15:13:24.067365+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:25 smithi029 bash[25023]: audit 2023-12-06T15:13:24.573802+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:25 smithi029 bash[30481]: audit 2023-12-06T15:13:24.067365+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:25 smithi029 bash[30481]: audit 2023-12-06T15:13:24.573802+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:25 smithi140 bash[45119]: debug 2023-12-06T15:13:25.282+0000 7f51f631c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:13:25.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:25 smithi140 bash[24947]: audit 2023-12-06T15:13:24.067365+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:25 smithi140 bash[24947]: audit 2023-12-06T15:13:24.573802+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:25.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:25 smithi140 bash[45119]: debug 2023-12-06T15:13:25.502+0000 7f51f631c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:13:26.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:26 smithi140 bash[24947]: cluster 2023-12-06T15:13:24.628996+0000 mgr.y (mgr.14466) 324 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:26.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:25 smithi140 bash[45119]: debug 2023-12-06T15:13:25.950+0000 7f51f631c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:13:26.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:26 smithi029 bash[25023]: cluster 2023-12-06T15:13:24.628996+0000 mgr.y (mgr.14466) 324 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:26.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:26 smithi029 bash[30481]: cluster 2023-12-06T15:13:24.628996+0000 mgr.y (mgr.14466) 324 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:26.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:26 smithi140 bash[45119]: debug 2023-12-06T15:13:26.442+0000 7f51f631c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:13:27.359 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:26.998+0000 7f51f631c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:13:27.359 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.106+0000 7f51f631c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:13:27.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.450+0000 7f51f631c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:13:27.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.562+0000 7f51f631c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:13:28.075 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.702+0000 7f51f631c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:13:28.075 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.814+0000 7f51f631c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:13:28.075 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:27 smithi140 bash[45119]: debug 2023-12-06T15:13:27.938+0000 7f51f631c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:13:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:28 smithi140 bash[24947]: audit 2023-12-06T15:13:26.258027+0000 mgr.y (mgr.14466) 325 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:28.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:28 smithi140 bash[24947]: cluster 2023-12-06T15:13:26.630726+0000 mgr.y (mgr.14466) 326 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:28.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:28 smithi140 bash[45119]: debug 2023-12-06T15:13:28.126+0000 7f51f631c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:13:28.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:28 smithi140 bash[45119]: debug 2023-12-06T15:13:28.250+0000 7f51f631c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:13:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:28 smithi029 bash[30481]: audit 2023-12-06T15:13:26.258027+0000 mgr.y (mgr.14466) 325 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:28.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:28 smithi029 bash[30481]: cluster 2023-12-06T15:13:26.630726+0000 mgr.y (mgr.14466) 326 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:28 smithi029 bash[25023]: audit 2023-12-06T15:13:26.258027+0000 mgr.y (mgr.14466) 325 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:28.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:28 smithi029 bash[25023]: cluster 2023-12-06T15:13:26.630726+0000 mgr.y (mgr.14466) 326 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: debug 2023-12-06T15:13:29.490+0000 7f51f631c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:13:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: [06/Dec/2023:15:13:29] ENGINE Bus STARTING 2023-12-06T15:13:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: CherryPy Checker: 2023-12-06T15:13:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: The Application mounted at '' has an empty config. 2023-12-06T15:13:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: [06/Dec/2023:15:13:29] ENGINE Serving on http://:::9283 2023-12-06T15:13:29.625 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:29 smithi140 bash[45119]: [06/Dec/2023:15:13:29] ENGINE Bus STARTED 2023-12-06T15:13:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: cluster 2023-12-06T15:13:28.631516+0000 mgr.y (mgr.14466) 327 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: cluster 2023-12-06T15:13:29.494056+0000 mon.a (mon.0) 833 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:13:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: cluster 2023-12-06T15:13:29.494207+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:13:30.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: audit 2023-12-06T15:13:29.501969+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:13:30.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: audit 2023-12-06T15:13:29.502634+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:30.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: audit 2023-12-06T15:13:29.504815+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:13:30.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:30 smithi140 bash[24947]: audit 2023-12-06T15:13:29.505912+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: cluster 2023-12-06T15:13:28.631516+0000 mgr.y (mgr.14466) 327 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: cluster 2023-12-06T15:13:29.494056+0000 mon.a (mon.0) 833 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: cluster 2023-12-06T15:13:29.494207+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: audit 2023-12-06T15:13:29.501969+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: audit 2023-12-06T15:13:29.502634+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: audit 2023-12-06T15:13:29.504815+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:13:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[30481]: audit 2023-12-06T15:13:29.505912+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: cluster 2023-12-06T15:13:28.631516+0000 mgr.y (mgr.14466) 327 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: cluster 2023-12-06T15:13:29.494056+0000 mon.a (mon.0) 833 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: cluster 2023-12-06T15:13:29.494207+0000 mon.a (mon.0) 834 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: audit 2023-12-06T15:13:29.501969+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: audit 2023-12-06T15:13:29.502634+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: audit 2023-12-06T15:13:29.504815+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:13:30.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[25023]: audit 2023-12-06T15:13:29.505912+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:31.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:31 smithi029 bash[25023]: cluster 2023-12-06T15:13:30.094399+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T15:13:31.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:31 smithi029 bash[30481]: cluster 2023-12-06T15:13:30.094399+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T15:13:31.282 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:30 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:30.885Z 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.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:31 smithi140 bash[24947]: cluster 2023-12-06T15:13:30.094399+0000 mon.a (mon.0) 835 : cluster [DBG] mgrmap e21: y(active, since 7m), standbys: x 2023-12-06T15:13:32.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:32 smithi140 bash[24947]: cluster 2023-12-06T15:13:30.632269+0000 mgr.y (mgr.14466) 328 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:32.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:32 smithi029 bash[30481]: cluster 2023-12-06T15:13:30.632269+0000 mgr.y (mgr.14466) 328 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:32.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:32 smithi029 bash[25023]: cluster 2023-12-06T15:13:30.632269+0000 mgr.y (mgr.14466) 328 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-06T15:13:33.556 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:33.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:33.556 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:13:33.556 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13: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.140:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:13:33.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25302]: debug 2023-12-06T15:13:33.316+0000 7f54666ab700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-06T15:13:33.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25302]: ignoring --setuser ceph since I am not root 2023-12-06T15:13:33.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25302]: ignoring --setgroup ceph since I am not root 2023-12-06T15:13:33.556 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25302]: debug 2023-12-06T15:13:33.368+0000 7f7486dc6700 1 -- 172.21.15.29:0/3705785544 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c60f3a2340 con 0x55c61011e400 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25302]: debug 2023-12-06T15:13:33.532+0000 7f748f822000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: audit 2023-12-06T15:13:32.301914+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: audit 2023-12-06T15:13:32.313025+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: audit 2023-12-06T15:13:32.326222+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: cephadm 2023-12-06T15:13:32.329834+0000 mgr.y (mgr.14466) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: cephadm 2023-12-06T15:13:32.333121+0000 mgr.y (mgr.14466) 330 : cephadm [INF] Failing over to other MGR 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: audit 2023-12-06T15:13:32.333755+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: audit 2023-12-06T15:13:32.334474+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: cluster 2023-12-06T15:13:32.344239+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: cluster 2023-12-06T15:13:32.633044+0000 mgr.y (mgr.14466) 331 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:13:33.557 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[25023]: cluster 2023-12-06T15:13:33.242372+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: audit 2023-12-06T15:13:32.301914+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: audit 2023-12-06T15:13:32.313025+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: audit 2023-12-06T15:13:32.326222+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: cephadm 2023-12-06T15:13:32.329834+0000 mgr.y (mgr.14466) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: cephadm 2023-12-06T15:13:32.333121+0000 mgr.y (mgr.14466) 330 : cephadm [INF] Failing over to other MGR 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: audit 2023-12-06T15:13:32.333755+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: audit 2023-12-06T15:13:32.334474+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: cluster 2023-12-06T15:13:32.344239+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: cluster 2023-12-06T15:13:32.633044+0000 mgr.y (mgr.14466) 331 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:13:33.558 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:33 smithi029 bash[30481]: cluster 2023-12-06T15:13:33.242372+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:33.563 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE Bus STOPPING 2023-12-06T15:13:33.563 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:13:33.563 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE Bus STOPPED 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE Bus STARTING 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: audit 2023-12-06T15:13:32.301914+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: audit 2023-12-06T15:13:32.313025+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14466 ' entity='mgr.y' 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: audit 2023-12-06T15:13:32.326222+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: cephadm 2023-12-06T15:13:32.329834+0000 mgr.y (mgr.14466) 329 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: cephadm 2023-12-06T15:13:32.333121+0000 mgr.y (mgr.14466) 330 : cephadm [INF] Failing over to other MGR 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: audit 2023-12-06T15:13:32.333755+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14466 172.21.15.29:0/2404192752' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: audit 2023-12-06T15:13:32.334474+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: cluster 2023-12-06T15:13:32.344239+0000 mon.a (mon.0) 839 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: cluster 2023-12-06T15:13:32.633044+0000 mgr.y (mgr.14466) 331 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:13:33.564 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[24947]: cluster 2023-12-06T15:13:33.242372+0000 mon.a (mon.0) 840 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:33.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE Serving on http://:::9283 2023-12-06T15:13:33.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:33 smithi140 bash[45119]: [06/Dec/2023:15:13:33] ENGINE Bus STARTED 2023-12-06T15:13:34.320 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:34.056Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=2 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:34.320 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25302]: debug 2023-12-06T15:13:34.248+0000 7f748f822000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:13:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.324532+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:13:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cluster 2023-12-06T15:13:33.324655+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988863s), standbys: y 2023-12-06T15:13:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.328959+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.329232+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.329400+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.330808+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.330987+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.331191+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.331422+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.331629+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.331829+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.332029+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.332241+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.332444+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.332644+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.333964+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.334122+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:13:34.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.334561+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cluster 2023-12-06T15:13:33.383200+0000 mon.a (mon.0) 859 : cluster [INF] Manager daemon x is now available 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.438627+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:33.443278+0000 mgr.x (mgr.25031) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.444522+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:33.449067+0000 mgr.x (mgr.25031) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:33.449706+0000 mgr.x (mgr.25031) 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-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:33.449832+0000 mgr.x (mgr.25031) 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-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.451181+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.462705+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.518270+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.527567+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: audit 2023-12-06T15:13:33.607207+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:34.026533+0000 mgr.x (mgr.25031) 5 : cephadm [INF] Deploying cephadm binary to smithi140 2023-12-06T15:13:34.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:34 smithi140 bash[24947]: cephadm 2023-12-06T15:13:34.031694+0000 mgr.x (mgr.25031) 6 : cephadm [INF] Deploying cephadm binary to smithi029 2023-12-06T15:13:34.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25302]: debug 2023-12-06T15:13:34.380+0000 7f748f822000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:13:34.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25302]: debug 2023-12-06T15:13:34.548+0000 7f748f822000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.324532+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cluster 2023-12-06T15:13:33.324655+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988863s), standbys: y 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.328959+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.329232+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.329400+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.330808+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:13:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.330987+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.331191+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.331422+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.331629+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.331829+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.332029+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.332241+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.332444+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.332644+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.333964+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.334122+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.334561+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:13:34.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cluster 2023-12-06T15:13:33.383200+0000 mon.a (mon.0) 859 : cluster [INF] Manager daemon x is now available 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.324532+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14466 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cluster 2023-12-06T15:13:33.324655+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e22: x(active, starting, since 0.988863s), standbys: y 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.328959+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.329232+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.329400+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.330808+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.330987+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.331191+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.331422+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.331629+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:13:34.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.331829+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.332029+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.332241+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.332444+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.332644+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.333964+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.334122+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.334561+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cluster 2023-12-06T15:13:33.383200+0000 mon.a (mon.0) 859 : cluster [INF] Manager daemon x is now available 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.438627+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:33.443278+0000 mgr.x (mgr.25031) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.444522+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:33.449067+0000 mgr.x (mgr.25031) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:33.449706+0000 mgr.x (mgr.25031) 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-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:33.449832+0000 mgr.x (mgr.25031) 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-06T15:13:34.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.451181+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.462705+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.518270+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.527567+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: audit 2023-12-06T15:13:33.607207+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:34.026533+0000 mgr.x (mgr.25031) 5 : cephadm [INF] Deploying cephadm binary to smithi140 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[30481]: cephadm 2023-12-06T15:13:34.031694+0000 mgr.x (mgr.25031) 6 : cephadm [INF] Deploying cephadm binary to smithi029 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.438627+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:33.443278+0000 mgr.x (mgr.25031) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-06T15:13:34.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.444522+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:33.449067+0000 mgr.x (mgr.25031) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:33.449706+0000 mgr.x (mgr.25031) 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-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:33.449832+0000 mgr.x (mgr.25031) 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-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.451181+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.462705+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.518270+0000 mon.a (mon.0) 864 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.527567+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: audit 2023-12-06T15:13:33.607207+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:34.026533+0000 mgr.x (mgr.25031) 5 : cephadm [INF] Deploying cephadm binary to smithi140 2023-12-06T15:13:34.787 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25023]: cephadm 2023-12-06T15:13:34.031694+0000 mgr.x (mgr.25031) 6 : cephadm [INF] Deploying cephadm binary to smithi029 2023-12-06T15:13:35.208 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25302]: debug 2023-12-06T15:13:34.892+0000 7f748f822000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:13:35.208 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:34 smithi029 bash[25302]: debug 2023-12-06T15:13:34.992+0000 7f748f822000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:13:35.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[25023]: cluster 2023-12-06T15:13:34.353590+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T15:13:35.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[25023]: cluster 2023-12-06T15:13:34.398015+0000 mgr.x (mgr.25031) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[25023]: audit 2023-12-06T15:13:34.400880+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[25023]: audit 2023-12-06T15:13:34.428345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[25302]: debug 2023-12-06T15:13:35.200+0000 7f748f822000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[30481]: cluster 2023-12-06T15:13:34.353590+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[30481]: cluster 2023-12-06T15:13:34.398015+0000 mgr.x (mgr.25031) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[30481]: audit 2023-12-06T15:13:34.400880+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:35.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:35 smithi029 bash[30481]: audit 2023-12-06T15:13:34.428345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:35 smithi140 bash[24947]: cluster 2023-12-06T15:13:34.353590+0000 mon.a (mon.0) 867 : cluster [DBG] mgrmap e23: x(active, since 2s), standbys: y 2023-12-06T15:13:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:35 smithi140 bash[24947]: cluster 2023-12-06T15:13:34.398015+0000 mgr.x (mgr.25031) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:35 smithi140 bash[24947]: audit 2023-12-06T15:13:34.400880+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:35 smithi140 bash[24947]: audit 2023-12-06T15:13:34.428345+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:36.373 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25302]: debug 2023-12-06T15:13:36.092+0000 7f748f822000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:13:36.373 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25302]: debug 2023-12-06T15:13:36.200+0000 7f748f822000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:13:36.373 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25023]: cluster 2023-12-06T15:13:35.338299+0000 mgr.x (mgr.25031) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:36.374 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25023]: cephadm 2023-12-06T15:13:35.890020+0000 mgr.x (mgr.25031) 9 : cephadm [INF] [06/Dec/2023:15:13:35] ENGINE Bus STARTING 2023-12-06T15:13:36.374 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25023]: cephadm 2023-12-06T15:13:36.140647+0000 mgr.x (mgr.25031) 10 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on https://172.21.15.140:7150 2023-12-06T15:13:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:36 smithi140 bash[24947]: cluster 2023-12-06T15:13:35.338299+0000 mgr.x (mgr.25031) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:36 smithi140 bash[24947]: cephadm 2023-12-06T15:13:35.890020+0000 mgr.x (mgr.25031) 9 : cephadm [INF] [06/Dec/2023:15:13:35] ENGINE Bus STARTING 2023-12-06T15:13:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:36 smithi140 bash[24947]: cephadm 2023-12-06T15:13:36.140647+0000 mgr.x (mgr.25031) 10 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on https://172.21.15.140:7150 2023-12-06T15:13:36.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25302]: debug 2023-12-06T15:13:36.420+0000 7f748f822000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:13:36.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[30481]: cluster 2023-12-06T15:13:35.338299+0000 mgr.x (mgr.25031) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:36.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[30481]: cephadm 2023-12-06T15:13:35.890020+0000 mgr.x (mgr.25031) 9 : cephadm [INF] [06/Dec/2023:15:13:35] ENGINE Bus STARTING 2023-12-06T15:13:36.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[30481]: cephadm 2023-12-06T15:13:36.140647+0000 mgr.x (mgr.25031) 10 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on https://172.21.15.140:7150 2023-12-06T15:13:37.131 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:36 smithi029 bash[25302]: debug 2023-12-06T15:13:36.784+0000 7f748f822000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25302]: debug 2023-12-06T15:13:37.124+0000 7f748f822000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25023]: cephadm 2023-12-06T15:13:36.248518+0000 mgr.x (mgr.25031) 11 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on http://172.21.15.140:8765 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25023]: cephadm 2023-12-06T15:13:36.248819+0000 mgr.x (mgr.25031) 12 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Bus STARTED 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25023]: audit 2023-12-06T15:13:36.263604+0000 mgr.x (mgr.25031) 13 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25023]: cluster 2023-12-06T15:13:36.369087+0000 mon.a (mon.0) 870 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[30481]: cephadm 2023-12-06T15:13:36.248518+0000 mgr.x (mgr.25031) 11 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on http://172.21.15.140:8765 2023-12-06T15:13:37.526 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[30481]: cephadm 2023-12-06T15:13:36.248819+0000 mgr.x (mgr.25031) 12 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Bus STARTED 2023-12-06T15:13:37.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[30481]: audit 2023-12-06T15:13:36.263604+0000 mgr.x (mgr.25031) 13 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:37.527 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[30481]: cluster 2023-12-06T15:13:36.369087+0000 mon.a (mon.0) 870 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T15:13:37.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25302]: debug 2023-12-06T15:13:37.516+0000 7f748f822000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:13:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:37 smithi140 bash[24947]: cephadm 2023-12-06T15:13:36.248518+0000 mgr.x (mgr.25031) 11 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Serving on http://172.21.15.140:8765 2023-12-06T15:13:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:37 smithi140 bash[24947]: cephadm 2023-12-06T15:13:36.248819+0000 mgr.x (mgr.25031) 12 : cephadm [INF] [06/Dec/2023:15:13:36] ENGINE Bus STARTED 2023-12-06T15:13:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:37 smithi140 bash[24947]: audit 2023-12-06T15:13:36.263604+0000 mgr.x (mgr.25031) 13 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:37 smithi140 bash[24947]: cluster 2023-12-06T15:13:36.369087+0000 mon.a (mon.0) 870 : cluster [DBG] mgrmap e24: x(active, since 4s), standbys: y 2023-12-06T15:13:38.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:37 smithi029 bash[25302]: debug 2023-12-06T15:13:37.800+0000 7f748f822000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:13:38.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[25023]: cluster 2023-12-06T15:13:37.338758+0000 mgr.x (mgr.25031) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:38.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[30481]: cluster 2023-12-06T15:13:37.338758+0000 mgr.x (mgr.25031) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:38.782 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[25302]: debug 2023-12-06T15:13:38.508+0000 7f748f822000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:13:38.782 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[25302]: debug 2023-12-06T15:13:38.616+0000 7f748f822000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:13:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:38 smithi140 bash[24947]: cluster 2023-12-06T15:13:37.338758+0000 mgr.x (mgr.25031) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:39.044 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[25302]: debug 2023-12-06T15:13:38.776+0000 7f748f822000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:13:39.044 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:38 smithi029 bash[25302]: debug 2023-12-06T15:13:38.892+0000 7f748f822000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:13:39.344 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25302]: debug 2023-12-06T15:13:39.036+0000 7f748f822000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:13:39.662 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25023]: cluster 2023-12-06T15:13:38.400987+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T15:13:39.663 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25302]: debug 2023-12-06T15:13:39.336+0000 7f748f822000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:13:39.663 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25302]: debug 2023-12-06T15:13:39.464+0000 7f748f822000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:13:39.663 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[30481]: cluster 2023-12-06T15:13:38.400987+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T15:13:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:39 smithi140 bash[24947]: cluster 2023-12-06T15:13:38.400987+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e25: x(active, since 6s), standbys: y 2023-12-06T15:13:40.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25302]: debug 2023-12-06T15:13:39.656+0000 7f748f822000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:13:40.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:39 smithi029 bash[25302]: debug 2023-12-06T15:13:39.780+0000 7f748f822000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:13:41.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[30481]: cluster 2023-12-06T15:13:39.339306+0000 mgr.x (mgr.25031) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25023]: cluster 2023-12-06T15:13:39.339306+0000 mgr.x (mgr.25031) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: debug 2023-12-06T15:13:40.668+0000 7f748f822000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: [06/Dec/2023:15:13:40] ENGINE Bus STARTING 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: CherryPy Checker: 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: The Application mounted at '' has an empty config. 2023-12-06T15:13:41.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: [06/Dec/2023:15:13:40] ENGINE Serving on http://:::9283 2023-12-06T15:13:41.033 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:40 smithi029 bash[25302]: [06/Dec/2023:15:13:40] ENGINE Bus STARTED 2023-12-06T15:13:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:40 smithi140 bash[24947]: cluster 2023-12-06T15:13:39.339306+0000 mgr.x (mgr.25031) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:13:41.697 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:41.289Z 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.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:41.697 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: cluster 2023-12-06T15:13:40.694936+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: cluster 2023-12-06T15:13:40.695181+0000 mon.a (mon.0) 873 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: audit 2023-12-06T15:13:40.697125+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: audit 2023-12-06T15:13:40.702301+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: audit 2023-12-06T15:13:40.705537+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[30481]: audit 2023-12-06T15:13:40.705949+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: cluster 2023-12-06T15:13:40.694936+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: cluster 2023-12-06T15:13:40.695181+0000 mon.a (mon.0) 873 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: audit 2023-12-06T15:13:40.697125+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: audit 2023-12-06T15:13:40.702301+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: audit 2023-12-06T15:13:40.705537+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:13:41.698 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:41 smithi029 bash[25023]: audit 2023-12-06T15:13:40.705949+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: cluster 2023-12-06T15:13:40.694936+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:13:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: cluster 2023-12-06T15:13:40.695181+0000 mon.a (mon.0) 873 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:13:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: audit 2023-12-06T15:13:40.697125+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:13:42.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: audit 2023-12-06T15:13:40.702301+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:13:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: audit 2023-12-06T15:13:40.705537+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:13:42.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:41 smithi140 bash[24947]: audit 2023-12-06T15:13:40.705949+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.29:0/1440057932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:13:43.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:42 smithi029 bash[25023]: cluster 2023-12-06T15:13:41.340914+0000 mgr.x (mgr.25031) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:13:43.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:42 smithi029 bash[25023]: cluster 2023-12-06T15:13:41.710555+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T15:13:43.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:42 smithi029 bash[30481]: cluster 2023-12-06T15:13:41.340914+0000 mgr.x (mgr.25031) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:13:43.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:42 smithi029 bash[30481]: cluster 2023-12-06T15:13:41.710555+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T15:13:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:42 smithi140 bash[24947]: cluster 2023-12-06T15:13:41.340914+0000 mgr.x (mgr.25031) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:13:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:42 smithi140 bash[24947]: cluster 2023-12-06T15:13:41.710555+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e26: x(active, since 9s), standbys: y 2023-12-06T15:13:43.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:43 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:43] "GET /metrics HTTP/1.1" 200 35346 "" "Prometheus/2.33.4" 2023-12-06T15:13:43.781 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:43 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:43.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:43.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:43.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:43 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:43.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:45.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:44 smithi029 bash[25023]: cluster 2023-12-06T15:13:43.341803+0000 mgr.x (mgr.25031) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:13:45.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:44 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:13:45.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:44 smithi029 bash[30481]: cluster 2023-12-06T15:13:43.341803+0000 mgr.x (mgr.25031) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:13:45.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:44 smithi140 bash[24947]: cluster 2023-12-06T15:13:43.341803+0000 mgr.x (mgr.25031) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:13:47.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:46 smithi029 bash[25023]: cluster 2023-12-06T15:13:45.343622+0000 mgr.x (mgr.25031) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:13:47.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:46 smithi029 bash[30481]: cluster 2023-12-06T15:13:45.343622+0000 mgr.x (mgr.25031) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:13:47.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:46 smithi140 bash[24947]: cluster 2023-12-06T15:13:45.343622+0000 mgr.x (mgr.25031) 18 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:13:47.961 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:13:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:47 smithi029 bash[25023]: audit 2023-12-06T15:13:46.274958+0000 mgr.x (mgr.25031) 19 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:47 smithi029 bash[30481]: audit 2023-12-06T15:13:46.274958+0000 mgr.x (mgr.25031) 19 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:48.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:47 smithi140 bash[24947]: audit 2023-12-06T15:13:46.274958+0000 mgr.x (mgr.25031) 19 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (6m) 0s ago 7m 19.2M - 0.23.0 ba2b418f427c adeb47a62151 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (6m) 0s ago 6m 47.4M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (4m) 0s ago 4m 48.5M - 3.5 e1d6a67b021e 69a3949cdcf2 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283 running (28s) 0s ago 13m 478M - 19.0.0-26-g0482646f 26bb7d89db2e 992c1cbf28d2 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (15m) 0s ago 15m 405M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (15m) 0s ago 15m 61.2M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (13m) 0s ago 13m 50.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (13m) 0s ago 13m 49.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (7m) 0s ago 7m 12.7M - 1.3.1 1dbe0e931976 b02ce6f4e870 2023-12-06T15:13:48.758 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (7m) 0s ago 7m 12.0M - 1.3.1 1dbe0e931976 3b2a290e218a 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (12m) 0s ago 12m 57.0M 4062M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (12m) 0s ago 12m 57.9M 4062M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (11m) 0s ago 11m 51.8M 4062M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (10m) 0s ago 10m 56.0M 4062M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (10m) 0s ago 10m 57.8M 4317M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (9m) 0s ago 9m 53.8M 4317M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (8m) 0s ago 9m 51.6M 4317M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (8m) 0s ago 8m 56.7M 4317M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (6m) 0s ago 7m 61.3M - 2.33.4 514e6a882f6e 27e112135d95 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (5m) 0s ago 5m 85.6M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (5m) 0s ago 5m 87.6M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (4m) 0s ago 4m 85.5M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:13:48.759 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (4m) 0s ago 4m 85.8M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:13:49.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: cluster 2023-12-06T15:13:47.344434+0000 mgr.x (mgr.25031) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:49.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:47.835291+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:47.845174+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:47.892124+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:47.899956+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:47.945932+0000 mgr.x (mgr.25031) 21 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:49.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:48 smithi140 bash[24947]: audit 2023-12-06T15:13:48.517704+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:49.216 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:13:49.217 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: cluster 2023-12-06T15:13:47.344434+0000 mgr.x (mgr.25031) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:47.835291+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:47.845174+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:47.892124+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:47.899956+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:47.945932+0000 mgr.x (mgr.25031) 21 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[25023]: audit 2023-12-06T15:13:48.517704+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: cluster 2023-12-06T15:13:47.344434+0000 mgr.x (mgr.25031) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:49.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:47.835291+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:47.845174+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:47.892124+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:47.899956+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:49.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:47.945932+0000 mgr.x (mgr.25031) 21 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:49.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:48 smithi029 bash[30481]: audit 2023-12-06T15:13:48.517704+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T15:13:49.598 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-12-06T15:13:49.599 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:13:49.599 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:13:50.044 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:13:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:48.355494+0000 mgr.x (mgr.25031) 22 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:48.732030+0000 mgr.x (mgr.25031) 23 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.013103+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.021206+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.028357+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.034316+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.036984+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.038318+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.039711+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.041265+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: cephadm 2023-12-06T15:13:49.046694+0000 mgr.x (mgr.25031) 24 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 2782M 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.048084+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[25023]: audit 2023-12-06T15:13:49.211487+0000 mon.c (mon.1) 139 : audit [DBG] from='client.? 172.21.15.29:0/4094868149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:48.355494+0000 mgr.x (mgr.25031) 22 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:48.732030+0000 mgr.x (mgr.25031) 23 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.013103+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.021206+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.028357+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.034316+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.036984+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.038318+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.039711+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.041265+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: cephadm 2023-12-06T15:13:49.046694+0000 mgr.x (mgr.25031) 24 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 2782M 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.048084+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:50 smithi029 bash[30481]: audit 2023-12-06T15:13:49.211487+0000 mon.c (mon.1) 139 : audit [DBG] from='client.? 172.21.15.29:0/4094868149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:48.355494+0000 mgr.x (mgr.25031) 22 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:48.732030+0000 mgr.x (mgr.25031) 23 : audit [DBG] from='client.25171 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.013103+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.021206+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.028357+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.034316+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.036984+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.038318+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.039711+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.041265+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: cephadm 2023-12-06T15:13:49.046694+0000 mgr.x (mgr.25031) 24 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 2782M 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.048084+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:50.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:50 smithi140 bash[24947]: audit 2023-12-06T15:13:49.211487+0000 mon.c (mon.1) 139 : audit [DBG] from='client.? 172.21.15.29:0/4094868149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:13:51.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[25023]: cluster 2023-12-06T15:13:49.345229+0000 mgr.x (mgr.25031) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:51.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[25023]: audit 2023-12-06T15:13:49.597392+0000 mgr.x (mgr.25031) 26 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:51.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[25023]: audit 2023-12-06T15:13:50.040628+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.29:0/2088218210' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[30481]: cluster 2023-12-06T15:13:49.345229+0000 mgr.x (mgr.25031) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[30481]: audit 2023-12-06T15:13:49.597392+0000 mgr.x (mgr.25031) 26 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:51 smithi029 bash[30481]: audit 2023-12-06T15:13:50.040628+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.29:0/2088218210' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:51 smithi140 bash[24947]: cluster 2023-12-06T15:13:49.345229+0000 mgr.x (mgr.25031) 25 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:51 smithi140 bash[24947]: audit 2023-12-06T15:13:49.597392+0000 mgr.x (mgr.25031) 26 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:13:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:51 smithi140 bash[24947]: audit 2023-12-06T15:13:50.040628+0000 mon.a (mon.0) 889 : audit [DBG] from='client.? 172.21.15.29:0/2088218210' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:13:53.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:53 smithi029 bash[25023]: cluster 2023-12-06T15:13:51.347050+0000 mgr.x (mgr.25031) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:53.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:53 smithi029 bash[30481]: cluster 2023-12-06T15:13:51.347050+0000 mgr.x (mgr.25031) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:53.359 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:53 smithi140 bash[24947]: cluster 2023-12-06T15:13:51.347050+0000 mgr.x (mgr.25031) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:13:53.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:13:53 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:53] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-06T15:13:53.781 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:53 smithi029 bash[49350]: level=error ts=2023-12-06T15:13:53.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:53.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:53.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:13:53.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:13:53 smithi029 bash[49350]: level=warn ts=2023-12-06T15:13:53.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:13:55.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:55 smithi029 bash[25023]: cluster 2023-12-06T15:13:53.347876+0000 mgr.x (mgr.25031) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:55.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:13:54 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:13:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:13:55.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:55 smithi029 bash[30481]: cluster 2023-12-06T15:13:53.347876+0000 mgr.x (mgr.25031) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:55.283 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:55 smithi140 bash[24947]: cluster 2023-12-06T15:13:53.347876+0000 mgr.x (mgr.25031) 28 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:57.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:57 smithi140 bash[24947]: cluster 2023-12-06T15:13:55.349537+0000 mgr.x (mgr.25031) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:57.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:57 smithi029 bash[25023]: cluster 2023-12-06T15:13:55.349537+0000 mgr.x (mgr.25031) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:57.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:57 smithi029 bash[30481]: cluster 2023-12-06T15:13:55.349537+0000 mgr.x (mgr.25031) 29 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:13:58.307 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:58 smithi140 bash[24947]: audit 2023-12-06T15:13:56.283614+0000 mgr.x (mgr.25031) 30 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:58.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:58 smithi029 bash[25023]: audit 2023-12-06T15:13:56.283614+0000 mgr.x (mgr.25031) 30 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:58.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:58 smithi029 bash[30481]: audit 2023-12-06T15:13:56.283614+0000 mgr.x (mgr.25031) 30 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:13:59.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: cluster 2023-12-06T15:13:57.350480+0000 mgr.x (mgr.25031) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.831237+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.842157+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.844730+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.846533+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.848517+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.850452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.859802+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.862255+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:59.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:13:59 smithi140 bash[24947]: audit 2023-12-06T15:13:58.864505+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: cluster 2023-12-06T15:13:57.350480+0000 mgr.x (mgr.25031) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.831237+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.842157+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.844730+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.846533+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.848517+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.850452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.859802+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.862255+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[25023]: audit 2023-12-06T15:13:58.864505+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: cluster 2023-12-06T15:13:57.350480+0000 mgr.x (mgr.25031) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.831237+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.842157+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.844730+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.846533+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.848517+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.850452+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.859802+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.862255+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:13:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:13:59 smithi029 bash[30481]: audit 2023-12-06T15:13:58.864505+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:14:00.302 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:00 smithi029 systemd[1]: Stopping Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:14:00.302 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[59642]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: cephadm 2023-12-06T15:13:58.855846+0000 mgr.x (mgr.25031) 32 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 3037M 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: cephadm 2023-12-06T15:13:58.871420+0000 mgr.x (mgr.25031) 33 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: cephadm 2023-12-06T15:13:58.871980+0000 mgr.x (mgr.25031) 34 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.036663+0000 mgr.x (mgr.25031) 35 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.087553+0000 mgr.x (mgr.25031) 36 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.538803+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.547784+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.589654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.598819+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.608231+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.690123+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.699872+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.303 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.708398+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[30481]: audit 2023-12-06T15:13:59.713861+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: cephadm 2023-12-06T15:13:58.855846+0000 mgr.x (mgr.25031) 32 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 3037M 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: cephadm 2023-12-06T15:13:58.871420+0000 mgr.x (mgr.25031) 33 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: cephadm 2023-12-06T15:13:58.871980+0000 mgr.x (mgr.25031) 34 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.036663+0000 mgr.x (mgr.25031) 35 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.087553+0000 mgr.x (mgr.25031) 36 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.538803+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.547784+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.589654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.598819+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.608231+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.690123+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.699872+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.304 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.708398+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.305 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:00 smithi029 bash[25023]: audit 2023-12-06T15:13:59.713861+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: cephadm 2023-12-06T15:13:58.855846+0000 mgr.x (mgr.25031) 32 : cephadm [INF] Adjusting osd_memory_target on smithi140 to 3037M 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: cephadm 2023-12-06T15:13:58.871420+0000 mgr.x (mgr.25031) 33 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: cephadm 2023-12-06T15:13:58.871980+0000 mgr.x (mgr.25031) 34 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.036663+0000 mgr.x (mgr.25031) 35 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.087553+0000 mgr.x (mgr.25031) 36 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.538803+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.547784+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.589654+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.598819+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.608231+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.690123+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.699872+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.708398+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:00 smithi140 bash[24947]: audit 2023-12-06T15:13:59.713861+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:01.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.201809+0000 mgr.x (mgr.25031) 37 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.252852+0000 mgr.x (mgr.25031) 38 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cluster 2023-12-06T15:13:59.351069+0000 mgr.x (mgr.25031) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.366734+0000 mgr.x (mgr.25031) 40 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.418075+0000 mgr.x (mgr.25031) 41 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.719608+0000 mgr.x (mgr.25031) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:14:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:01 smithi140 bash[24947]: cephadm 2023-12-06T15:13:59.720135+0000 mgr.x (mgr.25031) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi029 2023-12-06T15:14:01.387 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[59651]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T15:14:01.387 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[59698]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:14:01.387 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.201809+0000 mgr.x (mgr.25031) 37 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.387 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.252852+0000 mgr.x (mgr.25031) 38 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.387 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cluster 2023-12-06T15:13:59.351069+0000 mgr.x (mgr.25031) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:01.387 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.366734+0000 mgr.x (mgr.25031) 40 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.418075+0000 mgr.x (mgr.25031) 41 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.719608+0000 mgr.x (mgr.25031) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[30481]: cephadm 2023-12-06T15:13:59.720135+0000 mgr.x (mgr.25031) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi029 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.201809+0000 mgr.x (mgr.25031) 37 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.252852+0000 mgr.x (mgr.25031) 38 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cluster 2023-12-06T15:13:59.351069+0000 mgr.x (mgr.25031) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.366734+0000 mgr.x (mgr.25031) 40 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.418075+0000 mgr.x (mgr.25031) 41 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.719608+0000 mgr.x (mgr.25031) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-06T15:14:01.388 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:01 smithi029 bash[25023]: cephadm 2023-12-06T15:13:59.720135+0000 mgr.x (mgr.25031) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi029 2023-12-06T15:14:01.782 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:14:01.782 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T15:14:01.782 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 systemd[1]: Stopped Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:01.782 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:01 smithi029 systemd[1]: Started Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[24947]: cluster 2023-12-06T15:14:01.352679+0000 mgr.x (mgr.25031) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[24947]: audit 2023-12-06T15:14:01.441777+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[24947]: audit 2023-12-06T15:14:01.452688+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[24947]: cephadm 2023-12-06T15:14:01.489892+0000 mgr.x (mgr.25031) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:14:02.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[24947]: cephadm 2023-12-06T15:14:01.510220+0000 mgr.x (mgr.25031) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:14:02.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:02 smithi140 bash[41529]: ts=2023-12-06T15:14:02.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.29:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.140:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:14:02.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[25023]: cluster 2023-12-06T15:14:01.352679+0000 mgr.x (mgr.25031) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[25023]: audit 2023-12-06T15:14:01.441777+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[25023]: audit 2023-12-06T15:14:01.452688+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[25023]: cephadm 2023-12-06T15:14:01.489892+0000 mgr.x (mgr.25031) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[25023]: cephadm 2023-12-06T15:14:01.510220+0000 mgr.x (mgr.25031) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[30481]: cluster 2023-12-06T15:14:01.352679+0000 mgr.x (mgr.25031) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[30481]: audit 2023-12-06T15:14:01.441777+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[30481]: audit 2023-12-06T15:14:01.452688+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[30481]: cephadm 2023-12-06T15:14:01.489892+0000 mgr.x (mgr.25031) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-06T15:14:02.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[30481]: cephadm 2023-12-06T15:14:01.510220+0000 mgr.x (mgr.25031) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi029 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.651Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.651Z 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-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.652Z 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-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.652Z 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-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:14:02.783 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:14:02.784 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:14:02.785 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:14:02.786 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:14:02 smithi029 bash[59730]: ts=2023-12-06T15:14:02.653Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:14:03.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:03 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:03] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.33.4" 2023-12-06T15:14:03.781 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:03 smithi029 bash[49350]: level=error ts=2023-12-06T15:14:03.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:14:03.781 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:14:03.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.29:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.29 because it doesn't contain any IP SANs" 2023-12-06T15:14:03.782 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:03 smithi029 bash[49350]: level=warn ts=2023-12-06T15:14:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.140:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.140 because it doesn't contain any IP SANs" 2023-12-06T15:14:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:04 smithi029 bash[25023]: cluster 2023-12-06T15:14:03.353453+0000 mgr.x (mgr.25031) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:04 smithi029 bash[25023]: audit 2023-12-06T15:14:03.518208+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:04.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:04 smithi029 bash[30481]: cluster 2023-12-06T15:14:03.353453+0000 mgr.x (mgr.25031) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:04.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:04 smithi029 bash[30481]: audit 2023-12-06T15:14:03.518208+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:04 smithi140 bash[24947]: cluster 2023-12-06T15:14:03.353453+0000 mgr.x (mgr.25031) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:04 smithi140 bash[24947]: audit 2023-12-06T15:14:03.518208+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:05.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:14:04 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:14:07.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:06 smithi029 bash[30481]: cluster 2023-12-06T15:14:05.355170+0000 mgr.x (mgr.25031) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:07.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:06 smithi029 bash[25023]: cluster 2023-12-06T15:14:05.355170+0000 mgr.x (mgr.25031) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:07.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:06 smithi140 bash[24947]: cluster 2023-12-06T15:14:05.355170+0000 mgr.x (mgr.25031) 48 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:08.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:07 smithi029 bash[30481]: audit 2023-12-06T15:14:06.295014+0000 mgr.x (mgr.25031) 49 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:07 smithi029 bash[25023]: audit 2023-12-06T15:14:06.295014+0000 mgr.x (mgr.25031) 49 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:07 smithi140 bash[24947]: audit 2023-12-06T15:14:06.295014+0000 mgr.x (mgr.25031) 49 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:09.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:08 smithi029 bash[30481]: cluster 2023-12-06T15:14:07.355932+0000 mgr.x (mgr.25031) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:09.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:08 smithi029 bash[25023]: cluster 2023-12-06T15:14:07.355932+0000 mgr.x (mgr.25031) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:09.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:08 smithi140 bash[24947]: cluster 2023-12-06T15:14:07.355932+0000 mgr.x (mgr.25031) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:10.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:10 smithi029 bash[30481]: cluster 2023-12-06T15:14:09.356691+0000 mgr.x (mgr.25031) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:10.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:10 smithi029 bash[25023]: cluster 2023-12-06T15:14:09.356691+0000 mgr.x (mgr.25031) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:11.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:10 smithi140 bash[24947]: cluster 2023-12-06T15:14:09.356691+0000 mgr.x (mgr.25031) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:11.380 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:11 smithi029 systemd[1]: Stopping Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:14:11.380 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:11 smithi029 bash[59991]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:14:11.380 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:11 smithi029 bash[49350]: level=info ts=2023-12-06T15:14:11.182Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:14:12.127 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:11 smithi029 bash[60000]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T15:14:12.127 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:11 smithi029 bash[60036]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:14:12.127 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:12 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T15:14:12.128 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:12 smithi029 systemd[1]: Stopped Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:12.128 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:12 smithi029 systemd[1]: Started Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:12.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:12 smithi140 bash[41529]: ts=2023-12-06T15:14:12.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.29:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.140:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:14:13.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:13] "GET /metrics HTTP/1.1" 200 38137 "" "Prometheus/2.33.4" 2023-12-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: cluster 2023-12-06T15:14:11.358423+0000 mgr.x (mgr.25031) 52 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: audit 2023-12-06T15:14:12.114488+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: audit 2023-12-06T15:14:12.125464+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: audit 2023-12-06T15:14:12.152933+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: cephadm 2023-12-06T15:14:12.155913+0000 mgr.x (mgr.25031) 53 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:14:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:13 smithi140 bash[24947]: audit 2023-12-06T15:14:12.164680+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: cluster 2023-12-06T15:14:11.358423+0000 mgr.x (mgr.25031) 52 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: audit 2023-12-06T15:14:12.114488+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: audit 2023-12-06T15:14:12.125464+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: audit 2023-12-06T15:14:12.152933+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: cephadm 2023-12-06T15:14:12.155913+0000 mgr.x (mgr.25031) 53 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:14:13.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[25023]: audit 2023-12-06T15:14:12.164680+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: cluster 2023-12-06T15:14:11.358423+0000 mgr.x (mgr.25031) 52 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: audit 2023-12-06T15:14:12.114488+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: audit 2023-12-06T15:14:12.125464+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: audit 2023-12-06T15:14:12.152933+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: cephadm 2023-12-06T15:14:12.155913+0000 mgr.x (mgr.25031) 53 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:14:13.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:13 smithi029 bash[30481]: audit 2023-12-06T15:14:12.164680+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:14:14.172 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[30481]: cephadm 2023-12-06T15:14:12.171225+0000 mgr.x (mgr.25031) 54 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:14:14.172 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[25023]: cephadm 2023-12-06T15:14:12.171225+0000 mgr.x (mgr.25031) 54 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:14:14.172 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.021Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.021Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.026Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.29 port=9094 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.029Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.081Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.081Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.085Z caller=main.go:518 msg=Listening address=:9093 2023-12-06T15:14:14.173 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:14.085Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-06T15:14:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:14 smithi140 bash[24947]: cephadm 2023-12-06T15:14:12.171225+0000 mgr.x (mgr.25031) 54 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:14:15.192 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:15 smithi029 bash[25023]: cluster 2023-12-06T15:14:13.359174+0000 mgr.x (mgr.25031) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:15.193 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:14:14 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:14] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:14:15.193 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:15 smithi029 bash[30481]: cluster 2023-12-06T15:14:13.359174+0000 mgr.x (mgr.25031) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:15.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:15 smithi140 bash[24947]: cluster 2023-12-06T15:14:13.359174+0000 mgr.x (mgr.25031) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:16.138 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:16 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:16.029Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000108874s 2023-12-06T15:14:17.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[25023]: cluster 2023-12-06T15:14:15.360943+0000 mgr.x (mgr.25031) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:17.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[25023]: audit 2023-12-06T15:14:16.821922+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:17.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[25023]: audit 2023-12-06T15:14:16.828798+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:17.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[30481]: cluster 2023-12-06T15:14:15.360943+0000 mgr.x (mgr.25031) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:17.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[30481]: audit 2023-12-06T15:14:16.821922+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:17.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:17 smithi029 bash[30481]: audit 2023-12-06T15:14:16.828798+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:17 smithi140 bash[24947]: cluster 2023-12-06T15:14:15.360943+0000 mgr.x (mgr.25031) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:17 smithi140 bash[24947]: audit 2023-12-06T15:14:16.821922+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:17 smithi140 bash[24947]: audit 2023-12-06T15:14:16.828798+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:18.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:18 smithi029 bash[25023]: cephadm 2023-12-06T15:14:16.848633+0000 mgr.x (mgr.25031) 57 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:14:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:18 smithi029 bash[25023]: cephadm 2023-12-06T15:14:17.093148+0000 mgr.x (mgr.25031) 58 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:14:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:18 smithi029 bash[30481]: cephadm 2023-12-06T15:14:16.848633+0000 mgr.x (mgr.25031) 57 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:14:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:18 smithi029 bash[30481]: cephadm 2023-12-06T15:14:17.093148+0000 mgr.x (mgr.25031) 58 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:14:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:18 smithi140 bash[24947]: cephadm 2023-12-06T15:14:16.848633+0000 mgr.x (mgr.25031) 57 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:14:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:18 smithi140 bash[24947]: cephadm 2023-12-06T15:14:17.093148+0000 mgr.x (mgr.25031) 58 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:14:19.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:19 smithi029 bash[25023]: cluster 2023-12-06T15:14:17.361770+0000 mgr.x (mgr.25031) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:19.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:19 smithi029 bash[25023]: audit 2023-12-06T15:14:18.518721+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:19.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:19 smithi029 bash[30481]: cluster 2023-12-06T15:14:17.361770+0000 mgr.x (mgr.25031) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:19.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:19 smithi029 bash[30481]: audit 2023-12-06T15:14:18.518721+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:19.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:19 smithi140 bash[24947]: cluster 2023-12-06T15:14:17.361770+0000 mgr.x (mgr.25031) 59 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:19.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:19 smithi140 bash[24947]: audit 2023-12-06T15:14:18.518721+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:20.457 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:14:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[25023]: audit 2023-12-06T15:14:19.323018+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.29:0/3852013031' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:14:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[25023]: audit 2023-12-06T15:14:19.717343+0000 mon.c (mon.1) 140 : audit [INF] from='client.? 172.21.15.29:0/3365280541' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[25023]: audit 2023-12-06T15:14:19.718019+0000 mon.a (mon.0) 919 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[30481]: audit 2023-12-06T15:14:19.323018+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.29:0/3852013031' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:14:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[30481]: audit 2023-12-06T15:14:19.717343+0000 mon.c (mon.1) 140 : audit [INF] from='client.? 172.21.15.29:0/3365280541' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:20 smithi029 bash[30481]: audit 2023-12-06T15:14:19.718019+0000 mon.a (mon.0) 919 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:20 smithi140 bash[24947]: audit 2023-12-06T15:14:19.323018+0000 mon.a (mon.0) 918 : audit [DBG] from='client.? 172.21.15.29:0/3852013031' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:14:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:20 smithi140 bash[24947]: audit 2023-12-06T15:14:19.717343+0000 mon.c (mon.1) 140 : audit [INF] from='client.? 172.21.15.29:0/3365280541' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:20 smithi140 bash[24947]: audit 2023-12-06T15:14:19.718019+0000 mon.a (mon.0) 919 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]: dispatch 2023-12-06T15:14:21.232 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:14:21.232 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 starting - - - - 2023-12-06T15:14:21.232 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (7m) 33s ago 7m 47.4M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:14:21.232 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 starting - - - - 2023-12-06T15:14:21.232 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283 running (61s) 33s ago 13m 478M - 19.0.0-26-g0482646f 26bb7d89db2e 992c1cbf28d2 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (15m) 33s ago 15m 405M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (15m) 33s ago 15m 61.2M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (14m) 33s ago 14m 50.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (14m) 33s ago 14m 49.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 starting - - - - 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (7m) 33s ago 7m 12.0M - 1.3.1 1dbe0e931976 3b2a290e218a 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (13m) 33s ago 13m 57.0M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (12m) 33s ago 12m 57.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (11m) 33s ago 12m 51.8M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (11m) 33s ago 11m 56.0M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (10m) 33s ago 10m 57.8M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (10m) 33s ago 10m 53.8M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (9m) 33s ago 9m 51.6M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (8m) 33s ago 8m 56.7M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (6m) 33s ago 8m 61.3M - 2.33.4 514e6a882f6e 27e112135d95 2023-12-06T15:14:21.233 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (5m) 33s ago 5m 85.6M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:14:21.234 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (5m) 33s ago 5m 87.6M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:14:21.234 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (5m) 33s ago 5m 85.5M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:14:21.234 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (5m) 33s ago 5m 85.8M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:14:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[25023]: cluster 2023-12-06T15:14:19.362368+0000 mgr.x (mgr.25031) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[25023]: audit 2023-12-06T15:14:20.702013+0000 mon.a (mon.0) 920 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]': finished 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[25023]: cluster 2023-12-06T15:14:20.702133+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[25023]: audit 2023-12-06T15:14:21.085295+0000 mon.c (mon.1) 141 : audit [INF] from='client.? 172.21.15.29:0/3064011507' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[25023]: audit 2023-12-06T15:14:21.086367+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[30481]: cluster 2023-12-06T15:14:19.362368+0000 mgr.x (mgr.25031) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[30481]: audit 2023-12-06T15:14:20.702013+0000 mon.a (mon.0) 920 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]': finished 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[30481]: cluster 2023-12-06T15:14:20.702133+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[30481]: audit 2023-12-06T15:14:21.085295+0000 mon.c (mon.1) 141 : audit [INF] from='client.? 172.21.15.29:0/3064011507' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:21 smithi029 bash[30481]: audit 2023-12-06T15:14:21.086367+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:21 smithi140 bash[24947]: cluster 2023-12-06T15:14:19.362368+0000 mgr.x (mgr.25031) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:21 smithi140 bash[24947]: audit 2023-12-06T15:14:20.702013+0000 mon.a (mon.0) 920 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/347400437"}]': finished 2023-12-06T15:14:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:21 smithi140 bash[24947]: cluster 2023-12-06T15:14:20.702133+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-06T15:14:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:21 smithi140 bash[24947]: audit 2023-12-06T15:14:21.085295+0000 mon.c (mon.1) 141 : audit [INF] from='client.? 172.21.15.29:0/3064011507' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:21 smithi140 bash[24947]: audit 2023-12-06T15:14:21.086367+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]: dispatch 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:21.672 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:14:21.673 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:14:22.055 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:14:22.502 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:14:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: audit 2023-12-06T15:14:20.442059+0000 mgr.x (mgr.25031) 61 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: audit 2023-12-06T15:14:20.825504+0000 mgr.x (mgr.25031) 62 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: audit 2023-12-06T15:14:21.668533+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.29:0/2810985098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: audit 2023-12-06T15:14:21.700765+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]': finished 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: cluster 2023-12-06T15:14:21.700859+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[25023]: audit 2023-12-06T15:14:22.091022+0000 mon.a (mon.0) 926 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: audit 2023-12-06T15:14:20.442059+0000 mgr.x (mgr.25031) 61 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: audit 2023-12-06T15:14:20.825504+0000 mgr.x (mgr.25031) 62 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: audit 2023-12-06T15:14:21.668533+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.29:0/2810985098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: audit 2023-12-06T15:14:21.700765+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]': finished 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: cluster 2023-12-06T15:14:21.700859+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:14:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:22 smithi029 bash[30481]: audit 2023-12-06T15:14:22.091022+0000 mon.a (mon.0) 926 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]: dispatch 2023-12-06T15:14:22.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[41529]: ts=2023-12-06T15:14:22.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.29:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.140:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:14:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: audit 2023-12-06T15:14:20.442059+0000 mgr.x (mgr.25031) 61 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: audit 2023-12-06T15:14:20.825504+0000 mgr.x (mgr.25031) 62 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: audit 2023-12-06T15:14:21.668533+0000 mon.a (mon.0) 923 : audit [DBG] from='client.? 172.21.15.29:0/2810985098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: audit 2023-12-06T15:14:21.700765+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6800/1411470026"}]': finished 2023-12-06T15:14:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: cluster 2023-12-06T15:14:21.700859+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-06T15:14:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:22 smithi140 bash[24947]: audit 2023-12-06T15:14:22.091022+0000 mon.a (mon.0) 926 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]: dispatch 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:21.204940+0000 mgr.x (mgr.25031) 63 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: cluster 2023-12-06T15:14:21.363007+0000 mgr.x (mgr.25031) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:22.054656+0000 mgr.x (mgr.25031) 65 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:22.498405+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.29:0/1986135132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:22.707221+0000 mon.a (mon.0) 928 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]': finished 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: cluster 2023-12-06T15:14:22.707503+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:23.104917+0000 mon.c (mon.1) 142 : audit [INF] from='client.? 172.21.15.29:0/2260528565' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[25023]: audit 2023-12-06T15:14:23.105867+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:21.204940+0000 mgr.x (mgr.25031) 63 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: cluster 2023-12-06T15:14:21.363007+0000 mgr.x (mgr.25031) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:22.054656+0000 mgr.x (mgr.25031) 65 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:22.498405+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.29:0/1986135132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:22.707221+0000 mon.a (mon.0) 928 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]': finished 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: cluster 2023-12-06T15:14:22.707503+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:23.104917+0000 mon.c (mon.1) 142 : audit [INF] from='client.? 172.21.15.29:0/2260528565' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:23.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:23 smithi029 bash[30481]: audit 2023-12-06T15:14:23.105867+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:23.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:23] "GET /metrics HTTP/1.1" 200 38138 "" "Prometheus/2.33.4" 2023-12-06T15:14:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:21.204940+0000 mgr.x (mgr.25031) 63 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: cluster 2023-12-06T15:14:21.363007+0000 mgr.x (mgr.25031) 64 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:22.054656+0000 mgr.x (mgr.25031) 65 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:22.498405+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.29:0/1986135132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:22.707221+0000 mon.a (mon.0) 928 : audit [INF] from='client.? 172.21.15.29:0/3557826028' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/702588584"}]': finished 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: cluster 2023-12-06T15:14:22.707503+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:23.104917+0000 mon.c (mon.1) 142 : audit [INF] from='client.? 172.21.15.29:0/2260528565' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:23 smithi140 bash[24947]: audit 2023-12-06T15:14:23.105867+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]: dispatch 2023-12-06T15:14:24.531 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[60066]: level=info ts=2023-12-06T15:14:24.032Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003111484s 2023-12-06T15:14:25.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[30481]: cluster 2023-12-06T15:14:23.363729+0000 mgr.x (mgr.25031) 66 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:14:25.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[30481]: audit 2023-12-06T15:14:23.709874+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]': finished 2023-12-06T15:14:25.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[30481]: cluster 2023-12-06T15:14:23.710079+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[30481]: audit 2023-12-06T15:14:24.106456+0000 mon.a (mon.0) 933 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]: dispatch 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[25302]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[25023]: cluster 2023-12-06T15:14:23.363729+0000 mgr.x (mgr.25031) 66 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[25023]: audit 2023-12-06T15:14:23.709874+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]': finished 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[25023]: cluster 2023-12-06T15:14:23.710079+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:14:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:24 smithi029 bash[25023]: audit 2023-12-06T15:14:24.106456+0000 mon.a (mon.0) 933 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]: dispatch 2023-12-06T15:14:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:24 smithi140 bash[24947]: cluster 2023-12-06T15:14:23.363729+0000 mgr.x (mgr.25031) 66 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:14:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:24 smithi140 bash[24947]: audit 2023-12-06T15:14:23.709874+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/226974872"}]': finished 2023-12-06T15:14:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:24 smithi140 bash[24947]: cluster 2023-12-06T15:14:23.710079+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-06T15:14:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:24 smithi140 bash[24947]: audit 2023-12-06T15:14:24.106456+0000 mon.a (mon.0) 933 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]: dispatch 2023-12-06T15:14:26.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[25023]: audit 2023-12-06T15:14:24.709942+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]': finished 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[25023]: cluster 2023-12-06T15:14:24.710057+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[25023]: audit 2023-12-06T15:14:25.110827+0000 mon.c (mon.1) 143 : audit [INF] from='client.? 172.21.15.29:0/4220089633' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[25023]: audit 2023-12-06T15:14:25.111606+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[30481]: audit 2023-12-06T15:14:24.709942+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]': finished 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[30481]: cluster 2023-12-06T15:14:24.710057+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[30481]: audit 2023-12-06T15:14:25.110827+0000 mon.c (mon.1) 143 : audit [INF] from='client.? 172.21.15.29:0/4220089633' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:25 smithi029 bash[30481]: audit 2023-12-06T15:14:25.111606+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:25 smithi140 bash[24947]: audit 2023-12-06T15:14:24.709942+0000 mon.a (mon.0) 934 : audit [INF] from='client.? 172.21.15.29:0/3229647652' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:6801/1411470026"}]': finished 2023-12-06T15:14:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:25 smithi140 bash[24947]: cluster 2023-12-06T15:14:24.710057+0000 mon.a (mon.0) 935 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-06T15:14:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:25 smithi140 bash[24947]: audit 2023-12-06T15:14:25.110827+0000 mon.c (mon.1) 143 : audit [INF] from='client.? 172.21.15.29:0/4220089633' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:25 smithi140 bash[24947]: audit 2023-12-06T15:14:25.111606+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]: dispatch 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[25023]: cluster 2023-12-06T15:14:25.364510+0000 mgr.x (mgr.25031) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[25023]: audit 2023-12-06T15:14:25.730413+0000 mon.a (mon.0) 937 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]': finished 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[25023]: cluster 2023-12-06T15:14:25.730607+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[25023]: audit 2023-12-06T15:14:26.122346+0000 mon.c (mon.1) 144 : audit [INF] from='client.? 172.21.15.29:0/1379050148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[25023]: audit 2023-12-06T15:14:26.123324+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[30481]: cluster 2023-12-06T15:14:25.364510+0000 mgr.x (mgr.25031) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[30481]: audit 2023-12-06T15:14:25.730413+0000 mon.a (mon.0) 937 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]': finished 2023-12-06T15:14:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[30481]: cluster 2023-12-06T15:14:25.730607+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:14:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[30481]: audit 2023-12-06T15:14:26.122346+0000 mon.c (mon.1) 144 : audit [INF] from='client.? 172.21.15.29:0/1379050148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:26 smithi029 bash[30481]: audit 2023-12-06T15:14:26.123324+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:26 smithi140 bash[24947]: cluster 2023-12-06T15:14:25.364510+0000 mgr.x (mgr.25031) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:26 smithi140 bash[24947]: audit 2023-12-06T15:14:25.730413+0000 mon.a (mon.0) 937 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/3302052940"}]': finished 2023-12-06T15:14:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:26 smithi140 bash[24947]: cluster 2023-12-06T15:14:25.730607+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-06T15:14:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:26 smithi140 bash[24947]: audit 2023-12-06T15:14:26.122346+0000 mon.c (mon.1) 144 : audit [INF] from='client.? 172.21.15.29:0/1379050148' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:26 smithi140 bash[24947]: audit 2023-12-06T15:14:26.123324+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]: dispatch 2023-12-06T15:14:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:27 smithi029 bash[25023]: audit 2023-12-06T15:14:26.732265+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]': finished 2023-12-06T15:14:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:27 smithi029 bash[25023]: cluster 2023-12-06T15:14:26.732505+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:14:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:27 smithi029 bash[30481]: audit 2023-12-06T15:14:26.732265+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]': finished 2023-12-06T15:14:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:27 smithi029 bash[30481]: cluster 2023-12-06T15:14:26.732505+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:14:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:27 smithi140 bash[24947]: audit 2023-12-06T15:14:26.732265+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi029.ozjfoq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.29:0/4029585197"}]': finished 2023-12-06T15:14:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:27 smithi140 bash[24947]: cluster 2023-12-06T15:14:26.732505+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-06T15:14:28.860 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:28 smithi140 bash[24947]: cluster 2023-12-06T15:14:27.365302+0000 mgr.x (mgr.25031) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:28 smithi029 bash[30481]: cluster 2023-12-06T15:14:27.365302+0000 mgr.x (mgr.25031) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:28 smithi029 bash[25023]: cluster 2023-12-06T15:14:27.365302+0000 mgr.x (mgr.25031) 68 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:29.718 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 systemd[1]: Stopping Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:14:29.718 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[47083]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.497Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.498Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.498Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.498Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.498Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.499Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:14:29.719 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[41529]: ts=2023-12-06T15:14:29.499Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:14:30.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:29 smithi029 bash[25023]: audit 2023-12-06T15:14:28.975694+0000 mgr.x (mgr.25031) 69 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:30.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:29 smithi029 bash[30481]: audit 2023-12-06T15:14:28.975694+0000 mgr.x (mgr.25031) 69 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:30.043 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:29 smithi140 bash[24947]: audit 2023-12-06T15:14:28.975694+0000 mgr.x (mgr.25031) 69 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:30.325 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[47092]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T15:14:30.325 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[47128]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:14:30.325 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:30 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T15:14:30.325 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:30 smithi140 systemd[1]: Stopped Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:30.325 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:30 smithi140 systemd[1]: Started Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[25023]: cluster 2023-12-06T15:14:29.366074+0000 mgr.x (mgr.25031) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2023-12-06T15:14:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[25023]: audit 2023-12-06T15:14:30.310084+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[25023]: audit 2023-12-06T15:14:30.321232+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[30481]: cluster 2023-12-06T15:14:29.366074+0000 mgr.x (mgr.25031) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2023-12-06T15:14:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[30481]: audit 2023-12-06T15:14:30.310084+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:30 smithi029 bash[30481]: audit 2023-12-06T15:14:30.321232+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.146 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[24947]: cluster 2023-12-06T15:14:29.366074+0000 mgr.x (mgr.25031) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2023-12-06T15:14:31.147 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[24947]: audit 2023-12-06T15:14:30.310084+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.147 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[24947]: audit 2023-12-06T15:14:30.321232+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:31.147 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:30 smithi140 systemd[1]: Stopping Ceph node-exporter.b for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:14:31.147 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:30 smithi140 bash[47181]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:14:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[24947]: cephadm 2023-12-06T15:14:30.347311+0000 mgr.x (mgr.25031) 71 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:14:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[24947]: cephadm 2023-12-06T15:14:30.348048+0000 mgr.x (mgr.25031) 72 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi140 2023-12-06T15:14:31.875 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47192]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T15:14:31.875 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47259]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi140 (none))" 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.709Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.711Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.712Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.716Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T15:14:31.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.719Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T15:14:31.876 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.719Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.956µs 2023-12-06T15:14:31.876 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.719Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T15:14:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:31 smithi029 bash[25023]: cephadm 2023-12-06T15:14:30.347311+0000 mgr.x (mgr.25031) 71 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:14:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:31 smithi029 bash[25023]: cephadm 2023-12-06T15:14:30.348048+0000 mgr.x (mgr.25031) 72 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi140 2023-12-06T15:14:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:31 smithi029 bash[30481]: cephadm 2023-12-06T15:14:30.347311+0000 mgr.x (mgr.25031) 71 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-06T15:14:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:31 smithi029 bash[30481]: cephadm 2023-12-06T15:14:30.348048+0000 mgr.x (mgr.25031) 72 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi140 2023-12-06T15:14:32.180 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:31 smithi140 bash[47157]: ts=2023-12-06T15:14:31.889Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-06T15:14:32.180 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:14:32.181 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T15:14:32.181 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 systemd[1]: Stopped Ceph node-exporter.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:32.181 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:31 smithi140 systemd[1]: Started Ceph node-exporter.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.181Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.181Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.181Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=37.262µs wal_replay_duration=462.273052ms total_replay_duration=462.323869ms 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.187Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.187Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.187Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T15:14:32.213 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.213Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.352223ms db_storage=8.7µs remote_storage=2.51µs web_handler=620ns query_engine=1.103µs scrape=654.061µs scrape_sd=202.532µs notify=31.049µs notify_sd=24.76µs rules=23.762915ms 2023-12-06T15:14:32.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[47157]: ts=2023-12-06T15:14:32.213Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:14:33.193 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: cluster 2023-12-06T15:14:31.367757+0000 mgr.x (mgr.25031) 73 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-06T15:14:33.193 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:31.938928+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.193 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:31.949529+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.193 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: cephadm 2023-12-06T15:14:31.966630+0000 mgr.x (mgr.25031) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: cephadm 2023-12-06T15:14:31.982494+0000 mgr.x (mgr.25031) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:32.003532+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:32.011012+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:32.015097+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: audit 2023-12-06T15:14:32.019895+0000 mgr.x (mgr.25031) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.194 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:32 smithi140 bash[24947]: cephadm 2023-12-06T15:14:32.023722+0000 mgr.x (mgr.25031) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi140 2023-12-06T15:14:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: cluster 2023-12-06T15:14:31.367757+0000 mgr.x (mgr.25031) 73 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:31.938928+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:31.949529+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: cephadm 2023-12-06T15:14:31.966630+0000 mgr.x (mgr.25031) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: cephadm 2023-12-06T15:14:31.982494+0000 mgr.x (mgr.25031) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:32.003532+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:32.011012+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:32.015097+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: audit 2023-12-06T15:14:32.019895+0000 mgr.x (mgr.25031) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[30481]: cephadm 2023-12-06T15:14:32.023722+0000 mgr.x (mgr.25031) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi140 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: cluster 2023-12-06T15:14:31.367757+0000 mgr.x (mgr.25031) 73 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:31.938928+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:31.949529+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: cephadm 2023-12-06T15:14:31.966630+0000 mgr.x (mgr.25031) 74 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: cephadm 2023-12-06T15:14:31.982494+0000 mgr.x (mgr.25031) 75 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:32.003532+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:32.011012+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:32.015097+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: audit 2023-12-06T15:14:32.019895+0000 mgr.x (mgr.25031) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T15:14:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:32 smithi029 bash[25023]: cephadm 2023-12-06T15:14:32.023722+0000 mgr.x (mgr.25031) 77 : cephadm [INF] Reconfiguring daemon grafana.a on smithi140 2023-12-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.231Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.231Z 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-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.231Z 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-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.231Z 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-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=arp 2023-12-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-06T15:14:33.625 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=edac 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-06T15:14:33.626 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-06T15:14:33.627 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=os 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=stat 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-06T15:14:33.628 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=time 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=uname 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-06T15:14:33.629 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[47312]: ts=2023-12-06T15:14:33.233Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-06T15:14:34.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:33 smithi029 bash[25023]: audit 2023-12-06T15:14:33.519769+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:34.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:33 smithi029 bash[30481]: audit 2023-12-06T15:14:33.519769+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:34.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:33 smithi140 bash[24947]: audit 2023-12-06T15:14:33.519769+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:35.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:34 smithi029 bash[25023]: cluster 2023-12-06T15:14:33.368575+0000 mgr.x (mgr.25031) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:14:35.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:34 smithi029 bash[30481]: cluster 2023-12-06T15:14:33.368575+0000 mgr.x (mgr.25031) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:14:35.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:34 smithi140 bash[24947]: cluster 2023-12-06T15:14:33.368575+0000 mgr.x (mgr.25031) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:14:37.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:36 smithi029 bash[25023]: cluster 2023-12-06T15:14:35.370160+0000 mgr.x (mgr.25031) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:14:37.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:36 smithi029 bash[30481]: cluster 2023-12-06T15:14:35.370160+0000 mgr.x (mgr.25031) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:14:37.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:36 smithi140 bash[24947]: cluster 2023-12-06T15:14:35.370160+0000 mgr.x (mgr.25031) 79 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:14:39.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:38 smithi029 bash[25023]: cluster 2023-12-06T15:14:37.370787+0000 mgr.x (mgr.25031) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-06T15:14:39.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:38 smithi029 bash[30481]: cluster 2023-12-06T15:14:37.370787+0000 mgr.x (mgr.25031) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-06T15:14:39.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:38 smithi140 bash[24947]: cluster 2023-12-06T15:14:37.370787+0000 mgr.x (mgr.25031) 80 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-06T15:14:40.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:39 smithi029 bash[25023]: audit 2023-12-06T15:14:38.987088+0000 mgr.x (mgr.25031) 81 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:40.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:39 smithi029 bash[30481]: audit 2023-12-06T15:14:38.987088+0000 mgr.x (mgr.25031) 81 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:40.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:39 smithi140 bash[24947]: audit 2023-12-06T15:14:38.987088+0000 mgr.x (mgr.25031) 81 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:41.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:40 smithi029 bash[25023]: cluster 2023-12-06T15:14:39.371533+0000 mgr.x (mgr.25031) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:41.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:40 smithi029 bash[30481]: cluster 2023-12-06T15:14:39.371533+0000 mgr.x (mgr.25031) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:41.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:40 smithi140 bash[24947]: cluster 2023-12-06T15:14:39.371533+0000 mgr.x (mgr.25031) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:42 smithi029 bash[25023]: cluster 2023-12-06T15:14:41.372698+0000 mgr.x (mgr.25031) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:42 smithi029 bash[30481]: cluster 2023-12-06T15:14:41.372698+0000 mgr.x (mgr.25031) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:43.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:42 smithi140 bash[24947]: cluster 2023-12-06T15:14:41.372698+0000 mgr.x (mgr.25031) 83 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:43.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:43 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:43] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-06T15:14:45.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:44 smithi029 bash[25023]: cluster 2023-12-06T15:14:43.373298+0000 mgr.x (mgr.25031) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:45.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:44 smithi029 bash[30481]: cluster 2023-12-06T15:14:43.373298+0000 mgr.x (mgr.25031) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:45.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:44 smithi140 bash[24947]: cluster 2023-12-06T15:14:43.373298+0000 mgr.x (mgr.25031) 84 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:47.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:46 smithi029 bash[25023]: cluster 2023-12-06T15:14:45.375061+0000 mgr.x (mgr.25031) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:47.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:46 smithi029 bash[30481]: cluster 2023-12-06T15:14:45.375061+0000 mgr.x (mgr.25031) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:47.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:46 smithi140 bash[24947]: cluster 2023-12-06T15:14:45.375061+0000 mgr.x (mgr.25031) 85 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:48.988 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:48 smithi140 bash[47157]: ts=2023-12-06T15:14: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:14:49.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:48 smithi029 bash[30481]: cluster 2023-12-06T15:14:47.375896+0000 mgr.x (mgr.25031) 86 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:49.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:48 smithi029 bash[30481]: audit 2023-12-06T15:14:48.520688+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:48 smithi029 bash[25023]: cluster 2023-12-06T15:14:47.375896+0000 mgr.x (mgr.25031) 86 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:49.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:48 smithi029 bash[25023]: audit 2023-12-06T15:14:48.520688+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:48 smithi140 bash[24947]: cluster 2023-12-06T15:14:47.375896+0000 mgr.x (mgr.25031) 86 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:48 smithi140 bash[24947]: audit 2023-12-06T15:14:48.520688+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:14:50.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:49 smithi029 bash[25023]: audit 2023-12-06T15:14:48.995423+0000 mgr.x (mgr.25031) 87 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:50.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:49 smithi029 bash[30481]: audit 2023-12-06T15:14:48.995423+0000 mgr.x (mgr.25031) 87 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:50.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:49 smithi140 bash[24947]: audit 2023-12-06T15:14:48.995423+0000 mgr.x (mgr.25031) 87 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:14:51.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:50 smithi029 bash[25023]: cluster 2023-12-06T15:14:49.376957+0000 mgr.x (mgr.25031) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:51.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:50 smithi029 bash[30481]: cluster 2023-12-06T15:14:49.376957+0000 mgr.x (mgr.25031) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:51.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:51 smithi140 bash[24947]: cluster 2023-12-06T15:14:49.376957+0000 mgr.x (mgr.25031) 88 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:52.912 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:14:53.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:52 smithi029 bash[25023]: cluster 2023-12-06T15:14:51.378438+0000 mgr.x (mgr.25031) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:53.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:53 smithi029 bash[30481]: cluster 2023-12-06T15:14:51.378438+0000 mgr.x (mgr.25031) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:53.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:53 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:14:53] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.33.4" 2023-12-06T15:14:53.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:53 smithi140 bash[24947]: cluster 2023-12-06T15:14:51.378438+0000 mgr.x (mgr.25031) 89 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:53.684 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:14:53.684 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 starting - - - - 2023-12-06T15:14:53.684 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (7m) 65s ago 7m 47.4M - 8.3.5 dad864ee21e9 d15532a0a2c1 2023-12-06T15:14:53.684 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 starting - - - - 2023-12-06T15:14:53.684 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283 running (93s) 65s ago 14m 478M - 19.0.0-26-g0482646f 26bb7d89db2e 992c1cbf28d2 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:9283 running (16m) 65s ago 16m 405M - 17.2.0 e1d6a67b021e 0ba7dc89c1ef 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (16m) 65s ago 16m 61.2M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (14m) 65s ago 14m 50.7M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (14m) 65s ago 14m 49.2M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 starting - - - - 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 starting - - - - 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (13m) 65s ago 13m 57.0M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (13m) 65s ago 13m 57.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (12m) 65s ago 12m 51.8M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (11m) 65s ago 11m 56.0M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (11m) 65s ago 11m 57.8M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (10m) 65s ago 10m 53.8M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (10m) 65s ago 10m 51.6M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:14:53.685 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (9m) 65s ago 9m 56.7M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:14:53.686 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 starting - - - - 2023-12-06T15:14:53.686 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (6m) 65s ago 6m 85.6M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:14:53.686 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (6m) 65s ago 6m 87.6M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:14:53.686 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (5m) 65s ago 5m 85.5M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:14:53.686 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (5m) 65s ago 5m 85.8M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:14:54.138 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:14:54.138 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:14:54.138 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:14:54.138 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:54.138 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:14:54.139 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:14:54.140 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:14:54.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:54 smithi029 bash[25023]: audit 2023-12-06T15:14:52.894461+0000 mgr.x (mgr.25031) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:54.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:54 smithi029 bash[30481]: audit 2023-12-06T15:14:52.894461+0000 mgr.x (mgr.25031) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:54 smithi140 bash[24947]: audit 2023-12-06T15:14:52.894461+0000 mgr.x (mgr.25031) 90 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:14:54.526 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:14:54.981 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:14:55.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[24947]: audit 2023-12-06T15:14:53.283767+0000 mgr.x (mgr.25031) 91 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[24947]: cluster 2023-12-06T15:14:53.379221+0000 mgr.x (mgr.25031) 92 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[24947]: audit 2023-12-06T15:14:53.662201+0000 mgr.x (mgr.25031) 93 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[24947]: audit 2023-12-06T15:14:54.134268+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.29:0/4058333868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:55.274 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[24947]: audit 2023-12-06T15:14:54.978093+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.29:0/1473931347' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:55.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[30481]: audit 2023-12-06T15:14:53.283767+0000 mgr.x (mgr.25031) 91 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[30481]: cluster 2023-12-06T15:14:53.379221+0000 mgr.x (mgr.25031) 92 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[30481]: audit 2023-12-06T15:14:53.662201+0000 mgr.x (mgr.25031) 93 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[30481]: audit 2023-12-06T15:14:54.134268+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.29:0/4058333868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:55.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[30481]: audit 2023-12-06T15:14:54.978093+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.29:0/1473931347' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:55.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[25023]: audit 2023-12-06T15:14:53.283767+0000 mgr.x (mgr.25031) 91 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[25023]: cluster 2023-12-06T15:14:53.379221+0000 mgr.x (mgr.25031) 92 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:55.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[25023]: audit 2023-12-06T15:14:53.662201+0000 mgr.x (mgr.25031) 93 : audit [DBG] from='client.25309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:55.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[25023]: audit 2023-12-06T15:14:54.134268+0000 mon.c (mon.1) 145 : audit [DBG] from='client.? 172.21.15.29:0/4058333868' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:14:55.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:55 smithi029 bash[25023]: audit 2023-12-06T15:14:54.978093+0000 mon.c (mon.1) 146 : audit [DBG] from='client.? 172.21.15.29:0/1473931347' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:14:55.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:55 smithi140 systemd[1]: Stopping Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:14:55.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[47578]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:14:55.624 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:55 smithi140 bash[40882]: t=2023-12-06T15:14:55+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T15:14:56.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:56 smithi029 bash[30481]: audit 2023-12-06T15:14:54.525118+0000 mgr.x (mgr.25031) 94 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:56.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:56 smithi029 bash[25023]: audit 2023-12-06T15:14:54.525118+0000 mgr.x (mgr.25031) 94 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:56.300 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[24947]: audit 2023-12-06T15:14:54.525118+0000 mgr.x (mgr.25031) 94 : audit [DBG] from='client.25321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:14:56.301 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[47587]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-grafana-a 2023-12-06T15:14:56.301 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[47625]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:14:56.301 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:56 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T15:14:56.301 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:56 smithi140 systemd[1]: Stopped Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:56.301 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:56 smithi140 systemd[1]: Started Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPING 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPED 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTING 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Serving on http://:::9283 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTED 2023-12-06T15:14:56.592 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPING 2023-12-06T15:14:56.593 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:14:56.593 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPED 2023-12-06T15:14:56.593 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTING 2023-12-06T15:14:56.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Serving on http://:::9283 2023-12-06T15:14:56.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTED 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPING 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STOPPED 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTING 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Serving on http://:::9283 2023-12-06T15:14:56.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:14:56 smithi140 bash[45119]: [06/Dec/2023:15:14:56] ENGINE Bus STARTED 2023-12-06T15:14:57.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: cluster 2023-12-06T15:14:55.381058+0000 mgr.x (mgr.25031) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:57.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.279438+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.289117+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.305063+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.308256+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.317350+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.332912+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.364235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.367926+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.371619+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.379486+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.387230+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.390383+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.401025+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.421576+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.429026+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.440290+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.287 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[30481]: audit 2023-12-06T15:14:56.475332+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: cluster 2023-12-06T15:14:55.381058+0000 mgr.x (mgr.25031) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.279438+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.289117+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.305063+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.308256+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.317350+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.332912+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.364235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.367926+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.371619+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.379486+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.387230+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:57.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.390383+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:57.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.401025+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.421576+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:57.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.429026+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:57.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.440290+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:57 smithi029 bash[25023]: audit 2023-12-06T15:14:56.475332+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: cluster 2023-12-06T15:14:55.381058+0000 mgr.x (mgr.25031) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.279438+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.289117+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.305063+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.308256+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:57.316 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.317350+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.332912+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.364235+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.367926+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.371619+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.379486+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.387230+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.390383+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.401025+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.421576+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.429026+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.440290+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:14:57.317 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[24947]: audit 2023-12-06T15:14:56.475332+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+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-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+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-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-06T15:14:57.649 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="App mode production" logger=settings 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+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-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=638.189µs 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-06T15:14:57.650 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-06T15:14:58.035 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-06T15:14:58.035 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-06T15:14:58.035 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-06T15:14:58.035 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:14:57 smithi140 bash[47654]: t=2023-12-06T15:14:57+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-06T15:14:58.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.309515+0000 mgr.x (mgr.25031) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.312535+0000 mgr.x (mgr.25031) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.338068+0000 mgr.x (mgr.25031) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: cephadm 2023-12-06T15:14:56.371078+0000 mgr.x (mgr.25031) 99 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.372398+0000 mgr.x (mgr.25031) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.376298+0000 mgr.x (mgr.25031) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.391776+0000 mgr.x (mgr.25031) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.395067+0000 mgr.x (mgr.25031) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.426068+0000 mgr.x (mgr.25031) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: audit 2023-12-06T15:14:56.433597+0000 mgr.x (mgr.25031) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: cephadm 2023-12-06T15:14:56.481135+0000 mgr.x (mgr.25031) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[25023]: cephadm 2023-12-06T15:14:56.481958+0000 mgr.x (mgr.25031) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.309515+0000 mgr.x (mgr.25031) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.312535+0000 mgr.x (mgr.25031) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.338068+0000 mgr.x (mgr.25031) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: cephadm 2023-12-06T15:14:56.371078+0000 mgr.x (mgr.25031) 99 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.372398+0000 mgr.x (mgr.25031) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.376298+0000 mgr.x (mgr.25031) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.391776+0000 mgr.x (mgr.25031) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.395067+0000 mgr.x (mgr.25031) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:58.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.426068+0000 mgr.x (mgr.25031) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:58.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: audit 2023-12-06T15:14:56.433597+0000 mgr.x (mgr.25031) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:58.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: cephadm 2023-12-06T15:14:56.481135+0000 mgr.x (mgr.25031) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:58.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:58 smithi029 bash[30481]: cephadm 2023-12-06T15:14:56.481958+0000 mgr.x (mgr.25031) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:58.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.309515+0000 mgr.x (mgr.25031) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.312535+0000 mgr.x (mgr.25031) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.338068+0000 mgr.x (mgr.25031) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: cephadm 2023-12-06T15:14:56.371078+0000 mgr.x (mgr.25031) 99 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.372398+0000 mgr.x (mgr.25031) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.376298+0000 mgr.x (mgr.25031) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.391776+0000 mgr.x (mgr.25031) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.395067+0000 mgr.x (mgr.25031) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi140.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.426068+0000 mgr.x (mgr.25031) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: audit 2023-12-06T15:14:56.433597+0000 mgr.x (mgr.25031) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi140.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: cephadm 2023-12-06T15:14:56.481135+0000 mgr.x (mgr.25031) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:58.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[24947]: cephadm 2023-12-06T15:14:56.481958+0000 mgr.x (mgr.25031) 107 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-06T15:14:59.036 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:14:58 smithi140 bash[47157]: ts=2023-12-06T15:14: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:14:59.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:14:59 smithi029 bash[25023]: cluster 2023-12-06T15:14:57.381768+0000 mgr.x (mgr.25031) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:59.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:14:59 smithi029 bash[30481]: cluster 2023-12-06T15:14:57.381768+0000 mgr.x (mgr.25031) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:14:59.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:14:59 smithi140 bash[24947]: cluster 2023-12-06T15:14:57.381768+0000 mgr.x (mgr.25031) 108 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:00.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: audit 2023-12-06T15:14:59.006687+0000 mgr.x (mgr.25031) 109 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:00.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: cephadm 2023-12-06T15:14:59.053331+0000 mgr.x (mgr.25031) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:15:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: audit 2023-12-06T15:14:59.057161+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: audit 2023-12-06T15:14:59.059227+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: audit 2023-12-06T15:14:59.061217+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: audit 2023-12-06T15:14:59.063292+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:00.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:00 smithi140 bash[24947]: cephadm 2023-12-06T15:14:59.069139+0000 mgr.x (mgr.25031) 111 : cephadm [INF] Deploying daemon mgr.y on smithi029 2023-12-06T15:15:00.377 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: audit 2023-12-06T15:14:59.006687+0000 mgr.x (mgr.25031) 109 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:00.377 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: cephadm 2023-12-06T15:14:59.053331+0000 mgr.x (mgr.25031) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: audit 2023-12-06T15:14:59.057161+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: audit 2023-12-06T15:14:59.059227+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: audit 2023-12-06T15:14:59.061217+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: audit 2023-12-06T15:14:59.063292+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[30481]: cephadm 2023-12-06T15:14:59.069139+0000 mgr.x (mgr.25031) 111 : cephadm [INF] Deploying daemon mgr.y on smithi029 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: audit 2023-12-06T15:14:59.006687+0000 mgr.x (mgr.25031) 109 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: cephadm 2023-12-06T15:14:59.053331+0000 mgr.x (mgr.25031) 110 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: audit 2023-12-06T15:14:59.057161+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: audit 2023-12-06T15:14:59.059227+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: audit 2023-12-06T15:14:59.061217+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: audit 2023-12-06T15:14:59.063292+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:00.378 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:00 smithi029 bash[25023]: cephadm 2023-12-06T15:14:59.069139+0000 mgr.x (mgr.25031) 111 : cephadm [INF] Deploying daemon mgr.y on smithi029 2023-12-06T15:15:01.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:01 smithi029 bash[30481]: cluster 2023-12-06T15:14:59.382747+0000 mgr.x (mgr.25031) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:01.342 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:01 smithi029 bash[25023]: cluster 2023-12-06T15:14:59.382747+0000 mgr.x (mgr.25031) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:01 smithi140 bash[24947]: cluster 2023-12-06T15:14:59.382747+0000 mgr.x (mgr.25031) 112 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:01.769 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:01 smithi029 systemd[1]: Stopping Ceph mgr.y for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:15:02.594 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 bash[61235]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:15:02.594 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:15:02.595 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 bash[61321]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:15:02.851 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-06T15:15:02.852 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 systemd[1]: Stopped Ceph mgr.y for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:03.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:02 smithi029 systemd[1]: Started Ceph mgr.y for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:03.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[30481]: cluster 2023-12-06T15:15:01.384358+0000 mgr.x (mgr.25031) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:03.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[30481]: audit 2023-12-06T15:15:02.898067+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[30481]: audit 2023-12-06T15:15:02.906423+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[25023]: cluster 2023-12-06T15:15:01.384358+0000 mgr.x (mgr.25031) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[25023]: audit 2023-12-06T15:15:02.898067+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:03 smithi029 bash[25023]: audit 2023-12-06T15:15:02.906423+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:03 smithi140 bash[24947]: cluster 2023-12-06T15:15:01.384358+0000 mgr.x (mgr.25031) 113 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:03.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:03 smithi140 bash[24947]: audit 2023-12-06T15:15:02.898067+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:03 smithi140 bash[24947]: audit 2023-12-06T15:15:02.906423+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:03.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:03 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:15:03] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.33.4" 2023-12-06T15:15:04.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:04 smithi140 bash[24947]: audit 2023-12-06T15:15:03.520975+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:04.396 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:04 smithi029 bash[25023]: audit 2023-12-06T15:15:03.520975+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:04.397 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:04 smithi029 bash[61388]: debug 2023-12-06T15:15:04.215+0000 7f39da4b3700 1 -- 172.21.15.29:0/2728004953 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558feea8a1a0 con 0x558fef80a800 2023-12-06T15:15:04.397 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:04 smithi029 bash[30481]: audit 2023-12-06T15:15:03.520975+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:04.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:04 smithi029 bash[61388]: debug 2023-12-06T15:15:04.387+0000 7f39e4659200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:15:05.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:05 smithi140 bash[24947]: cluster 2023-12-06T15:15:03.385145+0000 mgr.x (mgr.25031) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:05.437 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[25023]: cluster 2023-12-06T15:15:03.385145+0000 mgr.x (mgr.25031) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:05.438 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[61388]: debug 2023-12-06T15:15:05.323+0000 7f39e4659200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:15:05.438 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[30481]: cluster 2023-12-06T15:15:03.385145+0000 mgr.x (mgr.25031) 114 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:05.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[61388]: debug 2023-12-06T15:15:05.427+0000 7f39e4659200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:15:05.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[61388]: debug 2023-12-06T15:15:05.535+0000 7f39e4659200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:15:06.189 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:05 smithi029 bash[61388]: debug 2023-12-06T15:15:05.807+0000 7f39e4659200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:15:06.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:06 smithi029 bash[61388]: debug 2023-12-06T15:15:06.179+0000 7f39e4659200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:15:06.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:06 smithi029 bash[61388]: debug 2023-12-06T15:15:06.343+0000 7f39e4659200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:15:07.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:06 smithi029 bash[61388]: debug 2023-12-06T15:15:06.571+0000 7f39e4659200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:15:07.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:07 smithi140 bash[24947]: cluster 2023-12-06T15:15:05.386946+0000 mgr.x (mgr.25031) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:07.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:07 smithi029 bash[30481]: cluster 2023-12-06T15:15:05.386946+0000 mgr.x (mgr.25031) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:07.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:07 smithi029 bash[25023]: cluster 2023-12-06T15:15:05.386946+0000 mgr.x (mgr.25031) 115 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:08.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:07 smithi029 bash[61388]: debug 2023-12-06T15:15:07.651+0000 7f39e4659200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:15:08.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:07 smithi029 bash[61388]: debug 2023-12-06T15:15:07.767+0000 7f39e4659200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:15:08.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:07 smithi029 bash[61388]: debug 2023-12-06T15:15:07.887+0000 7f39e4659200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:15:08.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:08 smithi029 bash[61388]: debug 2023-12-06T15:15:08.403+0000 7f39e4659200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:15:08.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:08 smithi029 bash[61388]: debug 2023-12-06T15:15:08.643+0000 7f39e4659200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:15:09.092 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:08 smithi140 bash[47157]: ts=2023-12-06T15:15: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:15:09.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:09 smithi029 bash[61388]: debug 2023-12-06T15:15:09.163+0000 7f39e4659200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:15:09.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:09 smithi029 bash[25023]: cluster 2023-12-06T15:15:07.387703+0000 mgr.x (mgr.25031) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:09.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:09 smithi029 bash[30481]: cluster 2023-12-06T15:15:07.387703+0000 mgr.x (mgr.25031) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:09.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:09 smithi140 bash[24947]: cluster 2023-12-06T15:15:07.387703+0000 mgr.x (mgr.25031) 116 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:10.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:09 smithi029 bash[61388]: debug 2023-12-06T15:15:09.687+0000 7f39e4659200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:15:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:10 smithi140 bash[24947]: audit 2023-12-06T15:15:09.015384+0000 mgr.x (mgr.25031) 117 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:10 smithi140 bash[24947]: audit 2023-12-06T15:15:09.387376+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:10 smithi140 bash[24947]: audit 2023-12-06T15:15:09.394772+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:10 smithi140 bash[24947]: audit 2023-12-06T15:15:09.399551+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:10 smithi140 bash[24947]: audit 2023-12-06T15:15:09.407221+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.398 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[25023]: audit 2023-12-06T15:15:09.015384+0000 mgr.x (mgr.25031) 117 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:10.398 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[25023]: audit 2023-12-06T15:15:09.387376+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.398 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[25023]: audit 2023-12-06T15:15:09.394772+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.398 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[25023]: audit 2023-12-06T15:15:09.399551+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.398 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[25023]: audit 2023-12-06T15:15:09.407221+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[61388]: debug 2023-12-06T15:15:10.271+0000 7f39e4659200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[30481]: audit 2023-12-06T15:15:09.015384+0000 mgr.x (mgr.25031) 117 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[30481]: audit 2023-12-06T15:15:09.387376+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[30481]: audit 2023-12-06T15:15:09.394772+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[30481]: audit 2023-12-06T15:15:09.399551+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.399 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[30481]: audit 2023-12-06T15:15:09.407221+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:10.763 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[61388]: debug 2023-12-06T15:15:10.391+0000 7f39e4659200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:15:11.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[61388]: debug 2023-12-06T15:15:10.755+0000 7f39e4659200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:15:11.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:10 smithi029 bash[61388]: debug 2023-12-06T15:15:10.879+0000 7f39e4659200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:15:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:11 smithi140 bash[24947]: cluster 2023-12-06T15:15:09.388771+0000 mgr.x (mgr.25031) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:11 smithi140 bash[24947]: audit 2023-12-06T15:15:10.457942+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:11 smithi140 bash[24947]: audit 2023-12-06T15:15:10.468794+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[25023]: cluster 2023-12-06T15:15:09.388771+0000 mgr.x (mgr.25031) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:11.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[25023]: audit 2023-12-06T15:15:10.457942+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[25023]: audit 2023-12-06T15:15:10.468794+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[61388]: debug 2023-12-06T15:15:11.027+0000 7f39e4659200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[61388]: debug 2023-12-06T15:15:11.143+0000 7f39e4659200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[61388]: debug 2023-12-06T15:15:11.275+0000 7f39e4659200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[30481]: cluster 2023-12-06T15:15:09.388771+0000 mgr.x (mgr.25031) 118 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[30481]: audit 2023-12-06T15:15:10.457942+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.482 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[30481]: audit 2023-12-06T15:15:10.468794+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:11.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[61388]: debug 2023-12-06T15:15:11.471+0000 7f39e4659200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:15:11.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:11 smithi029 bash[61388]: debug 2023-12-06T15:15:11.599+0000 7f39e4659200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:15:13.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: cluster 2023-12-06T15:15:11.390136+0000 mgr.x (mgr.25031) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: cluster 2023-12-06T15:15:12.909301+0000 mon.a (mon.0) 981 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: cluster 2023-12-06T15:15:12.909496+0000 mon.a (mon.0) 982 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: audit 2023-12-06T15:15:12.913827+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: audit 2023-12-06T15:15:12.914483+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: audit 2023-12-06T15:15:12.916949+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[25023]: audit 2023-12-06T15:15:12.918426+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:12 smithi029 bash[61388]: debug 2023-12-06T15:15:12.883+0000 7f39e4659200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:12 smithi029 bash[61388]: [06/Dec/2023:15:15:12] ENGINE Bus STARTING 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[61388]: CherryPy Checker: 2023-12-06T15:15:13.282 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[61388]: The Application mounted at '' has an empty config. 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[61388]: [06/Dec/2023:15:15:13] ENGINE Serving on http://:::9283 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[61388]: [06/Dec/2023:15:15:13] ENGINE Bus STARTED 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: cluster 2023-12-06T15:15:11.390136+0000 mgr.x (mgr.25031) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: cluster 2023-12-06T15:15:12.909301+0000 mon.a (mon.0) 981 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: cluster 2023-12-06T15:15:12.909496+0000 mon.a (mon.0) 982 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: audit 2023-12-06T15:15:12.913827+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: audit 2023-12-06T15:15:12.914483+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: audit 2023-12-06T15:15:12.916949+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:15:13.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:13 smithi029 bash[30481]: audit 2023-12-06T15:15:12.918426+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:13.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:15:13] "GET /metrics HTTP/1.1" 200 38134 "" "Prometheus/2.33.4" 2023-12-06T15:15:13.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: cluster 2023-12-06T15:15:11.390136+0000 mgr.x (mgr.25031) 119 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: cluster 2023-12-06T15:15:12.909301+0000 mon.a (mon.0) 981 : cluster [DBG] Standby manager daemon y restarted 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: cluster 2023-12-06T15:15:12.909496+0000 mon.a (mon.0) 982 : cluster [DBG] Standby manager daemon y started 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: audit 2023-12-06T15:15:12.913827+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: audit 2023-12-06T15:15:12.914483+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: audit 2023-12-06T15:15:12.916949+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-06T15:15:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:13 smithi140 bash[24947]: audit 2023-12-06T15:15:12.918426+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.? 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:14.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:14 smithi029 bash[25023]: cluster 2023-12-06T15:15:13.111555+0000 mon.a (mon.0) 987 : cluster [DBG] mgrmap e27: x(active, since 100s), standbys: y 2023-12-06T15:15:14.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:14 smithi029 bash[30481]: cluster 2023-12-06T15:15:13.111555+0000 mon.a (mon.0) 987 : cluster [DBG] mgrmap e27: x(active, since 100s), standbys: y 2023-12-06T15:15:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:14 smithi140 bash[24947]: cluster 2023-12-06T15:15:13.111555+0000 mon.a (mon.0) 987 : cluster [DBG] mgrmap e27: x(active, since 100s), standbys: y 2023-12-06T15:15:15.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:15 smithi029 bash[25023]: cluster 2023-12-06T15:15:13.391035+0000 mgr.x (mgr.25031) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:15.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:15 smithi029 bash[30481]: cluster 2023-12-06T15:15:13.391035+0000 mgr.x (mgr.25031) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:15.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:15 smithi140 bash[24947]: cluster 2023-12-06T15:15:13.391035+0000 mgr.x (mgr.25031) 120 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:17.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:17 smithi029 bash[25023]: cluster 2023-12-06T15:15:15.392731+0000 mgr.x (mgr.25031) 121 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:17.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:17 smithi029 bash[30481]: cluster 2023-12-06T15:15:15.392731+0000 mgr.x (mgr.25031) 121 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:17 smithi140 bash[24947]: cluster 2023-12-06T15:15:15.392731+0000 mgr.x (mgr.25031) 121 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:19.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:18 smithi140 bash[47157]: ts=2023-12-06T15:15: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:15:19.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:19 smithi029 bash[25023]: cluster 2023-12-06T15:15:17.393645+0000 mgr.x (mgr.25031) 122 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:19.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:19 smithi029 bash[25023]: audit 2023-12-06T15:15:18.521503+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:19 smithi029 bash[30481]: cluster 2023-12-06T15:15:17.393645+0000 mgr.x (mgr.25031) 122 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:19 smithi029 bash[30481]: audit 2023-12-06T15:15:18.521503+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:19 smithi140 bash[24947]: cluster 2023-12-06T15:15:17.393645+0000 mgr.x (mgr.25031) 122 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:19 smithi140 bash[24947]: audit 2023-12-06T15:15:18.521503+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:20 smithi029 bash[25023]: audit 2023-12-06T15:15:19.023374+0000 mgr.x (mgr.25031) 123 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:20.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:20 smithi029 bash[30481]: audit 2023-12-06T15:15:19.023374+0000 mgr.x (mgr.25031) 123 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:20 smithi140 bash[24947]: audit 2023-12-06T15:15:19.023374+0000 mgr.x (mgr.25031) 123 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: cluster 2023-12-06T15:15:19.394706+0000 mgr.x (mgr.25031) 124 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: audit 2023-12-06T15:15:21.074782+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: audit 2023-12-06T15:15:21.086714+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: audit 2023-12-06T15:15:21.089223+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: audit 2023-12-06T15:15:21.091510+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[25023]: audit 2023-12-06T15:15:21.101956+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: cluster 2023-12-06T15:15:19.394706+0000 mgr.x (mgr.25031) 124 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: audit 2023-12-06T15:15:21.074782+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: audit 2023-12-06T15:15:21.086714+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: audit 2023-12-06T15:15:21.089223+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: audit 2023-12-06T15:15:21.091510+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:21 smithi029 bash[30481]: audit 2023-12-06T15:15:21.101956+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: cluster 2023-12-06T15:15:19.394706+0000 mgr.x (mgr.25031) 124 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:21.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: audit 2023-12-06T15:15:21.074782+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: audit 2023-12-06T15:15:21.086714+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: audit 2023-12-06T15:15:21.089223+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: audit 2023-12-06T15:15:21.091510+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:21 smithi140 bash[24947]: audit 2023-12-06T15:15:21.101956+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' 2023-12-06T15:15:22.453 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[25023]: audit 2023-12-06T15:15:21.189708+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:22.453 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[25023]: audit 2023-12-06T15:15:21.196959+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:15:22.453 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[25023]: cluster 2023-12-06T15:15:21.206415+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[30481]: audit 2023-12-06T15:15:21.189708+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[30481]: audit 2023-12-06T15:15:21.196959+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[30481]: cluster 2023-12-06T15:15:21.206415+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE Bus STOPPING 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE Bus STOPPED 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE Bus STARTING 2023-12-06T15:15:22.454 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE Serving on http://:::9283 2023-12-06T15:15:22.474 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[45119]: debug 2023-12-06T15:15:22.163+0000 7f51e9971700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-06T15:15:22.474 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[45119]: ignoring --setuser ceph since I am not root 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[45119]: ignoring --setgroup ceph since I am not root 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[45119]: debug 2023-12-06T15:15:22.219+0000 7f09a5892700 1 -- 172.21.15.140:0/2675282882 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557b231d81a0 con 0x557b23f54800 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[45119]: debug 2023-12-06T15:15:22.379+0000 7f09af61a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[24947]: audit 2023-12-06T15:15:21.189708+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[24947]: audit 2023-12-06T15:15:21.196959+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-06T15:15:22.475 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:22 smithi140 bash[24947]: cluster 2023-12-06T15:15:21.206415+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:15:22.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:22 smithi029 bash[61388]: [06/Dec/2023:15:15:22] ENGINE Bus STARTED 2023-12-06T15:15:23.497 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[45119]: debug 2023-12-06T15:15:23.291+0000 7f09af61a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:15:23.497 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[45119]: debug 2023-12-06T15:15:23.395+0000 7f09af61a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.164163+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: cluster 2023-12-06T15:15:22.164241+0000 mon.a (mon.0) 998 : cluster [DBG] mgrmap e28: y(active, starting, since 0.965579s) 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.171506+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.171626+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.171930+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:15:23.498 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.172225+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.172495+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.172821+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.173160+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.173473+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.173784+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.174119+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.174425+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.174738+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.175096+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.175360+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.175888+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: cluster 2023-12-06T15:15:22.225090+0000 mon.a (mon.0) 999 : cluster [INF] Manager daemon y is now available 2023-12-06T15:15:23.499 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.279588+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:23.500 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.333955+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:23.500 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.344550+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.500 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.345163+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.500 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.392407+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.500 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[24947]: audit 2023-12-06T15:15:22.393001+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.164163+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:15:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: cluster 2023-12-06T15:15:22.164241+0000 mon.a (mon.0) 998 : cluster [DBG] mgrmap e28: y(active, starting, since 0.965579s) 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.171506+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.171626+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.171930+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.172225+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.172495+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.172821+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.173160+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.173473+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.173784+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.174119+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.174425+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.174738+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.175096+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.175360+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:15:23.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.175888+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: cluster 2023-12-06T15:15:22.225090+0000 mon.a (mon.0) 999 : cluster [INF] Manager daemon y is now available 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.279588+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.164163+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.25031 172.21.15.140:0/767063850' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: cluster 2023-12-06T15:15:22.164241+0000 mon.a (mon.0) 998 : cluster [DBG] mgrmap e28: y(active, starting, since 0.965579s) 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.171506+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.171626+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.171930+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.172225+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:15:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.172495+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.172821+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.173160+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.173473+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.173784+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.174119+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.174425+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.174738+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.175096+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.175360+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.175888+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: cluster 2023-12-06T15:15:22.225090+0000 mon.a (mon.0) 999 : cluster [INF] Manager daemon y is now available 2023-12-06T15:15:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.279588+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.333955+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.344550+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.345163+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.392407+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[25023]: audit 2023-12-06T15:15:22.393001+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.333955+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.344550+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.345163+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.392407+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:23 smithi029 bash[30481]: audit 2023-12-06T15:15:22.393001+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:15:23.760 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[45119]: debug 2023-12-06T15:15:23.495+0000 7f09af61a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:15:24.112 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:23 smithi140 bash[45119]: debug 2023-12-06T15:15:23.755+0000 7f09af61a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:15:24.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[45119]: debug 2023-12-06T15:15:24.107+0000 7f09af61a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:15:24.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[45119]: debug 2023-12-06T15:15:24.267+0000 7f09af61a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:15:24.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[24947]: cephadm 2023-12-06T15:15:22.911288+0000 mgr.y (mgr.15426) 1 : cephadm [INF] [06/Dec/2023:15:15:22] ENGINE Bus STARTING 2023-12-06T15:15:24.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[24947]: cephadm 2023-12-06T15:15:23.013906+0000 mgr.y (mgr.15426) 2 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:15:24.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[24947]: cephadm 2023-12-06T15:15:23.148613+0000 mgr.y (mgr.15426) 3 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:15:24.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[24947]: cephadm 2023-12-06T15:15:23.148906+0000 mgr.y (mgr.15426) 4 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Bus STARTED 2023-12-06T15:15:24.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[24947]: cluster 2023-12-06T15:15:23.216654+0000 mon.a (mon.0) 1002 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T15:15:24.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[25023]: cephadm 2023-12-06T15:15:22.911288+0000 mgr.y (mgr.15426) 1 : cephadm [INF] [06/Dec/2023:15:15:22] ENGINE Bus STARTING 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[25023]: cephadm 2023-12-06T15:15:23.013906+0000 mgr.y (mgr.15426) 2 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[25023]: cephadm 2023-12-06T15:15:23.148613+0000 mgr.y (mgr.15426) 3 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[25023]: cephadm 2023-12-06T15:15:23.148906+0000 mgr.y (mgr.15426) 4 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Bus STARTED 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[25023]: cluster 2023-12-06T15:15:23.216654+0000 mon.a (mon.0) 1002 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[30481]: cephadm 2023-12-06T15:15:22.911288+0000 mgr.y (mgr.15426) 1 : cephadm [INF] [06/Dec/2023:15:15:22] ENGINE Bus STARTING 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[30481]: cephadm 2023-12-06T15:15:23.013906+0000 mgr.y (mgr.15426) 2 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[30481]: cephadm 2023-12-06T15:15:23.148613+0000 mgr.y (mgr.15426) 3 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[30481]: cephadm 2023-12-06T15:15:23.148906+0000 mgr.y (mgr.15426) 4 : cephadm [INF] [06/Dec/2023:15:15:23] ENGINE Bus STARTED 2023-12-06T15:15:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:24 smithi029 bash[30481]: cluster 2023-12-06T15:15:23.216654+0000 mon.a (mon.0) 1002 : cluster [DBG] mgrmap e29: y(active, since 2s) 2023-12-06T15:15:24.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:24 smithi140 bash[45119]: debug 2023-12-06T15:15:24.487+0000 7f09af61a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:15:25.396 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:15:25.486 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:25 smithi140 bash[24947]: cluster 2023-12-06T15:15:23.247872+0000 mgr.y (mgr.15426) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.486 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:25 smithi140 bash[24947]: cluster 2023-12-06T15:15:24.171904+0000 mgr.y (mgr.15426) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:25 smithi029 bash[25023]: cluster 2023-12-06T15:15:23.247872+0000 mgr.y (mgr.15426) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:25 smithi029 bash[25023]: cluster 2023-12-06T15:15:24.171904+0000 mgr.y (mgr.15426) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:25 smithi029 bash[30481]: cluster 2023-12-06T15:15:23.247872+0000 mgr.y (mgr.15426) 5 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:25 smithi029 bash[30481]: cluster 2023-12-06T15:15:24.171904+0000 mgr.y (mgr.15426) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:25.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:25 smithi140 bash[45119]: debug 2023-12-06T15:15:25.483+0000 7f09af61a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:15:25.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:25 smithi140 bash[45119]: debug 2023-12-06T15:15:25.595+0000 7f09af61a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:15:25.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:25 smithi140 bash[45119]: debug 2023-12-06T15:15:25.711+0000 7f09af61a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:15:26.162 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:15:26.162 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (74s) 16s ago 8m 13.9M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (29s) 16s ago 8m 37.5M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (69s) 16s ago 6m 45.9M - 3.5 e1d6a67b021e 72724297723f 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283 running (2m) 16s ago 14m 487M - 19.0.0-26-g0482646f 26bb7d89db2e 992c1cbf28d2 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (23s) 16s ago 16m 75.6M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (16m) 16s ago 17m 63.5M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (15m) 16s ago 15m 53.4M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (15m) 16s ago 15m 52.3M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (84s) 16s ago 9m 10.4M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (54s) 16s ago 9m 12.1M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (14m) 16s ago 14m 57.6M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (13m) 16s ago 13m 58.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (13m) 16s ago 13m 52.8M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (12m) 16s ago 12m 57.0M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:15:26.163 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (11m) 16s ago 11m 59.2M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (11m) 16s ago 11m 54.6M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (10m) 16s ago 10m 53.0M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (10m) 16s ago 10m 57.7M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (55s) 16s ago 9m 50.0M - 2.33.4 514e6a882f6e 33ed3434b351 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (6m) 16s ago 6m 85.9M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (6m) 16s ago 6m 87.9M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (6m) 16s ago 6m 85.8M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:15:26.164 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (6m) 16s ago 6m 86.0M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:15:26.616 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:15:26.616 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:15:26.616 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:15:26.616 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:26.616 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:15:26.617 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:15:26.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[45119]: debug 2023-12-06T15:15:26.183+0000 7f09af61a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:15:26.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[45119]: debug 2023-12-06T15:15:26.415+0000 7f09af61a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr" 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T15:15:27.015 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-12-06T15:15:27.016 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:15:27.016 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: audit 2023-12-06T15:15:25.376490+0000 mgr.y (mgr.15426) 7 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: cluster 2023-12-06T15:15:25.726844+0000 mon.a (mon.0) 1003 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: audit 2023-12-06T15:15:25.779481+0000 mgr.y (mgr.15426) 8 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: audit 2023-12-06T15:15:26.142890+0000 mgr.y (mgr.15426) 9 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: cluster 2023-12-06T15:15:26.172612+0000 mgr.y (mgr.15426) 10 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[25023]: audit 2023-12-06T15:15:26.612802+0000 mon.a (mon.0) 1004 : audit [DBG] from='client.? 172.21.15.29:0/1076553229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: audit 2023-12-06T15:15:25.376490+0000 mgr.y (mgr.15426) 7 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: cluster 2023-12-06T15:15:25.726844+0000 mon.a (mon.0) 1003 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: audit 2023-12-06T15:15:25.779481+0000 mgr.y (mgr.15426) 8 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: audit 2023-12-06T15:15:26.142890+0000 mgr.y (mgr.15426) 9 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: cluster 2023-12-06T15:15:26.172612+0000 mgr.y (mgr.15426) 10 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:26 smithi029 bash[30481]: audit 2023-12-06T15:15:26.612802+0000 mon.a (mon.0) 1004 : audit [DBG] from='client.? 172.21.15.29:0/1076553229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:27.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[45119]: debug 2023-12-06T15:15:26.863+0000 7f09af61a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:15:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: audit 2023-12-06T15:15:25.376490+0000 mgr.y (mgr.15426) 7 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: cluster 2023-12-06T15:15:25.726844+0000 mon.a (mon.0) 1003 : cluster [DBG] mgrmap e30: y(active, since 4s) 2023-12-06T15:15:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: audit 2023-12-06T15:15:25.779481+0000 mgr.y (mgr.15426) 8 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: audit 2023-12-06T15:15:26.142890+0000 mgr.y (mgr.15426) 9 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: cluster 2023-12-06T15:15:26.172612+0000 mgr.y (mgr.15426) 10 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:26 smithi140 bash[24947]: audit 2023-12-06T15:15:26.612802+0000 mon.a (mon.0) 1004 : audit [DBG] from='client.? 172.21.15.29:0/1076553229' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:27.474 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:15:27.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:27 smithi140 bash[45119]: debug 2023-12-06T15:15:27.359+0000 7f09af61a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:15:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:27 smithi029 bash[25023]: audit 2023-12-06T15:15:27.011319+0000 mgr.y (mgr.15426) 11 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:27 smithi029 bash[25023]: audit 2023-12-06T15:15:27.470746+0000 mon.a (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.29:0/2838327057' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:15:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:27 smithi029 bash[30481]: audit 2023-12-06T15:15:27.011319+0000 mgr.y (mgr.15426) 11 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:27 smithi029 bash[30481]: audit 2023-12-06T15:15:27.470746+0000 mon.a (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.29:0/2838327057' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:15:28.043 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:27 smithi140 bash[45119]: debug 2023-12-06T15:15:27.931+0000 7f09af61a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:15:28.044 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:27 smithi140 bash[24947]: audit 2023-12-06T15:15:27.011319+0000 mgr.y (mgr.15426) 11 : audit [DBG] from='client.25393 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:28.044 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:27 smithi140 bash[24947]: audit 2023-12-06T15:15:27.470746+0000 mon.a (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.29:0/2838327057' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:15:28.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.039+0000 7f09af61a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:15:28.672 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.399+0000 7f09af61a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:15:28.672 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.519+0000 7f09af61a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:15:28.924 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[24947]: cluster 2023-12-06T15:15:28.173157+0000 mgr.y (mgr.15426) 12 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:28.924 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.667+0000 7f09af61a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:15:28.924 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.787+0000 7f09af61a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:15:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:28 smithi029 bash[30481]: cluster 2023-12-06T15:15:28.173157+0000 mgr.y (mgr.15426) 12 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:28 smithi029 bash[25023]: cluster 2023-12-06T15:15:28.173157+0000 mgr.y (mgr.15426) 12 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:15:29.247 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:28 smithi140 bash[45119]: debug 2023-12-06T15:15:28.919+0000 7f09af61a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:15:29.247 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:29 smithi140 bash[45119]: debug 2023-12-06T15:15:29.115+0000 7f09af61a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:15:29.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:29 smithi140 bash[45119]: debug 2023-12-06T15:15:29.243+0000 7f09af61a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:15:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[24947]: audit 2023-12-06T15:15:29.028301+0000 mgr.y (mgr.15426) 13 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[24947]: audit 2023-12-06T15:15:29.035429+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[24947]: audit 2023-12-06T15:15:29.047476+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[24947]: audit 2023-12-06T15:15:29.280221+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[24947]: audit 2023-12-06T15:15:29.290514+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[30481]: audit 2023-12-06T15:15:29.028301+0000 mgr.y (mgr.15426) 13 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:30.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[30481]: audit 2023-12-06T15:15:29.035429+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[30481]: audit 2023-12-06T15:15:29.047476+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[30481]: audit 2023-12-06T15:15:29.280221+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[30481]: audit 2023-12-06T15:15:29.290514+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[25023]: audit 2023-12-06T15:15:29.028301+0000 mgr.y (mgr.15426) 13 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[25023]: audit 2023-12-06T15:15:29.035429+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[25023]: audit 2023-12-06T15:15:29.047476+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[25023]: audit 2023-12-06T15:15:29.280221+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:30 smithi029 bash[25023]: audit 2023-12-06T15:15:29.290514+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:30.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: debug 2023-12-06T15:15:30.503+0000 7f09af61a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:15:30.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: [06/Dec/2023:15:15:30] ENGINE Bus STARTING 2023-12-06T15:15:30.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: CherryPy Checker: 2023-12-06T15:15:30.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: The Application mounted at '' has an empty config. 2023-12-06T15:15:30.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: [06/Dec/2023:15:15:30] ENGINE Serving on http://:::9283 2023-12-06T15:15:30.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:30 smithi140 bash[45119]: [06/Dec/2023:15:15:30] ENGINE Bus STARTED 2023-12-06T15:15:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.060018+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.068622+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: cluster 2023-12-06T15:15:30.174788+0000 mgr.y (mgr.15426) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.341377+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.352542+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: cluster 2023-12-06T15:15:30.526259+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.532357+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.535220+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.537445+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:15:31.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:31 smithi140 bash[24947]: audit 2023-12-06T15:15:30.538021+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:31.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.060018+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.068622+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: cluster 2023-12-06T15:15:30.174788+0000 mgr.y (mgr.15426) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.341377+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.352542+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: cluster 2023-12-06T15:15:30.526259+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.532357+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.535220+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.537445+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[25023]: audit 2023-12-06T15:15:30.538021+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.060018+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.068622+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: cluster 2023-12-06T15:15:30.174788+0000 mgr.y (mgr.15426) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:15:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.341377+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.352542+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: cluster 2023-12-06T15:15:30.526259+0000 mon.a (mon.0) 1014 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.532357+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.535220+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.537445+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:15:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:31 smithi029 bash[30481]: audit 2023-12-06T15:15:30.538021+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.140:0/2086547686' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:15:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[24947]: cluster 2023-12-06T15:15:31.368421+0000 mon.a (mon.0) 1015 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T15:15:32.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[24947]: audit 2023-12-06T15:15:31.371165+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:15:32.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[24947]: cluster 2023-12-06T15:15:32.175720+0000 mgr.y (mgr.15426) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:15:32.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[47157]: ts=2023-12-06T15:15:32.196Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.140:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.140:8765: connect: connection refused" 2023-12-06T15:15:32.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[47157]: ts=2023-12-06T15:15:32.200Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.140:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.140:8765: connect: connection refused" 2023-12-06T15:15:32.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[47157]: ts=2023-12-06T15:15:32.201Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.140:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.140:8765: connect: connection refused" 2023-12-06T15:15:32.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:32 smithi140 bash[47157]: ts=2023-12-06T15:15:32.202Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.140:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.140:8765: connect: connection refused" 2023-12-06T15:15:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[30481]: cluster 2023-12-06T15:15:31.368421+0000 mon.a (mon.0) 1015 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T15:15:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[30481]: audit 2023-12-06T15:15:31.371165+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:15:32.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[30481]: cluster 2023-12-06T15:15:32.175720+0000 mgr.y (mgr.15426) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:15:32.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[25023]: cluster 2023-12-06T15:15:31.368421+0000 mon.a (mon.0) 1015 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2023-12-06T15:15:32.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[25023]: audit 2023-12-06T15:15:31.371165+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:15:32.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:32 smithi029 bash[25023]: cluster 2023-12-06T15:15:32.175720+0000 mgr.y (mgr.15426) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:15:33.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:33 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:15:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:15:35.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:35 smithi029 bash[25023]: cluster 2023-12-06T15:15:34.177476+0000 mgr.y (mgr.15426) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:15:35.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:35 smithi029 bash[30481]: cluster 2023-12-06T15:15:34.177476+0000 mgr.y (mgr.15426) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:15:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:35 smithi140 bash[24947]: cluster 2023-12-06T15:15:34.177476+0000 mgr.y (mgr.15426) 16 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:15:36.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:36 smithi029 bash[30481]: cluster 2023-12-06T15:15:36.178294+0000 mgr.y (mgr.15426) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:36.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:36 smithi029 bash[25023]: cluster 2023-12-06T15:15:36.178294+0000 mgr.y (mgr.15426) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:36 smithi140 bash[24947]: cluster 2023-12-06T15:15:36.178294+0000 mgr.y (mgr.15426) 17 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:37 smithi029 bash[25023]: audit 2023-12-06T15:15:37.333707+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:37 smithi029 bash[30481]: audit 2023-12-06T15:15:37.333707+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:37 smithi140 bash[24947]: audit 2023-12-06T15:15:37.333707+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:38.709 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:38 smithi029 bash[25023]: cluster 2023-12-06T15:15:38.179146+0000 mgr.y (mgr.15426) 18 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:38.710 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:38 smithi029 bash[30481]: cluster 2023-12-06T15:15:38.179146+0000 mgr.y (mgr.15426) 18 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:38 smithi140 bash[24947]: cluster 2023-12-06T15:15:38.179146+0000 mgr.y (mgr.15426) 18 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:39.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:39 smithi029 bash[25023]: audit 2023-12-06T15:15:39.039730+0000 mgr.y (mgr.15426) 19 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:39.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:39 smithi029 bash[30481]: audit 2023-12-06T15:15:39.039730+0000 mgr.y (mgr.15426) 19 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:39 smithi140 bash[24947]: audit 2023-12-06T15:15:39.039730+0000 mgr.y (mgr.15426) 19 : audit [DBG] from='client.25106 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:41.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:40 smithi029 bash[25023]: cluster 2023-12-06T15:15:40.180858+0000 mgr.y (mgr.15426) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:41.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:40 smithi029 bash[30481]: cluster 2023-12-06T15:15:40.180858+0000 mgr.y (mgr.15426) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:40 smithi140 bash[24947]: cluster 2023-12-06T15:15:40.180858+0000 mgr.y (mgr.15426) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:15:42.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:40.961251+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:40.973773+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:40.982409+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:40.986714+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: cephadm 2023-12-06T15:15:40.988789+0000 mgr.y (mgr.15426) 21 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: cephadm 2023-12-06T15:15:40.989223+0000 mgr.y (mgr.15426) 22 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.153922+0000 mgr.y (mgr.15426) 23 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.205250+0000 mgr.y (mgr.15426) 24 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.655928+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.670022+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.760232+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.773571+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.784768+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.862296+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.863553+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[30481]: audit 2023-12-06T15:15:41.881835+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:40.961251+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:40.973773+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:40.982409+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:40.986714+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: cephadm 2023-12-06T15:15:40.988789+0000 mgr.y (mgr.15426) 21 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: cephadm 2023-12-06T15:15:40.989223+0000 mgr.y (mgr.15426) 22 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.153922+0000 mgr.y (mgr.15426) 23 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.205250+0000 mgr.y (mgr.15426) 24 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.655928+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.670022+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.760232+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.773571+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.784768+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.862296+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.863553+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:41 smithi029 bash[25023]: audit 2023-12-06T15:15:41.881835+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:40.961251+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:40.973773+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:40.982409+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:40.986714+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: cephadm 2023-12-06T15:15:40.988789+0000 mgr.y (mgr.15426) 21 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: cephadm 2023-12-06T15:15:40.989223+0000 mgr.y (mgr.15426) 22 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.153922+0000 mgr.y (mgr.15426) 23 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.205250+0000 mgr.y (mgr.15426) 24 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.655928+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.670022+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.760232+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.773571+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.784768+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:42.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.862296+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.863553+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi029.ozjfoq", "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-06T15:15:42.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:41 smithi140 bash[24947]: audit 2023-12-06T15:15:41.881835+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.318680+0000 mgr.y (mgr.15426) 25 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.420696+0000 mgr.y (mgr.15426) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.483230+0000 mgr.y (mgr.15426) 27 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.585628+0000 mgr.y (mgr.15426) 28 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.861389+0000 mgr.y (mgr.15426) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cephadm 2023-12-06T15:15:41.883962+0000 mgr.y (mgr.15426) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[25023]: cluster 2023-12-06T15:15:42.181388+0000 mgr.y (mgr.15426) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.318680+0000 mgr.y (mgr.15426) 25 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.420696+0000 mgr.y (mgr.15426) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.483230+0000 mgr.y (mgr.15426) 27 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.585628+0000 mgr.y (mgr.15426) 28 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.861389+0000 mgr.y (mgr.15426) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cephadm 2023-12-06T15:15:41.883962+0000 mgr.y (mgr.15426) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:15:43.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:42 smithi029 bash[30481]: cluster 2023-12-06T15:15:42.181388+0000 mgr.y (mgr.15426) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:43.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:43 smithi140 bash[45119]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:15:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-06T15:15:43.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.318680+0000 mgr.y (mgr.15426) 25 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.420696+0000 mgr.y (mgr.15426) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.483230+0000 mgr.y (mgr.15426) 27 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.585628+0000 mgr.y (mgr.15426) 28 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.861389+0000 mgr.y (mgr.15426) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi029.ozjfoq (dependencies changed)... 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cephadm 2023-12-06T15:15:41.883962+0000 mgr.y (mgr.15426) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi029.ozjfoq on smithi029 2023-12-06T15:15:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:42 smithi140 bash[24947]: cluster 2023-12-06T15:15:42.181388+0000 mgr.y (mgr.15426) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:44.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:44 smithi140 bash[24947]: cluster 2023-12-06T15:15:44.183077+0000 mgr.y (mgr.15426) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:44.635 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:44 smithi029 bash[30481]: cluster 2023-12-06T15:15:44.183077+0000 mgr.y (mgr.15426) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:44.636 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:44 smithi029 bash[25023]: cluster 2023-12-06T15:15:44.183077+0000 mgr.y (mgr.15426) 32 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:15:47.270 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:46 smithi140 bash[24947]: audit 2023-12-06T15:15:45.897869+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.270 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:46 smithi140 bash[24947]: audit 2023-12-06T15:15:45.909087+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.270 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:46 smithi140 bash[24947]: cephadm 2023-12-06T15:15:45.921169+0000 mgr.y (mgr.15426) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:15:47.271 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:46 smithi140 bash[24947]: cluster 2023-12-06T15:15:46.183632+0000 mgr.y (mgr.15426) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:47.271 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:46 smithi140 bash[24947]: cephadm 2023-12-06T15:15:46.188971+0000 mgr.y (mgr.15426) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:15:47.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[30481]: audit 2023-12-06T15:15:45.897869+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[30481]: audit 2023-12-06T15:15:45.909087+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[30481]: cephadm 2023-12-06T15:15:45.921169+0000 mgr.y (mgr.15426) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:15:47.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[30481]: cluster 2023-12-06T15:15:46.183632+0000 mgr.y (mgr.15426) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:47.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[30481]: cephadm 2023-12-06T15:15:46.188971+0000 mgr.y (mgr.15426) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:15:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[25023]: audit 2023-12-06T15:15:45.897869+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[25023]: audit 2023-12-06T15:15:45.909087+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[25023]: cephadm 2023-12-06T15:15:45.921169+0000 mgr.y (mgr.15426) 33 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-06T15:15:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[25023]: cluster 2023-12-06T15:15:46.183632+0000 mgr.y (mgr.15426) 34 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:47.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:46 smithi029 bash[25023]: cephadm 2023-12-06T15:15:46.188971+0000 mgr.y (mgr.15426) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi140 2023-12-06T15:15:48.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:48 smithi140 bash[24947]: cluster 2023-12-06T15:15:48.184142+0000 mgr.y (mgr.15426) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:48.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:48 smithi029 bash[25023]: cluster 2023-12-06T15:15:48.184142+0000 mgr.y (mgr.15426) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:48.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:48 smithi029 bash[30481]: cluster 2023-12-06T15:15:48.184142+0000 mgr.y (mgr.15426) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:15:49.606 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:49 smithi140 bash[24947]: audit 2023-12-06T15:15:48.404872+0000 mon.c (mon.1) 172 : audit [DBG] from='client.? 172.21.15.29:0/1152518809' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:15:49.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:49 smithi029 bash[25023]: audit 2023-12-06T15:15:48.404872+0000 mon.c (mon.1) 172 : audit [DBG] from='client.? 172.21.15.29:0/1152518809' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:15:49.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:49 smithi029 bash[30481]: audit 2023-12-06T15:15:48.404872+0000 mon.c (mon.1) 172 : audit [DBG] from='client.? 172.21.15.29:0/1152518809' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-06T15:15:50.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 systemd[1]: Stopping Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[48977]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.467Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.468Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.468Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.468Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:15:50.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.468Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:15:50.626 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[47157]: ts=2023-12-06T15:15:50.468Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:15:50.972 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[24947]: cluster 2023-12-06T15:15:50.185731+0000 mgr.y (mgr.15426) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:51.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:50 smithi029 bash[25023]: cluster 2023-12-06T15:15:50.185731+0000 mgr.y (mgr.15426) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:51.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:50 smithi029 bash[30481]: cluster 2023-12-06T15:15:50.185731+0000 mgr.y (mgr.15426) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:51.283 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[48987]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus-a 2023-12-06T15:15:51.283 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:50 smithi140 bash[49023]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-prometheus.a 2023-12-06T15:15:51.283 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:51 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a.service: Succeeded. 2023-12-06T15:15:51.283 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:51 smithi140 systemd[1]: Stopped Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:51.283 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:51 smithi140 systemd[1]: Started Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.272850+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.288079+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.326260+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.328084+0000 mgr.y (mgr.15426) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.348985+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: cephadm 2023-12-06T15:15:51.351782+0000 mgr.y (mgr.15426) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.352410+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.353255+0000 mgr.y (mgr.15426) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.357349+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.358399+0000 mgr.y (mgr.15426) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.365483+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.374774+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.375672+0000 mgr.y (mgr.15426) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: audit 2023-12-06T15:15:51.384614+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[25023]: cluster 2023-12-06T15:15:52.186543+0000 mgr.y (mgr.15426) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.272850+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.288079+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.326260+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.328084+0000 mgr.y (mgr.15426) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.348985+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: cephadm 2023-12-06T15:15:51.351782+0000 mgr.y (mgr.15426) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.352410+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.353255+0000 mgr.y (mgr.15426) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.357349+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.358399+0000 mgr.y (mgr.15426) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.365483+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.374774+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.375672+0000 mgr.y (mgr.15426) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: audit 2023-12-06T15:15:51.384614+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:52.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:52 smithi029 bash[30481]: cluster 2023-12-06T15:15:52.186543+0000 mgr.y (mgr.15426) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:52.559 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.272850+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.559 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.288079+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.559 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.326260+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.559 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.328084+0000 mgr.y (mgr.15426) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-06T15:15:52.559 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.348985+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: cephadm 2023-12-06T15:15:51.351782+0000 mgr.y (mgr.15426) 39 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.29:5000 to Dashboard 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.352410+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.353255+0000 mgr.y (mgr.15426) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.357349+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.358399+0000 mgr.y (mgr.15426) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi029"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.365483+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.374774+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.375672+0000 mgr.y (mgr.15426) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: audit 2023-12-06T15:15:51.384614+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:15:52.560 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[24947]: cluster 2023-12-06T15:15:52.186543+0000 mgr.y (mgr.15426) 43 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.631Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.632Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.632Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.632Z caller=main.go:518 level=info host_details="(Linux 5.4.0-167-generic #184-Ubuntu SMP Tue Oct 31 09:21:49 UTC 2023 x86_64 smithi140 (none))" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.632Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.632Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.634Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.635Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.640Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.642Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-06T15:15:52.894 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.642Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.432µs 2023-12-06T15:15:52.895 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.642Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-06T15:15:52.895 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:52 smithi140 bash[49051]: ts=2023-12-06T15:15:52.797Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-06T15:15:53.150 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.066Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-06T15:15:53.150 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.122Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-06T15:15:53.150 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.123Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-06T15:15:53.150 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.123Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=62.435µs wal_replay_duration=481.256705ms total_replay_duration=481.336468ms 2023-12-06T15:15:53.151 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.130Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-06T15:15:53.151 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.130Z caller=main.go:947 level=info msg="TSDB started" 2023-12-06T15:15:53.151 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.131Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-06T15:15:53.151 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.150Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.701066ms db_storage=964ns remote_storage=1.848µs web_handler=683ns query_engine=971ns scrape=313.418µs scrape_sd=99.21µs notify=22.85µs notify_sd=22.636µs rules=18.943394ms 2023-12-06T15:15:53.374 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[49051]: ts=2023-12-06T15:15:53.150Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-06T15:15:53.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:53 smithi140 bash[24947]: audit 2023-12-06T15:15:52.334034+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:53.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:53 smithi029 bash[25023]: audit 2023-12-06T15:15:52.334034+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:53.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:53 smithi029 bash[30481]: audit 2023-12-06T15:15:52.334034+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:15:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: cephadm 2023-12-06T15:15:53.707996+0000 mgr.y (mgr.15426) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: audit 2023-12-06T15:15:53.708910+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: audit 2023-12-06T15:15:53.709851+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: audit 2023-12-06T15:15:53.712344+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: audit 2023-12-06T15:15:53.714492+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: cephadm 2023-12-06T15:15:53.716732+0000 mgr.y (mgr.15426) 45 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:15:54.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:54 smithi140 bash[24947]: cluster 2023-12-06T15:15:54.188262+0000 mgr.y (mgr.15426) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:54.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: cephadm 2023-12-06T15:15:53.707996+0000 mgr.y (mgr.15426) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:15:54.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: audit 2023-12-06T15:15:53.708910+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: audit 2023-12-06T15:15:53.709851+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: audit 2023-12-06T15:15:53.712344+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: audit 2023-12-06T15:15:53.714492+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: cephadm 2023-12-06T15:15:53.716732+0000 mgr.y (mgr.15426) 45 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[25023]: cluster 2023-12-06T15:15:54.188262+0000 mgr.y (mgr.15426) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: cephadm 2023-12-06T15:15:53.707996+0000 mgr.y (mgr.15426) 44 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: audit 2023-12-06T15:15:53.708910+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: audit 2023-12-06T15:15:53.709851+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: audit 2023-12-06T15:15:53.712344+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: audit 2023-12-06T15:15:53.714492+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: cephadm 2023-12-06T15:15:53.716732+0000 mgr.y (mgr.15426) 45 : cephadm [INF] Deploying daemon mgr.x on smithi140 2023-12-06T15:15:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:54 smithi029 bash[30481]: cluster 2023-12-06T15:15:54.188262+0000 mgr.y (mgr.15426) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:15:56.293 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:56 smithi140 systemd[1]: Stopping Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:15:56.587 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:56 smithi140 bash[24947]: cluster 2023-12-06T15:15:56.189067+0000 mgr.y (mgr.15426) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:56.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:56 smithi029 bash[25023]: cluster 2023-12-06T15:15:56.189067+0000 mgr.y (mgr.15426) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:56.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:56 smithi029 bash[30481]: cluster 2023-12-06T15:15:56.189067+0000 mgr.y (mgr.15426) 47 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:57.369 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:56 smithi140 bash[49351]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:15:57.369 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:57 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:15:57.369 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:57 smithi140 bash[49425]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-x 2023-12-06T15:15:57.369 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:57 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-06T15:15:57.369 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:57 smithi140 systemd[1]: Stopped Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:57.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:57 smithi140 systemd[1]: Started Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:15:57.881 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:15:58.576 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[49491]: debug 2023-12-06T15:15:58.406+0000 7f5e12c4c700 1 -- 172.21.15.140:0/2083222688 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5556eb95c1a0 con 0x5556ec6da400 2023-12-06T15:15:58.576 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: audit 2023-12-06T15:15:57.421692+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.577 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: audit 2023-12-06T15:15:57.433474+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.577 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: audit 2023-12-06T15:15:57.861174+0000 mgr.y (mgr.15426) 48 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.577 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: audit 2023-12-06T15:15:58.059544+0000 mgr.y (mgr.15426) 49 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:58.577 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: cluster 2023-12-06T15:15:58.189797+0000 mgr.y (mgr.15426) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:58.577 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[24947]: audit 2023-12-06T15:15:58.233334+0000 mgr.y (mgr.15426) 51 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.640 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:15:58.640 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (106s) 29s ago 9m 14.2M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:15:58.640 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (62s) 29s ago 8m 42.0M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:15:58.640 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 starting - - - - 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 starting - - - - 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (55s) 29s ago 17m 466M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (17m) 29s ago 17m 65.4M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (15m) 29s ago 15m 55.6M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (15m) 29s ago 15m 55.3M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (117s) 29s ago 9m 11.9M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (86s) 29s ago 9m 10.3M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (14m) 29s ago 14m 58.0M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (14m) 29s ago 14m 59.1M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (13m) 29s ago 13m 53.1M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (12m) 29s ago 12m 57.3M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (12m) 29s ago 12m 59.6M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (11m) 29s ago 11m 54.7M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (11m) 29s ago 11m 52.4M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:15:58.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (10m) 29s ago 10m 58.3M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:15:58.642 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 starting - - - - 2023-12-06T15:15:58.642 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (7m) 29s ago 7m 86.2M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:15:58.642 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (7m) 29s ago 7m 88.3M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:15:58.642 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (7m) 29s ago 7m 86.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:15:58.642 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (6m) 29s ago 6m 86.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:15:58.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: audit 2023-12-06T15:15:57.421692+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: audit 2023-12-06T15:15:57.433474+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: audit 2023-12-06T15:15:57.861174+0000 mgr.y (mgr.15426) 48 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: audit 2023-12-06T15:15:58.059544+0000 mgr.y (mgr.15426) 49 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: cluster 2023-12-06T15:15:58.189797+0000 mgr.y (mgr.15426) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[25023]: audit 2023-12-06T15:15:58.233334+0000 mgr.y (mgr.15426) 51 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: audit 2023-12-06T15:15:57.421692+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: audit 2023-12-06T15:15:57.433474+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: audit 2023-12-06T15:15:57.861174+0000 mgr.y (mgr.15426) 48 : audit [DBG] from='client.25429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: audit 2023-12-06T15:15:58.059544+0000 mgr.y (mgr.15426) 49 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: cluster 2023-12-06T15:15:58.189797+0000 mgr.y (mgr.15426) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:15:58.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:58 smithi029 bash[30481]: audit 2023-12-06T15:15:58.233334+0000 mgr.y (mgr.15426) 51 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:58.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:58 smithi140 bash[49491]: debug 2023-12-06T15:15:58.570+0000 7f5e1cdf2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:15:59.108 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:15:59.109 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:15:59.109 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-06T15:15:59.109 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:15:59.109 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:15:59.109 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:15:59.494 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "", 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:15:59.495 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:15:59.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:15:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:15:59] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.33.4" 2023-12-06T15:15:59.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:59 smithi029 bash[25023]: audit 2023-12-06T15:15:58.614152+0000 mgr.y (mgr.15426) 52 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:59.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:15:59 smithi029 bash[25023]: audit 2023-12-06T15:15:59.103143+0000 mon.c (mon.1) 182 : audit [DBG] from='client.? 172.21.15.29:0/1350551560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:59 smithi029 bash[30481]: audit 2023-12-06T15:15:58.614152+0000 mgr.y (mgr.15426) 52 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:15:59 smithi029 bash[30481]: audit 2023-12-06T15:15:59.103143+0000 mon.c (mon.1) 182 : audit [DBG] from='client.? 172.21.15.29:0/1350551560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[24947]: audit 2023-12-06T15:15:58.614152+0000 mgr.y (mgr.15426) 52 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:15:59.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[24947]: audit 2023-12-06T15:15:59.103143+0000 mon.c (mon.1) 182 : audit [DBG] from='client.? 172.21.15.29:0/1350551560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:15:59.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[49491]: debug 2023-12-06T15:15:59.474+0000 7f5e1cdf2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:15:59.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[49491]: debug 2023-12-06T15:15:59.574+0000 7f5e1cdf2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:15:59.875 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[49491]: debug 2023-12-06T15:15:59.674+0000 7f5e1cdf2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:15:59.948 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:16:00.297 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:15:59 smithi140 bash[49491]: debug 2023-12-06T15:15:59.938+0000 7f5e1cdf2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:00.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[49491]: debug 2023-12-06T15:16:00.294+0000 7f5e1cdf2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:16:00.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[49491]: debug 2023-12-06T15:16:00.450+0000 7f5e1cdf2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:01.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[30481]: audit 2023-12-06T15:15:59.490720+0000 mgr.y (mgr.15426) 53 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:01.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[30481]: audit 2023-12-06T15:15:59.945563+0000 mon.c (mon.1) 183 : audit [DBG] from='client.? 172.21.15.29:0/2509351528' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:01.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[30481]: cluster 2023-12-06T15:16:00.191613+0000 mgr.y (mgr.15426) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:16:01.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[25023]: audit 2023-12-06T15:15:59.490720+0000 mgr.y (mgr.15426) 53 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:01.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[25023]: audit 2023-12-06T15:15:59.945563+0000 mon.c (mon.1) 183 : audit [DBG] from='client.? 172.21.15.29:0/2509351528' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:01.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:00 smithi029 bash[25023]: cluster 2023-12-06T15:16:00.191613+0000 mgr.y (mgr.15426) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:16:01.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[49491]: debug 2023-12-06T15:16:00.662+0000 7f5e1cdf2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:16:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[24947]: audit 2023-12-06T15:15:59.490720+0000 mgr.y (mgr.15426) 53 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[24947]: audit 2023-12-06T15:15:59.945563+0000 mon.c (mon.1) 183 : audit [DBG] from='client.? 172.21.15.29:0/2509351528' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:00 smithi140 bash[24947]: cluster 2023-12-06T15:16:00.191613+0000 mgr.y (mgr.15426) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:16:02.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:01 smithi140 bash[49491]: debug 2023-12-06T15:16:01.666+0000 7f5e1cdf2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:16:02.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:01 smithi140 bash[49491]: debug 2023-12-06T15:16:01.778+0000 7f5e1cdf2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:16:02.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:01 smithi140 bash[49491]: debug 2023-12-06T15:16:01.890+0000 7f5e1cdf2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:16:02.598 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:02 smithi029 bash[25023]: cluster 2023-12-06T15:16:02.192334+0000 mgr.y (mgr.15426) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:02.598 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:02 smithi029 bash[30481]: cluster 2023-12-06T15:16:02.192334+0000 mgr.y (mgr.15426) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:02 smithi140 bash[24947]: cluster 2023-12-06T15:16:02.192334+0000 mgr.y (mgr.15426) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:02.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:02 smithi140 bash[49491]: debug 2023-12-06T15:16:02.370+0000 7f5e1cdf2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:16:03.110 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:02 smithi140 bash[49491]: debug 2023-12-06T15:16:02.618+0000 7f5e1cdf2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:16:03.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:03 smithi140 bash[49491]: debug 2023-12-06T15:16:03.106+0000 7f5e1cdf2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:16:04.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:03 smithi140 bash[49491]: debug 2023-12-06T15:16:03.690+0000 7f5e1cdf2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:04.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[49491]: debug 2023-12-06T15:16:04.258+0000 7f5e1cdf2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:16:04.791 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[49491]: debug 2023-12-06T15:16:04.366+0000 7f5e1cdf2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:16:04.993 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[24947]: audit 2023-12-06T15:16:03.735624+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:04.993 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[24947]: audit 2023-12-06T15:16:03.746008+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:04.993 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[24947]: audit 2023-12-06T15:16:03.984614+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:04.994 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[24947]: audit 2023-12-06T15:16:03.994517+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:04.994 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[24947]: cluster 2023-12-06T15:16:04.194069+0000 mgr.y (mgr.15426) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:04.994 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[49491]: debug 2023-12-06T15:16:04.722+0000 7f5e1cdf2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:16:04.994 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[49491]: debug 2023-12-06T15:16:04.842+0000 7f5e1cdf2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:16:05.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[25023]: audit 2023-12-06T15:16:03.735624+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[25023]: audit 2023-12-06T15:16:03.746008+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[25023]: audit 2023-12-06T15:16:03.984614+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[25023]: audit 2023-12-06T15:16:03.994517+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[25023]: cluster 2023-12-06T15:16:04.194069+0000 mgr.y (mgr.15426) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[30481]: audit 2023-12-06T15:16:03.735624+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[30481]: audit 2023-12-06T15:16:03.746008+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[30481]: audit 2023-12-06T15:16:03.984614+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[30481]: audit 2023-12-06T15:16:03.994517+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:05.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:04 smithi029 bash[30481]: cluster 2023-12-06T15:16:04.194069+0000 mgr.y (mgr.15426) 56 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:05.375 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:04 smithi140 bash[49491]: debug 2023-12-06T15:16:04.990+0000 7f5e1cdf2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:05.376 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[49491]: debug 2023-12-06T15:16:05.106+0000 7f5e1cdf2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:16:05.376 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[49491]: debug 2023-12-06T15:16:05.230+0000 7f5e1cdf2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:16:05.754 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[49491]: debug 2023-12-06T15:16:05.418+0000 7f5e1cdf2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:16:05.754 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[49491]: debug 2023-12-06T15:16:05.542+0000 7f5e1cdf2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:16:06.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:05 smithi029 bash[25023]: audit 2023-12-06T15:16:04.750554+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:06.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:05 smithi029 bash[25023]: audit 2023-12-06T15:16:04.760923+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:05 smithi029 bash[30481]: audit 2023-12-06T15:16:04.750554+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:05 smithi029 bash[30481]: audit 2023-12-06T15:16:04.760923+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[24947]: audit 2023-12-06T15:16:04.750554+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:05 smithi140 bash[24947]: audit 2023-12-06T15:16:04.760923+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:07.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:06 smithi029 bash[25023]: cluster 2023-12-06T15:16:06.194892+0000 mgr.y (mgr.15426) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:07.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:06 smithi029 bash[30481]: cluster 2023-12-06T15:16:06.194892+0000 mgr.y (mgr.15426) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:07.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[24947]: cluster 2023-12-06T15:16:06.194892+0000 mgr.y (mgr.15426) 57 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:07.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: debug 2023-12-06T15:16:06.778+0000 7f5e1cdf2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:16:07.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: [06/Dec/2023:15:16:06] ENGINE Bus STARTING 2023-12-06T15:16:07.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: CherryPy Checker: 2023-12-06T15:16:07.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: The Application mounted at '' has an empty config. 2023-12-06T15:16:07.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: [06/Dec/2023:15:16:06] ENGINE Serving on http://:::9283 2023-12-06T15:16:07.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:06 smithi140 bash[49491]: [06/Dec/2023:15:16:06] ENGINE Bus STARTED 2023-12-06T15:16:08.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: cluster 2023-12-06T15:16:06.802578+0000 mon.a (mon.0) 1039 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:16:08.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: cluster 2023-12-06T15:16:06.802762+0000 mon.a (mon.0) 1040 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: audit 2023-12-06T15:16:06.809504+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: audit 2023-12-06T15:16:06.810757+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: audit 2023-12-06T15:16:06.815233+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: audit 2023-12-06T15:16:06.817673+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[25023]: audit 2023-12-06T15:16:07.334477+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: cluster 2023-12-06T15:16:06.802578+0000 mon.a (mon.0) 1039 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: cluster 2023-12-06T15:16:06.802762+0000 mon.a (mon.0) 1040 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: audit 2023-12-06T15:16:06.809504+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: audit 2023-12-06T15:16:06.810757+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: audit 2023-12-06T15:16:06.815233+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:08.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: audit 2023-12-06T15:16:06.817673+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:08.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:07 smithi029 bash[30481]: audit 2023-12-06T15:16:07.334477+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: cluster 2023-12-06T15:16:06.802578+0000 mon.a (mon.0) 1039 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:16:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: cluster 2023-12-06T15:16:06.802762+0000 mon.a (mon.0) 1040 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:16:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: audit 2023-12-06T15:16:06.809504+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: audit 2023-12-06T15:16:06.810757+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: audit 2023-12-06T15:16:06.815233+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: audit 2023-12-06T15:16:06.817673+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.? 172.21.15.140:0/2369591899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:08.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:07 smithi140 bash[24947]: audit 2023-12-06T15:16:07.334477+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:09.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:16:08 smithi140 bash[49051]: ts=2023-12-06T15:16:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:16:09.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:08 smithi140 bash[24947]: cluster 2023-12-06T15:16:07.783819+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e32: y(active, since 46s), standbys: x 2023-12-06T15:16:09.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:08 smithi140 bash[24947]: audit 2023-12-06T15:16:08.070756+0000 mgr.y (mgr.15426) 58 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:09.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:08 smithi140 bash[24947]: cluster 2023-12-06T15:16:08.195654+0000 mgr.y (mgr.15426) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:09.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[25023]: cluster 2023-12-06T15:16:07.783819+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e32: y(active, since 46s), standbys: x 2023-12-06T15:16:09.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[25023]: audit 2023-12-06T15:16:08.070756+0000 mgr.y (mgr.15426) 58 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:09.276 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[25023]: cluster 2023-12-06T15:16:08.195654+0000 mgr.y (mgr.15426) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:09.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[30481]: cluster 2023-12-06T15:16:07.783819+0000 mon.a (mon.0) 1041 : cluster [DBG] mgrmap e32: y(active, since 46s), standbys: x 2023-12-06T15:16:09.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[30481]: audit 2023-12-06T15:16:08.070756+0000 mgr.y (mgr.15426) 58 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:09.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:08 smithi029 bash[30481]: cluster 2023-12-06T15:16:08.195654+0000 mgr.y (mgr.15426) 59 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:09.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:16:09] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2023-12-06T15:16:11.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:10 smithi029 bash[25023]: cluster 2023-12-06T15:16:10.197376+0000 mgr.y (mgr.15426) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:11.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:10 smithi029 bash[30481]: cluster 2023-12-06T15:16:10.197376+0000 mgr.y (mgr.15426) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:11.109 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:10 smithi140 bash[24947]: cluster 2023-12-06T15:16:10.197376+0000 mgr.y (mgr.15426) 60 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:12.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:12 smithi140 bash[24947]: cluster 2023-12-06T15:16:12.198152+0000 mgr.y (mgr.15426) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:12.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:12 smithi029 bash[25023]: cluster 2023-12-06T15:16:12.198152+0000 mgr.y (mgr.15426) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:12.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:12 smithi029 bash[30481]: cluster 2023-12-06T15:16:12.198152+0000 mgr.y (mgr.15426) 61 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:14 smithi140 bash[24947]: cluster 2023-12-06T15:16:14.199898+0000 mgr.y (mgr.15426) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:14.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:14 smithi029 bash[25023]: cluster 2023-12-06T15:16:14.199898+0000 mgr.y (mgr.15426) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:14.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:14 smithi029 bash[30481]: cluster 2023-12-06T15:16:14.199898+0000 mgr.y (mgr.15426) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:15.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.464994+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.477155+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.479956+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:15.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.481583+0000 mon.c (mon.1) 186 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:15.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.492019+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.579074+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.582704+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: cephadm 2023-12-06T15:16:14.584317+0000 mgr.y (mgr.15426) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.595089+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.596749+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.597380+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.604700+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.606576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.607300+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.614011+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.616806+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: audit 2023-12-06T15:16:14.618449+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[25023]: cephadm 2023-12-06T15:16:14.619491+0000 mgr.y (mgr.15426) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:16:15.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.464994+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.477155+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.479956+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.481583+0000 mon.c (mon.1) 186 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.492019+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.579074+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.582704+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: cephadm 2023-12-06T15:16:14.584317+0000 mgr.y (mgr.15426) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.595089+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.596749+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.597380+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.604700+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.606576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.607300+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.614011+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.616806+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:15.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: audit 2023-12-06T15:16:14.618449+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:16:15.785 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:15 smithi029 bash[30481]: cephadm 2023-12-06T15:16:14.619491+0000 mgr.y (mgr.15426) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.464994+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.477155+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.479956+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.481583+0000 mon.c (mon.1) 186 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.492019+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.579074+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.582704+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: cephadm 2023-12-06T15:16:14.584317+0000 mgr.y (mgr.15426) 63 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.595089+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.596749+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.597380+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.604700+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.606576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.607300+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.614011+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.15426 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.616806+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: audit 2023-12-06T15:16:14.618449+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-06T15:16:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:15 smithi140 bash[24947]: cephadm 2023-12-06T15:16:14.619491+0000 mgr.y (mgr.15426) 64 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-06T15:16:16.606 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:16 smithi029 bash[25023]: cluster 2023-12-06T15:16:16.200744+0000 mgr.y (mgr.15426) 65 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:16.606 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:16 smithi029 bash[30481]: cluster 2023-12-06T15:16:16.200744+0000 mgr.y (mgr.15426) 65 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:16.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:16 smithi140 bash[24947]: cluster 2023-12-06T15:16:16.200744+0000 mgr.y (mgr.15426) 65 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:18.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: cephadm 2023-12-06T15:16:17.490934+0000 mgr.y (mgr.15426) 66 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:16:18.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: audit 2023-12-06T15:16:17.500497+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: audit 2023-12-06T15:16:17.501936+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: audit 2023-12-06T15:16:17.502987+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: audit 2023-12-06T15:16:17.504080+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: cephadm 2023-12-06T15:16:17.505456+0000 mgr.y (mgr.15426) 67 : cephadm [INF] Deploying daemon mon.a on smithi029 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: audit 2023-12-06T15:16:18.082175+0000 mgr.y (mgr.15426) 68 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[30481]: cluster 2023-12-06T15:16:18.201540+0000 mgr.y (mgr.15426) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: cephadm 2023-12-06T15:16:17.490934+0000 mgr.y (mgr.15426) 66 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: audit 2023-12-06T15:16:17.500497+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: audit 2023-12-06T15:16:17.501936+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: audit 2023-12-06T15:16:17.502987+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: audit 2023-12-06T15:16:17.504080+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:18.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: cephadm 2023-12-06T15:16:17.505456+0000 mgr.y (mgr.15426) 67 : cephadm [INF] Deploying daemon mon.a on smithi029 2023-12-06T15:16:18.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: audit 2023-12-06T15:16:18.082175+0000 mgr.y (mgr.15426) 68 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:18.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:18 smithi029 bash[25023]: cluster 2023-12-06T15:16:18.201540+0000 mgr.y (mgr.15426) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:18.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[49051]: ts=2023-12-06T15:16:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: cephadm 2023-12-06T15:16:17.490934+0000 mgr.y (mgr.15426) 66 : cephadm [INF] Upgrade: Updating mon.a 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: audit 2023-12-06T15:16:17.500497+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.15426 ' entity='mgr.y' 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: audit 2023-12-06T15:16:17.501936+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: audit 2023-12-06T15:16:17.502987+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: audit 2023-12-06T15:16:17.504080+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: cephadm 2023-12-06T15:16:17.505456+0000 mgr.y (mgr.15426) 67 : cephadm [INF] Deploying daemon mon.a on smithi029 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: audit 2023-12-06T15:16:18.082175+0000 mgr.y (mgr.15426) 68 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:18.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:18 smithi140 bash[24947]: cluster 2023-12-06T15:16:18.201540+0000 mgr.y (mgr.15426) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:19.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:16:19] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2023-12-06T15:16:20.401 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:20 smithi029 systemd[1]: Stopping Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:16:20.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:20 smithi029 bash[25023]: debug 2023-12-06T15:16:20.605+0000 7fba052d9700 -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-06T15:16:20.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:20 smithi029 bash[25023]: debug 2023-12-06T15:16:20.605+0000 7fba052d9700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-06T15:16:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:21 smithi029 bash[64445]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:16:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:21 smithi029 bash[64516]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:16:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:21 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-06T15:16:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:21 smithi029 systemd[1]: Stopped Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:16:22.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:21 smithi029 systemd[1]: Started Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.021+0000 7f13910e7c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.021+0000 7f13910e7c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 6 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.021+0000 7f13910e7c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 0 load: jerasure load: lrc 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:16:23.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Git sha 0 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: DB SUMMARY 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: DB Session ID: VL4MWP86BIREQXKYAYHO 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1343 Bytes 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 530764 ; 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.env: 0x55a81f239a60 2023-12-06T15:16:23.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:16:23.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.info_log: 0x55a8204d7780 2023-12-06T15:16:23.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:16:23.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:16:23.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:16:23.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.wal_dir: 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:16:23.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.write_buffer_manager: 0x55a8204aaf00 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:16:23.286 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.row_cache: None 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:16:23.287 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:16:23.288 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:16:23.289 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.025+0000 7f13910e7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.merge_operator: 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a8204d78a0) 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cache_index_and_filter_blocks: 1 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:16:23.290 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: pin_top_level_index_and_filter: 1 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: index_type: 0 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: data_block_index_type: 0 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: index_shortening: 1 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: checksum: 4 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: no_block_cache: 0 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_cache: 0x55a82052b090 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_cache_name: BinnedLRUCache 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_cache_options: 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: capacity : 536870912 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: num_shard_bits : 4 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: strict_capacity_limit : 0 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: high_pri_pool_ratio: 0.000 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_cache_compressed: (nil) 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: persistent_cache: (nil) 2023-12-06T15:16:23.291 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_size: 4096 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_size_deviation: 10 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_restart_interval: 16 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: index_block_restart_interval: 1 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: metadata_block_size: 4096 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: partition_filters: 0 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: use_delta_encoding: 1 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: filter_policy: bloomfilter 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: whole_key_filtering: 1 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: verify_compression: 0 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: read_amp_bytes_per_bit: 0 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: format_version: 5 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: enable_index_compression: 1 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: block_align: 0 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: max_auto_readahead_size: 262144 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: prepopulate_block_cache: 0 2023-12-06T15:16:23.292 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: initial_auto_readahead_size: 8192 2023-12-06T15:16:23.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:16:23.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:16:23.293 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:16:23.294 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:16:23.295 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:16:23.296 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:16:23.297 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:16:23.298 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13860af700 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-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 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-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 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 17266, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0bf34b40-94bc-41e6-8ee6-3f6b00b0d02c 2023-12-06T15:16:23.299 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875783032710, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.029+0000 7f13910e7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875783035801, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 514680, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17253, "largest_seqno": 17525, "table_properties": {"data_size": 512547, "index_size": 735, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3426, "raw_average_key_size": 25, "raw_value_size": 509543, "raw_average_value_size": 3774, "num_data_blocks": 33, "num_entries": 135, "num_filter_entries": 135, "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": 1701875783, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0bf34b40-94bc-41e6-8ee6-3f6b00b0d02c", "db_session_id": "VL4MWP86BIREQXKYAYHO", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875783036047, "job": 1, "event": "recovery_finished"} 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 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-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 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-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a8205ca000 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f13910e7c80 4 rocksdb: DB pointer 0x55a8205b8000 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f137f8a2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.033+0000 7f137f8a2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: ** DB Stats ** 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:16:23.300 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: ** Compaction Stats [default] ** 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: L0 1/0 502.62 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 245.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: L6 1/0 10.32 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-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Sum 2/0 10.81 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 245.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 245.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: ** Compaction Stats [default] ** 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 245.7 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:16:23.301 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Cumulative compaction: 0.00 GB write, 67.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Interval compaction: 0.00 GB write, 67.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Block cache BinnedLRUCache@0x55a82052b090#6 capacity: 512.00 MB usage: 1.27 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.5e-05 secs_since: 0 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,0.83 KB,0.000157952%) Misc(1,0.00 KB,0%) 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:16:23.302 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 1 mon.a@-1(???) e3 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).mds e1 new map 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).mds e1 print_map 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: e1 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 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-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: legacy client fscid: -1 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: No filesystems configured 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).osd e103 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.037+0000 7f13910e7c80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:23.303 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: debug 2023-12-06T15:16:23.041+0000 7f13910e7c80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2023-12-06T15:16:24.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[61388]: ignoring --setuser ceph since I am not root 2023-12-06T15:16:24.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[61388]: ignoring --setgroup ceph since I am not root 2023-12-06T15:16:24.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[61388]: debug 2023-12-06T15:16:23.753+0000 7fcb570c4700 1 -- 172.21.15.29:0/1811588965 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556ef12c21a0 con 0x556ef203e800 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[61388]: debug 2023-12-06T15:16:23.913+0000 7fcb60e4c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:22.203857+0000 mgr.y (mgr.15426) 71 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: audit 2023-12-06T15:16:22.341752+0000 mon.c (mon.1) 196 : audit 0 from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.661290+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.664646+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-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.673333+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.674236+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.674277+0000 mon.a (mon.0) 5 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.676145+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e32: y(active, since 62s), standbys: x 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: audit 2023-12-06T15:16:23.691849+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15426 ' entity='' 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.694457+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e33: y(active, since 62s), standbys: x 2023-12-06T15:16:24.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[64580]: cluster 2023-12-06T15:16:23.694521+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:22.203857+0000 mgr.y (mgr.15426) 71 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: audit 2023-12-06T15:16:22.341752+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.661290+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.664646+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-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.673333+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.674236+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.674277+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.676145+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 62s), standbys: x 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: audit 2023-12-06T15:16:23.691849+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15426 ' entity='' 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.694457+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 62s), standbys: x 2023-12-06T15:16:24.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:23 smithi029 bash[30481]: cluster 2023-12-06T15:16:23.694521+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T15:16:24.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[49491]: ignoring --setuser ceph since I am not root 2023-12-06T15:16:24.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[49491]: ignoring --setgroup ceph since I am not root 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[49491]: debug 2023-12-06T15:16:23.749+0000 7ff51a3c1700 1 -- 172.21.15.140:0/3902435529 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556b0b5341a0 con 0x556b0c2b0400 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[49491]: debug 2023-12-06T15:16:23.905+0000 7ff524149200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:22.203857+0000 mgr.y (mgr.15426) 71 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: audit 2023-12-06T15:16:22.341752+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.15426 172.21.15.29:0/3089778413' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.661290+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.664646+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-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.673333+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.674236+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.674277+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.676145+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e32: y(active, since 62s), standbys: x 2023-12-06T15:16:24.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: audit 2023-12-06T15:16:23.691849+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15426 ' entity='' 2023-12-06T15:16:24.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.694457+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e33: y(active, since 62s), standbys: x 2023-12-06T15:16:24.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:23 smithi140 bash[24947]: cluster 2023-12-06T15:16:23.694521+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-06T15:16:25.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:24 smithi140 bash[49491]: debug 2023-12-06T15:16:24.813+0000 7ff524149200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:16:25.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:24 smithi140 bash[49491]: debug 2023-12-06T15:16:24.913+0000 7ff524149200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:16:25.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:25 smithi140 bash[49491]: debug 2023-12-06T15:16:25.017+0000 7ff524149200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:16:25.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:24 smithi029 bash[61388]: debug 2023-12-06T15:16:24.841+0000 7fcb60e4c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-06T15:16:25.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:24 smithi029 bash[61388]: debug 2023-12-06T15:16:24.945+0000 7fcb60e4c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-06T15:16:25.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[61388]: debug 2023-12-06T15:16:25.049+0000 7fcb60e4c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-06T15:16:25.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:25 smithi140 bash[49491]: debug 2023-12-06T15:16:25.289+0000 7ff524149200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:25.697 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[61388]: debug 2023-12-06T15:16:25.325+0000 7fcb60e4c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:26.018 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:25 smithi140 bash[24947]: cluster 2023-12-06T15:16:24.697452+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-06T15:16:26.018 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:25 smithi140 bash[49491]: debug 2023-12-06T15:16:25.645+0000 7ff524149200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:16:26.018 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:25 smithi140 bash[49491]: debug 2023-12-06T15:16:25.805+0000 7ff524149200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:26.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[64580]: cluster 2023-12-06T15:16:24.697452+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e34: y(active, since 63s), standbys: x 2023-12-06T15:16:26.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[30481]: cluster 2023-12-06T15:16:24.697452+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-06T15:16:26.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[61388]: debug 2023-12-06T15:16:25.697+0000 7fcb60e4c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-06T15:16:26.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:25 smithi029 bash[61388]: debug 2023-12-06T15:16:25.857+0000 7fcb60e4c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:26.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:26 smithi140 bash[49491]: debug 2023-12-06T15:16:26.013+0000 7ff524149200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:16:26.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:26 smithi029 bash[61388]: debug 2023-12-06T15:16:26.077+0000 7fcb60e4c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-06T15:16:27.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:26 smithi140 bash[49491]: debug 2023-12-06T15:16:26.989+0000 7ff524149200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:16:27.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:27 smithi140 bash[49491]: debug 2023-12-06T15:16:27.101+0000 7ff524149200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:16:27.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:27 smithi140 bash[49491]: debug 2023-12-06T15:16:27.213+0000 7ff524149200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:16:27.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:27 smithi029 bash[61388]: debug 2023-12-06T15:16:27.161+0000 7fcb60e4c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-06T15:16:27.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:27 smithi029 bash[61388]: debug 2023-12-06T15:16:27.277+0000 7fcb60e4c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-06T15:16:27.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:27 smithi029 bash[61388]: debug 2023-12-06T15:16:27.401+0000 7fcb60e4c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-06T15:16:28.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:27 smithi140 bash[49491]: debug 2023-12-06T15:16:27.685+0000 7ff524149200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:16:28.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:27 smithi140 bash[49491]: debug 2023-12-06T15:16:27.905+0000 7ff524149200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:16:28.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:27 smithi029 bash[61388]: debug 2023-12-06T15:16:27.885+0000 7fcb60e4c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-06T15:16:28.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:28 smithi029 bash[61388]: debug 2023-12-06T15:16:28.117+0000 7fcb60e4c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-06T15:16:28.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:28 smithi140 bash[49491]: debug 2023-12-06T15:16:28.357+0000 7ff524149200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:16:29.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:28 smithi029 bash[61388]: debug 2023-12-06T15:16:28.589+0000 7fcb60e4c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-06T15:16:29.124 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:28 smithi140 bash[49491]: debug 2023-12-06T15:16:28.849+0000 7ff524149200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:29.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:16:28 smithi140 bash[49051]: ts=2023-12-06T15:16: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:16:29.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:29 smithi029 bash[61388]: debug 2023-12-06T15:16:29.097+0000 7fcb60e4c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-06T15:16:29.848 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:29 smithi140 bash[49491]: debug 2023-12-06T15:16:29.389+0000 7ff524149200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:16:29.849 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:29 smithi140 bash[49491]: debug 2023-12-06T15:16:29.497+0000 7ff524149200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:16:30.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:29 smithi029 bash[61388]: debug 2023-12-06T15:16:29.669+0000 7fcb60e4c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-06T15:16:30.031 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:29 smithi029 bash[61388]: debug 2023-12-06T15:16:29.785+0000 7fcb60e4c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-06T15:16:30.107 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:29 smithi140 bash[49491]: debug 2023-12-06T15:16:29.841+0000 7ff524149200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:16:30.107 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:29 smithi140 bash[49491]: debug 2023-12-06T15:16:29.957+0000 7ff524149200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:16:30.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:30 smithi140 bash[49491]: debug 2023-12-06T15:16:30.101+0000 7ff524149200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:30.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:30 smithi140 bash[49491]: debug 2023-12-06T15:16:30.217+0000 7ff524149200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:16:30.374 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:30 smithi140 bash[49491]: debug 2023-12-06T15:16:30.341+0000 7ff524149200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:16:30.417 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.141+0000 7fcb60e4c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-06T15:16:30.417 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.261+0000 7fcb60e4c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-06T15:16:30.669 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.409+0000 7fcb60e4c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-06T15:16:30.669 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.529+0000 7fcb60e4c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-06T15:16:30.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:30 smithi140 bash[49491]: debug 2023-12-06T15:16:30.529+0000 7ff524149200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:16:30.874 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:30 smithi140 bash[49491]: debug 2023-12-06T15:16:30.653+0000 7ff524149200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:16:30.997 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.661+0000 7fcb60e4c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-06T15:16:30.998 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.861+0000 7fcb60e4c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-06T15:16:31.281 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:30 smithi029 bash[61388]: debug 2023-12-06T15:16:30.989+0000 7fcb60e4c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: cluster 2023-12-06T15:16:31.905831+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: cluster 2023-12-06T15:16:31.906003+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: audit 2023-12-06T15:16:31.911917+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: audit 2023-12-06T15:16:31.913048+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: audit 2023-12-06T15:16:31.917293+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[30481]: audit 2023-12-06T15:16:31.919741+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:32.278 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: cluster 2023-12-06T15:16:31.905831+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-06T15:16:32.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: cluster 2023-12-06T15:16:31.906003+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-06T15:16:32.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: audit 2023-12-06T15:16:31.911917+0000 mon.b (mon.2) 39 : audit 0 from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:32.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: audit 2023-12-06T15:16:31.913048+0000 mon.b (mon.2) 40 : audit 0 from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:32.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: audit 2023-12-06T15:16:31.917293+0000 mon.b (mon.2) 41 : audit 0 from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:32.279 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:31 smithi029 bash[64580]: audit 2023-12-06T15:16:31.919741+0000 mon.b (mon.2) 42 : audit 0 from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:32.307 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: cluster 2023-12-06T15:16:31.905831+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: cluster 2023-12-06T15:16:31.906003+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: audit 2023-12-06T15:16:31.911917+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: audit 2023-12-06T15:16:31.913048+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: audit 2023-12-06T15:16:31.917293+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[24947]: audit 2023-12-06T15:16:31.919741+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.? 172.21.15.140:0/1983698067' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: debug 2023-12-06T15:16:32.305+0000 7f9abacb6700 -1 mon.b@2(peon).osd e104 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[49491]: debug 2023-12-06T15:16:31.881+0000 7ff524149200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:31 smithi140 bash[49491]: [06/Dec/2023:15:16:31] ENGINE Bus STARTING 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[49491]: CherryPy Checker: 2023-12-06T15:16:32.308 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[49491]: The Application mounted at '' has an empty config. 2023-12-06T15:16:32.309 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[49491]: [06/Dec/2023:15:16:32] ENGINE Serving on http://:::9283 2023-12-06T15:16:32.309 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[49491]: [06/Dec/2023:15:16:32] ENGINE Bus STARTED 2023-12-06T15:16:32.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: debug 2023-12-06T15:16:32.301+0000 7f22af827700 -1 mon.c@1(peon).osd e104 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-06T15:16:32.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: debug 2023-12-06T15:16:32.269+0000 7fcb60e4c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-06T15:16:32.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: [06/Dec/2023:15:16:32] ENGINE Bus STARTING 2023-12-06T15:16:32.982 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: CherryPy Checker: 2023-12-06T15:16:32.982 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: The Application mounted at '' has an empty config. 2023-12-06T15:16:32.982 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: [06/Dec/2023:15:16:32] ENGINE Serving on http://:::9283 2023-12-06T15:16:32.982 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[61388]: [06/Dec/2023:15:16:32] ENGINE Bus STARTED 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:31.967537+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e35: y(active, since 70s), standbys: x 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.297341+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.298082+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.308113+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.308782+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e36: y(active, starting, since 0.0108805s), standbys: x 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.311945+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.312211+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.312467+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.315640+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.315892+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:16:33.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.316196+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.316503+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.316750+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.317037+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.317299+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.318022+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.318982+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.319473+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.319953+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.320218+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:31.967537+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e35: y(active, since 70s), standbys: x 2023-12-06T15:16:33.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.297341+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.298082+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.308113+0000 mon.a (mon.0) 16 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.308782+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e36: y(active, starting, since 0.0108805s), standbys: x 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.311945+0000 mon.a (mon.0) 18 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.312211+0000 mon.a (mon.0) 19 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.312467+0000 mon.a (mon.0) 20 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.315640+0000 mon.a (mon.0) 21 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.315892+0000 mon.a (mon.0) 22 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.316196+0000 mon.a (mon.0) 23 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.316503+0000 mon.a (mon.0) 24 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.316750+0000 mon.a (mon.0) 25 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.317037+0000 mon.a (mon.0) 26 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.317299+0000 mon.a (mon.0) 27 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.318022+0000 mon.a (mon.0) 28 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.318982+0000 mon.a (mon.0) 29 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.319473+0000 mon.a (mon.0) 30 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:16:33.284 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.319953+0000 mon.a (mon.0) 31 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.320218+0000 mon.a (mon.0) 32 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.320738+0000 mon.a (mon.0) 33 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.331451+0000 mon.a (mon.0) 34 : cluster 1 Manager daemon y is now available 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.381775+0000 mon.a (mon.0) 35 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.431583+0000 mon.a (mon.0) 36 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.438436+0000 mon.a (mon.0) 37 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.455173+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.486681+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[64580]: audit 2023-12-06T15:16:32.508448+0000 mon.a (mon.0) 38 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.320738+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.331451+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.381775+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.431583+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:33.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.438436+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:16:33.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.455173+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:33.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.486681+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:33.286 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:32 smithi029 bash[30481]: audit 2023-12-06T15:16:32.508448+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:16:33.350 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:31.967537+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e35: y(active, since 70s), standbys: x 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.297341+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.298082+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.308113+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.308782+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e36: y(active, starting, since 0.0108805s), standbys: x 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.311945+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.312211+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.312467+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.315640+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-06T15:16:33.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.315892+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.316196+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.316503+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.316750+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.317037+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.317299+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.318022+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.318982+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.319473+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.319953+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.320218+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.320738+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.331451+0000 mon.a (mon.0) 34 : cluster [INF] Manager daemon y is now available 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.381775+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.431583+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.438436+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-06T15:16:33.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.455173+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:33.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.486681+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:33.377 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:32 smithi140 bash[24947]: audit 2023-12-06T15:16:32.508448+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-06T15:16:33.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[61388]: debug 2023-12-06T15:16:33.325+0000 7fcb28cac700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (2m) 30s ago 9m 15.9M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (97s) 30s ago 9m 43.1M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (47s) 30s ago 7m 43.9M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (36s) 30s ago 16m 90.7M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (91s) 30s ago 18m 483M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (18m) 30s ago 18m 65.0M 2048M 17.2.0 e1d6a67b021e 9ab4b3c9c9b7 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (16m) 30s ago 16m 50.3M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:16:34.143 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (16m) 30s ago 16m 51.1M 2048M 17.2.0 e1d6a67b021e e692d1582340 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (2m) 30s ago 10m 11.3M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (2m) 30s ago 10m 10.4M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (15m) 30s ago 15m 58.1M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (14m) 30s ago 14m 59.4M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (14m) 30s ago 14m 53.2M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (13m) 30s ago 13m 57.3M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (12m) 30s ago 12m 60.0M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (12m) 30s ago 12m 55.1M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (11m) 30s ago 11m 52.6M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (11m) 30s ago 11m 58.6M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (42s) 30s ago 10m 44.6M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (7m) 30s ago 7m 86.5M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:16:34.144 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (7m) 30s ago 7m 88.8M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:16:34.145 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (7m) 30s ago 7m 86.7M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:16:34.145 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (7m) 30s ago 7m 86.9M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:16:34.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.313266+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T15:16:34.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.318987+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cluster 2023-12-06T15:16:32.498614+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cephadm 2023-12-06T15:16:32.937457+0000 mgr.y (mgr.34107) 1 : cephadm 1 [06/Dec/2023:15:16:32] ENGINE Bus STARTING 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cephadm 2023-12-06T15:16:33.073985+0000 mgr.y (mgr.34107) 2 : cephadm 1 [06/Dec/2023:15:16:33] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cephadm 2023-12-06T15:16:33.176464+0000 mgr.y (mgr.34107) 3 : cephadm 1 [06/Dec/2023:15:16:33] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cephadm 2023-12-06T15:16:33.177243+0000 mgr.y (mgr.34107) 4 : cephadm 1 [06/Dec/2023:15:16:33] ENGINE Bus STARTED 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cluster 2023-12-06T15:16:33.321350+0000 mon.a (mon.0) 39 : cluster 0 mgrmap e37: y(active, since 1.02342s), standbys: x 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: audit 2023-12-06T15:16:33.328297+0000 mgr.y (mgr.34107) 5 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: audit 2023-12-06T15:16:33.331201+0000 mgr.y (mgr.34107) 6 : audit 0 from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: cluster 2023-12-06T15:16:33.335951+0000 mgr.y (mgr.34107) 7 : cluster 0 pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[64580]: audit 2023-12-06T15:16:33.730627+0000 mgr.y (mgr.34107) 8 : audit 0 from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.313266+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.318987+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cluster 2023-12-06T15:16:32.498614+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cephadm 2023-12-06T15:16:32.937457+0000 mgr.y (mgr.34107) 1 : cephadm [INF] [06/Dec/2023:15:16:32] ENGINE Bus STARTING 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cephadm 2023-12-06T15:16:33.073985+0000 mgr.y (mgr.34107) 2 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cephadm 2023-12-06T15:16:33.176464+0000 mgr.y (mgr.34107) 3 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cephadm 2023-12-06T15:16:33.177243+0000 mgr.y (mgr.34107) 4 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Bus STARTED 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cluster 2023-12-06T15:16:33.321350+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e37: y(active, since 1.02342s), standbys: x 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: audit 2023-12-06T15:16:33.328297+0000 mgr.y (mgr.34107) 5 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: audit 2023-12-06T15:16:33.331201+0000 mgr.y (mgr.34107) 6 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: cluster 2023-12-06T15:16:33.335951+0000 mgr.y (mgr.34107) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:34.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:33 smithi029 bash[30481]: audit 2023-12-06T15:16:33.730627+0000 mgr.y (mgr.34107) 8 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.313266+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.318987+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cluster 2023-12-06T15:16:32.498614+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cephadm 2023-12-06T15:16:32.937457+0000 mgr.y (mgr.34107) 1 : cephadm [INF] [06/Dec/2023:15:16:32] ENGINE Bus STARTING 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cephadm 2023-12-06T15:16:33.073985+0000 mgr.y (mgr.34107) 2 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Serving on https://172.21.15.29:7150 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cephadm 2023-12-06T15:16:33.176464+0000 mgr.y (mgr.34107) 3 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Serving on http://172.21.15.29:8765 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cephadm 2023-12-06T15:16:33.177243+0000 mgr.y (mgr.34107) 4 : cephadm [INF] [06/Dec/2023:15:16:33] ENGINE Bus STARTED 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cluster 2023-12-06T15:16:33.321350+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e37: y(active, since 1.02342s), standbys: x 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: audit 2023-12-06T15:16:33.328297+0000 mgr.y (mgr.34107) 5 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: audit 2023-12-06T15:16:33.331201+0000 mgr.y (mgr.34107) 6 : audit [DBG] from='client.25483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: cluster 2023-12-06T15:16:33.335951+0000 mgr.y (mgr.34107) 7 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:34.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:33 smithi140 bash[24947]: audit 2023-12-06T15:16:33.730627+0000 mgr.y (mgr.34107) 8 : audit [DBG] from='client.25507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:16:34.603 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": {}, 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:16:34.604 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr" 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "2/23 daemons upgraded", 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:16:34.989 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:16:35.462 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:16:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:35 smithi140 bash[24947]: audit 2023-12-06T15:16:34.121309+0000 mgr.y (mgr.34107) 9 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:35.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:35 smithi140 bash[24947]: cluster 2023-12-06T15:16:34.319218+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:35.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:35 smithi140 bash[24947]: audit 2023-12-06T15:16:34.599486+0000 mon.c (mon.1) 197 : audit [DBG] from='client.? 172.21.15.29:0/3951715575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:35.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[30481]: audit 2023-12-06T15:16:34.121309+0000 mgr.y (mgr.34107) 9 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:35.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[30481]: cluster 2023-12-06T15:16:34.319218+0000 mgr.y (mgr.34107) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:35.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[30481]: audit 2023-12-06T15:16:34.599486+0000 mon.c (mon.1) 197 : audit [DBG] from='client.? 172.21.15.29:0/3951715575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:35.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[64580]: audit 2023-12-06T15:16:34.121309+0000 mgr.y (mgr.34107) 9 : audit 0 from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:35.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[64580]: cluster 2023-12-06T15:16:34.319218+0000 mgr.y (mgr.34107) 10 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:35.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:35 smithi029 bash[64580]: audit 2023-12-06T15:16:34.599486+0000 mon.c (mon.1) 197 : audit 0 from='client.? 172.21.15.29:0/3951715575' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:36 smithi140 bash[24947]: audit 2023-12-06T15:16:34.984868+0000 mgr.y (mgr.34107) 11 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:36.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:36 smithi140 bash[24947]: cluster 2023-12-06T15:16:35.328035+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e38: y(active, since 3s), standbys: x 2023-12-06T15:16:36.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:36 smithi140 bash[24947]: audit 2023-12-06T15:16:35.458296+0000 mon.c (mon.1) 198 : audit [DBG] from='client.? 172.21.15.29:0/2058289552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:36.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[30481]: audit 2023-12-06T15:16:34.984868+0000 mgr.y (mgr.34107) 11 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:36.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[30481]: cluster 2023-12-06T15:16:35.328035+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e38: y(active, since 3s), standbys: x 2023-12-06T15:16:36.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[30481]: audit 2023-12-06T15:16:35.458296+0000 mon.c (mon.1) 198 : audit [DBG] from='client.? 172.21.15.29:0/2058289552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:36.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[64580]: audit 2023-12-06T15:16:34.984868+0000 mgr.y (mgr.34107) 11 : audit 0 from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:16:36.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[64580]: cluster 2023-12-06T15:16:35.328035+0000 mon.a (mon.0) 40 : cluster 0 mgrmap e38: y(active, since 3s), standbys: x 2023-12-06T15:16:36.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:36 smithi029 bash[64580]: audit 2023-12-06T15:16:35.458296+0000 mon.c (mon.1) 198 : audit 0 from='client.? 172.21.15.29:0/2058289552' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:16:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:37 smithi029 bash[30481]: cluster 2023-12-06T15:16:36.319868+0000 mgr.y (mgr.34107) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:37 smithi029 bash[30481]: cluster 2023-12-06T15:16:37.340548+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e39: y(active, since 5s), standbys: x 2023-12-06T15:16:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:37 smithi029 bash[64580]: cluster 2023-12-06T15:16:36.319868+0000 mgr.y (mgr.34107) 12 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:37.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:37 smithi029 bash[64580]: cluster 2023-12-06T15:16:37.340548+0000 mon.a (mon.0) 41 : cluster 0 mgrmap e39: y(active, since 5s), standbys: x 2023-12-06T15:16:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:37 smithi140 bash[24947]: cluster 2023-12-06T15:16:36.319868+0000 mgr.y (mgr.34107) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:37 smithi140 bash[24947]: cluster 2023-12-06T15:16:37.340548+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e39: y(active, since 5s), standbys: x 2023-12-06T15:16:39.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:39 smithi140 bash[24947]: cluster 2023-12-06T15:16:38.320502+0000 mgr.y (mgr.34107) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:39.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:39 smithi029 bash[64580]: cluster 2023-12-06T15:16:38.320502+0000 mgr.y (mgr.34107) 13 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:39.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:16:39] "GET /metrics HTTP/1.1" 200 35362 "" "Prometheus/2.33.4" 2023-12-06T15:16:39.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:39 smithi029 bash[30481]: cluster 2023-12-06T15:16:38.320502+0000 mgr.y (mgr.34107) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:16:40.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:40 smithi140 bash[24947]: audit 2023-12-06T15:16:39.324190+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:40 smithi140 bash[24947]: audit 2023-12-06T15:16:39.335355+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:40 smithi140 bash[24947]: audit 2023-12-06T15:16:39.471091+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:40 smithi140 bash[24947]: audit 2023-12-06T15:16:39.480935+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[30481]: audit 2023-12-06T15:16:39.324190+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[30481]: audit 2023-12-06T15:16:39.335355+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[30481]: audit 2023-12-06T15:16:39.471091+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[30481]: audit 2023-12-06T15:16:39.480935+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[64580]: audit 2023-12-06T15:16:39.324190+0000 mon.a (mon.0) 42 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[64580]: audit 2023-12-06T15:16:39.335355+0000 mon.a (mon.0) 43 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[64580]: audit 2023-12-06T15:16:39.471091+0000 mon.a (mon.0) 44 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:40 smithi029 bash[64580]: audit 2023-12-06T15:16:39.480935+0000 mon.a (mon.0) 45 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:41 smithi140 bash[24947]: cluster 2023-12-06T15:16:40.322194+0000 mgr.y (mgr.34107) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:16:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:41 smithi140 bash[24947]: audit 2023-12-06T15:16:40.337281+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:41 smithi140 bash[24947]: audit 2023-12-06T15:16:40.344730+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:41 smithi140 bash[24947]: audit 2023-12-06T15:16:40.585275+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:41 smithi140 bash[24947]: audit 2023-12-06T15:16:40.597461+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[30481]: cluster 2023-12-06T15:16:40.322194+0000 mgr.y (mgr.34107) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[30481]: audit 2023-12-06T15:16:40.337281+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[30481]: audit 2023-12-06T15:16:40.344730+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[30481]: audit 2023-12-06T15:16:40.585275+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[30481]: audit 2023-12-06T15:16:40.597461+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[64580]: cluster 2023-12-06T15:16:40.322194+0000 mgr.y (mgr.34107) 14 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[64580]: audit 2023-12-06T15:16:40.337281+0000 mon.a (mon.0) 46 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[64580]: audit 2023-12-06T15:16:40.344730+0000 mon.a (mon.0) 47 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[64580]: audit 2023-12-06T15:16:40.585275+0000 mon.a (mon.0) 48 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:41 smithi029 bash[64580]: audit 2023-12-06T15:16:40.597461+0000 mon.a (mon.0) 49 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:43.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:43 smithi140 bash[24947]: cluster 2023-12-06T15:16:42.323069+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:16:43.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:43 smithi029 bash[64580]: cluster 2023-12-06T15:16:42.323069+0000 mgr.y (mgr.34107) 15 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:16:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:43 smithi029 bash[30481]: cluster 2023-12-06T15:16:42.323069+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-06T15:16:44.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:44 smithi140 bash[24947]: audit 2023-12-06T15:16:43.339689+0000 mgr.y (mgr.34107) 16 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:44 smithi029 bash[30481]: audit 2023-12-06T15:16:43.339689+0000 mgr.y (mgr.34107) 16 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:44 smithi029 bash[64580]: audit 2023-12-06T15:16:43.339689+0000 mgr.y (mgr.34107) 16 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:45.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:45 smithi140 bash[24947]: cluster 2023-12-06T15:16:44.324783+0000 mgr.y (mgr.34107) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:16:45.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:45 smithi029 bash[64580]: cluster 2023-12-06T15:16:44.324783+0000 mgr.y (mgr.34107) 17 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:16:45.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:45 smithi029 bash[30481]: cluster 2023-12-06T15:16:44.324783+0000 mgr.y (mgr.34107) 17 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-06T15:16:47.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:47 smithi140 bash[24947]: cluster 2023-12-06T15:16:46.325747+0000 mgr.y (mgr.34107) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:47.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:47 smithi029 bash[64580]: cluster 2023-12-06T15:16:46.325747+0000 mgr.y (mgr.34107) 18 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:47 smithi029 bash[30481]: cluster 2023-12-06T15:16:46.325747+0000 mgr.y (mgr.34107) 18 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:48 smithi140 bash[24947]: audit 2023-12-06T15:16:47.432217+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:48.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:48 smithi029 bash[64580]: audit 2023-12-06T15:16:47.432217+0000 mon.a (mon.0) 50 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:48.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:48 smithi029 bash[30481]: audit 2023-12-06T15:16:47.432217+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:16:49.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:16:48 smithi140 bash[49051]: ts=2023-12-06T15:16: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:16:49.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:49 smithi029 bash[64580]: cluster 2023-12-06T15:16:48.326684+0000 mgr.y (mgr.34107) 19 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:49.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:16:49] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.33.4" 2023-12-06T15:16:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:49 smithi029 bash[30481]: cluster 2023-12-06T15:16:48.326684+0000 mgr.y (mgr.34107) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:49.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:49 smithi140 bash[24947]: cluster 2023-12-06T15:16:48.326684+0000 mgr.y (mgr.34107) 19 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.044099+0000 mon.a (mon.0) 51 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.054696+0000 mon.a (mon.0) 52 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.057298+0000 mon.a (mon.0) 53 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.058532+0000 mon.a (mon.0) 54 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.060383+0000 mgr.y (mgr.34107) 20 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.060699+0000 mgr.y (mgr.34107) 21 : cephadm 1 Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.275529+0000 mgr.y (mgr.34107) 22 : cephadm 1 Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.340 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.275921+0000 mgr.y (mgr.34107) 23 : cephadm 1 Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cluster 2023-12-06T15:16:50.328313+0000 mgr.y (mgr.34107) 24 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.440242+0000 mgr.y (mgr.34107) 25 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.440856+0000 mgr.y (mgr.34107) 26 : cephadm 1 Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.604483+0000 mgr.y (mgr.34107) 27 : cephadm 1 Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.605917+0000 mgr.y (mgr.34107) 28 : cephadm 1 Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.780421+0000 mon.a (mon.0) 55 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.789031+0000 mon.a (mon.0) 56 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.795630+0000 mon.a (mon.0) 57 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.801632+0000 mon.a (mon.0) 58 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.808549+0000 mon.a (mon.0) 59 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.895842+0000 mon.a (mon.0) 60 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.900640+0000 mon.a (mon.0) 61 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.903200+0000 mon.a (mon.0) 62 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:51.341 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[64580]: audit 2023-12-06T15:16:50.904884+0000 mon.a (mon.0) 63 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.044099+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.054696+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.057298+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.058532+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.060383+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.060699+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.275529+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.275921+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cluster 2023-12-06T15:16:50.328313+0000 mgr.y (mgr.34107) 24 : 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-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.440242+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.440856+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.342 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.604483+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.605917+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.780421+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.789031+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.795630+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.801632+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.808549+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.895842+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.900640+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.903200+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:51.343 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:51 smithi029 bash[30481]: audit 2023-12-06T15:16:50.904884+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.044099+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.054696+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.057298+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.058532+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.060383+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.060699+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.conf 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.275529+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.275921+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cluster 2023-12-06T15:16:50.328313+0000 mgr.y (mgr.34107) 24 : 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-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.440242+0000 mgr.y (mgr.34107) 25 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.440856+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.604483+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Updating smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.605917+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Updating smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.780421+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.789031+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.795630+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.801632+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.808549+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.895842+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.900640+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.903200+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:16:51.376 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:51 smithi140 bash[24947]: audit 2023-12-06T15:16:50.904884+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-06T15:16:52.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:52 smithi140 bash[24947]: cephadm 2023-12-06T15:16:50.906058+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T15:16:52.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:52 smithi029 bash[30481]: cephadm 2023-12-06T15:16:50.906058+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-06T15:16:52.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:52 smithi029 bash[64580]: cephadm 2023-12-06T15:16:50.906058+0000 mgr.y (mgr.34107) 29 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-06T15:16:53.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:53 smithi029 bash[30481]: cluster 2023-12-06T15:16:52.329176+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:53.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:53 smithi029 bash[64580]: cluster 2023-12-06T15:16:52.329176+0000 mgr.y (mgr.34107) 30 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:53.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:53 smithi140 bash[24947]: cluster 2023-12-06T15:16:52.329176+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:16:54.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:54 smithi140 bash[24947]: audit 2023-12-06T15:16:53.349966+0000 mgr.y (mgr.34107) 31 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:54.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:54 smithi140 bash[24947]: audit 2023-12-06T15:16:53.784707+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:54.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:54 smithi140 bash[24947]: audit 2023-12-06T15:16:53.788496+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:54.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:54 smithi140 bash[24947]: audit 2023-12-06T15:16:53.789873+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:54.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:54 smithi140 bash[24947]: audit 2023-12-06T15:16:53.791195+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:54.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[64580]: audit 2023-12-06T15:16:53.349966+0000 mgr.y (mgr.34107) 31 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:54.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[64580]: audit 2023-12-06T15:16:53.784707+0000 mon.a (mon.0) 64 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[64580]: audit 2023-12-06T15:16:53.788496+0000 mon.a (mon.0) 65 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[64580]: audit 2023-12-06T15:16:53.789873+0000 mon.a (mon.0) 66 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[64580]: audit 2023-12-06T15:16:53.791195+0000 mon.a (mon.0) 67 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[30481]: audit 2023-12-06T15:16:53.349966+0000 mgr.y (mgr.34107) 31 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[30481]: audit 2023-12-06T15:16:53.784707+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[30481]: audit 2023-12-06T15:16:53.788496+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[30481]: audit 2023-12-06T15:16:53.789873+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:16:54.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:54 smithi029 bash[30481]: audit 2023-12-06T15:16:53.791195+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:16:55.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:55 smithi140 bash[24947]: cephadm 2023-12-06T15:16:53.777269+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T15:16:55.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:55 smithi140 bash[24947]: cephadm 2023-12-06T15:16:53.792897+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Deploying daemon mon.c on smithi029 2023-12-06T15:16:55.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:16:55 smithi140 bash[24947]: cluster 2023-12-06T15:16:54.330873+0000 mgr.y (mgr.34107) 34 : 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-06T15:16:55.435 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[30481]: cephadm 2023-12-06T15:16:53.777269+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-06T15:16:55.435 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[30481]: cephadm 2023-12-06T15:16:53.792897+0000 mgr.y (mgr.34107) 33 : cephadm [INF] Deploying daemon mon.c on smithi029 2023-12-06T15:16:55.435 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[30481]: cluster 2023-12-06T15:16:54.330873+0000 mgr.y (mgr.34107) 34 : 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-06T15:16:55.436 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[64580]: cephadm 2023-12-06T15:16:53.777269+0000 mgr.y (mgr.34107) 32 : cephadm 1 Upgrade: Updating mon.c 2023-12-06T15:16:55.436 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[64580]: cephadm 2023-12-06T15:16:53.792897+0000 mgr.y (mgr.34107) 33 : cephadm 1 Deploying daemon mon.c on smithi029 2023-12-06T15:16:55.436 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:16:55 smithi029 bash[64580]: cluster 2023-12-06T15:16:54.330873+0000 mgr.y (mgr.34107) 34 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:16:56.772 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:56 smithi029 systemd[1]: Stopping Ceph mon.c for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:16:57.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:56 smithi029 bash[30481]: debug 2023-12-06T15:16:56.765+0000 7f22b5032700 -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-06T15:16:57.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:56 smithi029 bash[30481]: debug 2023-12-06T15:16:56.765+0000 7f22b5032700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-06T15:16:57.774 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:57 smithi029 bash[65820]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:16:58.043 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:57 smithi029 bash[65891]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:16:58.043 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:57 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.c.service: Succeeded. 2023-12-06T15:16:58.043 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:57 smithi029 systemd[1]: Stopped Ceph mon.c for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:16:58.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:58 smithi029 systemd[1]: Started Ceph mon.c for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:16:59.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:16:58 smithi140 bash[49051]: ts=2023-12-06T15:16:58.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:16:59.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:16:59] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.33.4" 2023-12-06T15:16:59.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.237+0000 7ff10f066c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.237+0000 7ff10f066c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.237+0000 7ff10f066c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.241+0000 7ff10f066c80 0 load: jerasure load: lrc 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Git sha 0 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: DB SUMMARY 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: DB Session ID: TOU9P1NQ1GS37BXXGER3 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1268 Bytes 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 4278612 ; 2023-12-06T15:16:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.env: 0x55e285275a60 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.info_log: 0x55e285ed5780 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:16:59.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:16:59.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.wal_dir: 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.write_buffer_manager: 0x55e285ea8f00 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:16:59.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.row_cache: None 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:16:59.536 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:16:59.537 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:16:59.538 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.merge_operator: 2023-12-06T15:16:59.539 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e285ed58a0) 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: cache_index_and_filter_blocks: 1 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: pin_top_level_index_and_filter: 1 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: index_type: 0 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: data_block_index_type: 0 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: index_shortening: 1 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: checksum: 4 2023-12-06T15:16:59.540 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: no_block_cache: 0 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_cache: 0x55e285f29090 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_cache_name: BinnedLRUCache 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_cache_options: 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: capacity : 536870912 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: num_shard_bits : 4 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: strict_capacity_limit : 0 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: high_pri_pool_ratio: 0.000 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_cache_compressed: (nil) 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: persistent_cache: (nil) 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_size: 4096 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_size_deviation: 10 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_restart_interval: 16 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: index_block_restart_interval: 1 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: metadata_block_size: 4096 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: partition_filters: 0 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: use_delta_encoding: 1 2023-12-06T15:16:59.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: filter_policy: bloomfilter 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: whole_key_filtering: 1 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: verify_compression: 0 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: read_amp_bytes_per_bit: 0 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: format_version: 5 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: enable_index_compression: 1 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: block_align: 0 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: max_auto_readahead_size: 262144 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: prepopulate_block_cache: 0 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: initial_auto_readahead_size: 8192 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:16:59.542 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:16:59.543 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:16:59.544 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:16:59.545 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:16:59.546 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:16:59.547 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:16:59.548 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10482f700 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-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 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-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 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 18429, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4226098c-d4a1-4da0-bd65-4961858de92d 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875819249239, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.245+0000 7ff10f066c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.261+0000 7ff10f066c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875819266240, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2745654, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18418, "largest_seqno": 19381, "table_properties": {"data_size": 2741023, "index_size": 2589, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1029, "raw_key_size": 9399, "raw_average_key_size": 23, "raw_value_size": 2732383, "raw_average_value_size": 6917, "num_data_blocks": 118, "num_entries": 395, "num_filter_entries": 395, "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": 1701875819, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4226098c-d4a1-4da0-bd65-4961858de92d", "db_session_id": "TOU9P1NQ1GS37BXXGER3", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.261+0000 7ff10f066c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875819266359, "job": 1, "event": "recovery_finished"} 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.261+0000 7ff10f066c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.261+0000 7ff10f066c80 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-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.265+0000 7ff10f066c80 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-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.265+0000 7ff10f066c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e285fc8000 2023-12-06T15:16:59.549 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.265+0000 7ff10f066c80 4 rocksdb: DB pointer 0x55e285fb6000 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.265+0000 7ff0fd821700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.265+0000 7ff0fd821700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: ** DB Stats ** 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: ** Compaction Stats [default] ** 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: L0 1/0 2.62 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 402.3 0.01 0.00 1 0.007 0 0 0.0 0.0 2023-12-06T15:16:59.550 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: L6 1/0 10.32 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-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Sum 2/0 12.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 402.3 0.01 0.00 1 0.007 0 0 0.0 0.0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 402.3 0.01 0.00 1 0.007 0 0 0.0 0.0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: ** Compaction Stats [default] ** 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 402.3 0.01 0.00 1 0.007 0 0 0.0 0.0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Flush(GB): cumulative 0.003, interval 0.003 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Cumulative compaction: 0.00 GB write, 115.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Interval compaction: 0.00 GB write, 115.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.551 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Block cache BinnedLRUCache@0x55e285f29090#7 capacity: 512.00 MB usage: 3.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.8e-05 secs_since: 0 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: Block cache entry stats(count,size,portion): FilterBlock(1,1.16 KB,0.000220537%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.269+0000 7ff10f066c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] at bind addrs [v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.269+0000 7ff10f066c80 1 mon.c@-1(???) e3 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).mds e1 new map 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).mds e1 print_map 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: e1 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 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-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: legacy client fscid: -1 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: No filesystems configured 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:59.552 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:59.553 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:16:59.553 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:16:59 smithi029 bash[65964]: debug 2023-12-06T15:16:59.273+0000 7ff10f066c80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2023-12-06T15:17:00.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:00 smithi029 bash[64580]: cluster 2023-12-06T15:16:56.331626+0000 mgr.y (mgr.34107) 35 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:00.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:00 smithi029 bash[65964]: cluster 2023-12-06T15:16:56.331626+0000 mgr.y (mgr.34107) 35 : cluster 0 pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:00.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:00 smithi140 bash[24947]: cluster 2023-12-06T15:16:56.331626+0000 mgr.y (mgr.34107) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:01.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:16:58.332575+0000 mgr.y (mgr.34107) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:16:59.489163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.334069+0000 mgr.y (mgr.34107) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.402050+0000 mon.a (mon.0) 68 : cluster [INF] mon.a calling monitor election 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.405675+0000 mon.a (mon.0) 69 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.415141+0000 mon.a (mon.0) 70 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.416036+0000 mon.a (mon.0) 71 : cluster [DBG] fsmap 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.416099+0000 mon.a (mon.0) 72 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.416824+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e39: y(active, since 28s), standbys: x 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: cluster 2023-12-06T15:17:00.424883+0000 mon.a (mon.0) 74 : cluster [INF] overall HEALTH_OK 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: audit 2023-12-06T15:17:00.429010+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:01.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:01 smithi140 bash[24947]: audit 2023-12-06T15:17:00.437475+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:01.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:16:58.332575+0000 mgr.y (mgr.34107) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:16:59.489163+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.334069+0000 mgr.y (mgr.34107) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.402050+0000 mon.a (mon.0) 68 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.405675+0000 mon.a (mon.0) 69 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.415141+0000 mon.a (mon.0) 70 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.416036+0000 mon.a (mon.0) 71 : cluster 0 fsmap 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.416099+0000 mon.a (mon.0) 72 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.416824+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e39: y(active, since 28s), standbys: x 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: cluster 2023-12-06T15:17:00.424883+0000 mon.a (mon.0) 74 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: audit 2023-12-06T15:17:00.429010+0000 mon.a (mon.0) 75 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[65964]: audit 2023-12-06T15:17:00.437475+0000 mon.a (mon.0) 76 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:01.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:16:58.332575+0000 mgr.y (mgr.34107) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:16:59.489163+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.334069+0000 mgr.y (mgr.34107) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.402050+0000 mon.a (mon.0) 68 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.405675+0000 mon.a (mon.0) 69 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.415141+0000 mon.a (mon.0) 70 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.416036+0000 mon.a (mon.0) 71 : cluster 0 fsmap 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.416099+0000 mon.a (mon.0) 72 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.416824+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e39: y(active, since 28s), standbys: x 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: cluster 2023-12-06T15:17:00.424883+0000 mon.a (mon.0) 74 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: audit 2023-12-06T15:17:00.429010+0000 mon.a (mon.0) 75 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:01.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:01 smithi029 bash[64580]: audit 2023-12-06T15:17:00.437475+0000 mon.a (mon.0) 76 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:03 smithi029 bash[65964]: cluster 2023-12-06T15:17:02.334955+0000 mgr.y (mgr.34107) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:03 smithi029 bash[65964]: audit 2023-12-06T15:17:02.432724+0000 mon.a (mon.0) 77 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:03 smithi029 bash[64580]: cluster 2023-12-06T15:17:02.334955+0000 mgr.y (mgr.34107) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:03 smithi029 bash[64580]: audit 2023-12-06T15:17:02.432724+0000 mon.a (mon.0) 77 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:03 smithi140 bash[24947]: cluster 2023-12-06T15:17:02.334955+0000 mgr.y (mgr.34107) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:03 smithi140 bash[24947]: audit 2023-12-06T15:17:02.432724+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:04.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:04 smithi029 bash[61388]: debug 2023-12-06T15:17:04.281+0000 7fcb28cac700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-06T15:17:04.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:04 smithi029 bash[65964]: audit 2023-12-06T15:17:03.359630+0000 mgr.y (mgr.34107) 39 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:04.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:04 smithi029 bash[64580]: audit 2023-12-06T15:17:03.359630+0000 mgr.y (mgr.34107) 39 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:04 smithi140 bash[24947]: audit 2023-12-06T15:17:03.359630+0000 mgr.y (mgr.34107) 39 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:05 smithi029 bash[65964]: cluster 2023-12-06T15:17:04.336678+0000 mgr.y (mgr.34107) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:05 smithi029 bash[64580]: cluster 2023-12-06T15:17:04.336678+0000 mgr.y (mgr.34107) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:05 smithi140 bash[24947]: cluster 2023-12-06T15:17:04.336678+0000 mgr.y (mgr.34107) 40 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:05.894 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:17:06.710 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (2m) 27s ago 10m 16.1M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (2m) 27s ago 10m 43.4M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (80s) 27s ago 7m 45.4M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (69s) 27s ago 16m 430M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (2m) 27s ago 18m 470M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (44s) 27s ago 18m 33.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (16m) 27s ago 16m 55.4M 2048M 17.2.0 e1d6a67b021e 08cd82d1ee64 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 starting - - - 2048M 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (3m) 27s ago 10m 11.3M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (2m) 27s ago 10m 10.7M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (16m) 27s ago 16m 58.4M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (15m) 27s ago 15m 59.7M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:17:06.711 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (14m) 27s ago 14m 53.7M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (14m) 27s ago 14m 57.7M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (13m) 27s ago 13m 60.0M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (12m) 27s ago 12m 55.3M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (12m) 27s ago 12m 53.0M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (11m) 27s ago 11m 59.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (75s) 27s ago 10m 53.9M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (8m) 27s ago 8m 87.2M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (8m) 27s ago 8m 89.3M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (8m) 27s ago 8m 87.3M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:17:06.712 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (8m) 27s ago 8m 87.3M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:17:07.179 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:17:07.180 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:17:07.577 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr" 2023-12-06T15:17:07.578 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:17:07.578 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "4/23 daemons upgraded", 2023-12-06T15:17:07.578 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T15:17:07.578 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:17:07.578 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:17:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:05.873839+0000 mgr.y (mgr.34107) 41 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:06.275329+0000 mgr.y (mgr.34107) 42 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: cluster 2023-12-06T15:17:06.337224+0000 mgr.y (mgr.34107) 43 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:06.683940+0000 mgr.y (mgr.34107) 44 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:06.925409+0000 mon.a (mon.0) 78 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:06.935196+0000 mon.a (mon.0) 79 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[64580]: audit 2023-12-06T15:17:07.175198+0000 mon.a (mon.0) 80 : audit 0 from='client.? 172.21.15.29:0/1809306379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:05.873839+0000 mgr.y (mgr.34107) 41 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:06.275329+0000 mgr.y (mgr.34107) 42 : audit 0 from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: cluster 2023-12-06T15:17:06.337224+0000 mgr.y (mgr.34107) 43 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:06.683940+0000 mgr.y (mgr.34107) 44 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:06.925409+0000 mon.a (mon.0) 78 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:06.935196+0000 mon.a (mon.0) 79 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:07 smithi029 bash[65964]: audit 2023-12-06T15:17:07.175198+0000 mon.a (mon.0) 80 : audit 0 from='client.? 172.21.15.29:0/1809306379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:07.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:05.873839+0000 mgr.y (mgr.34107) 41 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:06.275329+0000 mgr.y (mgr.34107) 42 : audit [DBG] from='client.34179 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: cluster 2023-12-06T15:17:06.337224+0000 mgr.y (mgr.34107) 43 : 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-06T15:17:07.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:06.683940+0000 mgr.y (mgr.34107) 44 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:07.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:06.925409+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:06.935196+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:07.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:07 smithi140 bash[24947]: audit 2023-12-06T15:17:07.175198+0000 mon.a (mon.0) 80 : audit [DBG] from='client.? 172.21.15.29:0/1809306379' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:08.040 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:17:08.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[64580]: audit 2023-12-06T15:17:07.573290+0000 mgr.y (mgr.34107) 45 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:08.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[64580]: audit 2023-12-06T15:17:07.928646+0000 mon.a (mon.0) 81 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[64580]: audit 2023-12-06T15:17:07.939281+0000 mon.a (mon.0) 82 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[64580]: audit 2023-12-06T15:17:08.037448+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.29:0/2638061032' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:08.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[65964]: audit 2023-12-06T15:17:07.573290+0000 mgr.y (mgr.34107) 45 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:08.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[65964]: audit 2023-12-06T15:17:07.928646+0000 mon.a (mon.0) 81 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[65964]: audit 2023-12-06T15:17:07.939281+0000 mon.a (mon.0) 82 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:08 smithi029 bash[65964]: audit 2023-12-06T15:17:08.037448+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.29:0/2638061032' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:08.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:08 smithi140 bash[24947]: audit 2023-12-06T15:17:07.573290+0000 mgr.y (mgr.34107) 45 : audit [DBG] from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:08.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:08 smithi140 bash[24947]: audit 2023-12-06T15:17:07.928646+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:08 smithi140 bash[24947]: audit 2023-12-06T15:17:07.939281+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:08 smithi140 bash[24947]: audit 2023-12-06T15:17:08.037448+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.29:0/2638061032' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:08.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:08 smithi140 bash[49051]: ts=2023-12-06T15:17:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:09 smithi029 bash[64580]: cluster 2023-12-06T15:17:08.338107+0000 mgr.y (mgr.34107) 46 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:09.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:09] "GET /metrics HTTP/1.1" 200 38097 "" "Prometheus/2.33.4" 2023-12-06T15:17:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:09 smithi029 bash[65964]: cluster 2023-12-06T15:17:08.338107+0000 mgr.y (mgr.34107) 46 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:09 smithi140 bash[24947]: cluster 2023-12-06T15:17:08.338107+0000 mgr.y (mgr.34107) 46 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:11.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:11 smithi029 bash[65964]: cluster 2023-12-06T15:17:10.339653+0000 mgr.y (mgr.34107) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:11.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:11 smithi029 bash[64580]: cluster 2023-12-06T15:17:10.339653+0000 mgr.y (mgr.34107) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:11 smithi140 bash[24947]: cluster 2023-12-06T15:17:10.339653+0000 mgr.y (mgr.34107) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:13.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:13 smithi029 bash[64580]: cluster 2023-12-06T15:17:12.340403+0000 mgr.y (mgr.34107) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:13.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:13 smithi029 bash[65964]: cluster 2023-12-06T15:17:12.340403+0000 mgr.y (mgr.34107) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:13.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:13 smithi140 bash[24947]: cluster 2023-12-06T15:17:12.340403+0000 mgr.y (mgr.34107) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:14.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:14 smithi029 bash[64580]: audit 2023-12-06T15:17:13.370860+0000 mgr.y (mgr.34107) 49 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:14.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:14 smithi029 bash[65964]: audit 2023-12-06T15:17:13.370860+0000 mgr.y (mgr.34107) 49 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:14.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:14 smithi140 bash[24947]: audit 2023-12-06T15:17:13.370860+0000 mgr.y (mgr.34107) 49 : audit [DBG] from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:15.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:15 smithi029 bash[65964]: cluster 2023-12-06T15:17:14.342059+0000 mgr.y (mgr.34107) 50 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:15.839 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:15 smithi029 bash[64580]: cluster 2023-12-06T15:17:14.342059+0000 mgr.y (mgr.34107) 50 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:15.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:15 smithi140 bash[24947]: cluster 2023-12-06T15:17:14.342059+0000 mgr.y (mgr.34107) 50 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:17.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:17 smithi029 bash[64580]: cluster 2023-12-06T15:17:16.342832+0000 mgr.y (mgr.34107) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:17.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:17 smithi029 bash[64580]: audit 2023-12-06T15:17:17.432591+0000 mon.a (mon.0) 83 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:17.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:17 smithi029 bash[65964]: cluster 2023-12-06T15:17:16.342832+0000 mgr.y (mgr.34107) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:17.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:17 smithi029 bash[65964]: audit 2023-12-06T15:17:17.432591+0000 mon.a (mon.0) 83 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:17 smithi140 bash[24947]: cluster 2023-12-06T15:17:16.342832+0000 mgr.y (mgr.34107) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:17.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:17 smithi140 bash[24947]: audit 2023-12-06T15:17:17.432591+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:19.091 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:18 smithi140 bash[49051]: ts=2023-12-06T15:17: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: cluster 2023-12-06T15:17:18.344594+0000 mgr.y (mgr.34107) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.841257+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.851994+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.853975+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.855653+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.864201+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.951772+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.955186+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.957515+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:17:19.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:19 smithi140 bash[24947]: audit 2023-12-06T15:17:18.959151+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:17:19.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:19] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: cluster 2023-12-06T15:17:18.344594+0000 mgr.y (mgr.34107) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.841257+0000 mon.a (mon.0) 84 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.851994+0000 mon.a (mon.0) 85 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.853975+0000 mon.a (mon.0) 86 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.855653+0000 mon.a (mon.0) 87 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.864201+0000 mon.a (mon.0) 88 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.951772+0000 mon.a (mon.0) 89 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.955186+0000 mon.a (mon.0) 90 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.957515+0000 mon.a (mon.0) 91 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[65964]: audit 2023-12-06T15:17:18.959151+0000 mon.a (mon.0) 92 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: cluster 2023-12-06T15:17:18.344594+0000 mgr.y (mgr.34107) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.841257+0000 mon.a (mon.0) 84 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.851994+0000 mon.a (mon.0) 85 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.853975+0000 mon.a (mon.0) 86 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.855653+0000 mon.a (mon.0) 87 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.864201+0000 mon.a (mon.0) 88 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.951772+0000 mon.a (mon.0) 89 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.955186+0000 mon.a (mon.0) 90 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.957515+0000 mon.a (mon.0) 91 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-06T15:17:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:19 smithi029 bash[64580]: audit 2023-12-06T15:17:18.959151+0000 mon.a (mon.0) 92 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-06T15:17:20.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:20 smithi140 bash[24947]: cephadm 2023-12-06T15:17:18.960133+0000 mgr.y (mgr.34107) 53 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-06T15:17:20.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:20 smithi029 bash[65964]: cephadm 2023-12-06T15:17:18.960133+0000 mgr.y (mgr.34107) 53 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T15:17:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:20 smithi029 bash[64580]: cephadm 2023-12-06T15:17:18.960133+0000 mgr.y (mgr.34107) 53 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-06T15:17:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:21 smithi140 bash[24947]: cluster 2023-12-06T15:17:20.345388+0000 mgr.y (mgr.34107) 54 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:21 smithi029 bash[64580]: cluster 2023-12-06T15:17:20.345388+0000 mgr.y (mgr.34107) 54 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:21.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:21 smithi029 bash[65964]: cluster 2023-12-06T15:17:20.345388+0000 mgr.y (mgr.34107) 54 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:22.771 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: cephadm 2023-12-06T15:17:21.480891+0000 mgr.y (mgr.34107) 55 : cephadm [INF] Upgrade: Updating mon.b 2023-12-06T15:17:22.772 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: audit 2023-12-06T15:17:21.488542+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:22.772 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: audit 2023-12-06T15:17:21.493434+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:22.772 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: audit 2023-12-06T15:17:21.495718+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:22.772 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: audit 2023-12-06T15:17:21.497579+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:22.772 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:22 smithi140 bash[24947]: cephadm 2023-12-06T15:17:21.499788+0000 mgr.y (mgr.34107) 56 : cephadm [INF] Deploying daemon mon.b on smithi140 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: cephadm 2023-12-06T15:17:21.480891+0000 mgr.y (mgr.34107) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: audit 2023-12-06T15:17:21.488542+0000 mon.a (mon.0) 93 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: audit 2023-12-06T15:17:21.493434+0000 mon.a (mon.0) 94 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: audit 2023-12-06T15:17:21.495718+0000 mon.a (mon.0) 95 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: audit 2023-12-06T15:17:21.497579+0000 mon.a (mon.0) 96 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[65964]: cephadm 2023-12-06T15:17:21.499788+0000 mgr.y (mgr.34107) 56 : cephadm 1 Deploying daemon mon.b on smithi140 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: cephadm 2023-12-06T15:17:21.480891+0000 mgr.y (mgr.34107) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: audit 2023-12-06T15:17:21.488542+0000 mon.a (mon.0) 93 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: audit 2023-12-06T15:17:21.493434+0000 mon.a (mon.0) 94 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: audit 2023-12-06T15:17:21.495718+0000 mon.a (mon.0) 95 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: audit 2023-12-06T15:17:21.497579+0000 mon.a (mon.0) 96 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:22 smithi029 bash[64580]: cephadm 2023-12-06T15:17:21.499788+0000 mgr.y (mgr.34107) 56 : cephadm 1 Deploying daemon mon.b on smithi140 2023-12-06T15:17:23.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:23 smithi029 bash[64580]: cluster 2023-12-06T15:17:22.346194+0000 mgr.y (mgr.34107) 57 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:23.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:23 smithi029 bash[65964]: cluster 2023-12-06T15:17:22.346194+0000 mgr.y (mgr.34107) 57 : cluster 0 pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:23.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:23 smithi140 bash[24947]: cluster 2023-12-06T15:17:22.346194+0000 mgr.y (mgr.34107) 57 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:24.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:23 smithi140 systemd[1]: Stopping Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:17:24.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 bash[24947]: debug 2023-12-06T15:17:24.132+0000 7f9ac04c1700 -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-06T15:17:24.273 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 bash[24947]: debug 2023-12-06T15:17:24.132+0000 7f9ac04c1700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-06T15:17:24.798 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 bash[51441]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:17:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 bash[51515]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:17:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-06T15:17:25.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:24 smithi140 systemd[1]: Stopped Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:17:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:25 smithi140 systemd[1]: Started Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.252+0000 7f478ea30c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.252+0000 7f478ea30c80 0 ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev), process ceph-mon, pid 7 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.252+0000 7f478ea30c80 0 pidfile_write: ignore empty --pid-file 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.256+0000 7f478ea30c80 0 load: jerasure load: lrc 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Git sha 0 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Compile date 2023-12-06 02:25:46 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: DB SUMMARY 2023-12-06T15:17:26.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: DB Session ID: 78EMH027IJAGSLXODCQL 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: CURRENT file: CURRENT 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1459 Bytes 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000033.sst 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000031.log size: 683273 ; 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.error_if_exists: 0 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.create_if_missing: 0 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.env: 0x558e7e38ba60 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-06T15:17:26.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.info_log: 0x558e7fb07780 2023-12-06T15:17:26.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T15:17:26.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.statistics: (nil) 2023-12-06T15:17:26.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.use_fsync: 0 2023-12-06T15:17:26.627 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T15:17:26.628 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.db_log_dir: 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.wal_dir: 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.write_buffer_manager: 0x558e7fadaf00 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T15:17:26.629 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.unordered_write: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.row_cache: None 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.wal_filter: None 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T15:17:26.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.two_write_queues: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.wal_compression: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.atomic_flush: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-06T15:17:26.631 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_open_files: -1 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T15:17:26.632 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Compression algorithms supported: 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kZSTD supported: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kXpressCompression supported: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kZlibCompression supported: 1 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-06T15:17:26.633 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.merge_operator: 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_filter: None 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558e7fb078a0) 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: cache_index_and_filter_blocks: 1 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: pin_top_level_index_and_filter: 1 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: index_type: 0 2023-12-06T15:17:26.634 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: data_block_index_type: 0 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: index_shortening: 1 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: checksum: 4 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: no_block_cache: 0 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_cache: 0x558e7fb5b090 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_cache_name: BinnedLRUCache 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_cache_options: 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: capacity : 536870912 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: num_shard_bits : 4 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: strict_capacity_limit : 0 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: high_pri_pool_ratio: 0.000 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_cache_compressed: (nil) 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: persistent_cache: (nil) 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_size: 4096 2023-12-06T15:17:26.635 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_size_deviation: 10 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_restart_interval: 16 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: index_block_restart_interval: 1 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: metadata_block_size: 4096 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: partition_filters: 0 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: use_delta_encoding: 1 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: filter_policy: bloomfilter 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: whole_key_filtering: 1 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: verify_compression: 0 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: read_amp_bytes_per_bit: 0 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: format_version: 5 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: enable_index_compression: 1 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: block_align: 0 2023-12-06T15:17:26.636 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: max_auto_readahead_size: 262144 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: prepopulate_block_cache: 0 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: initial_auto_readahead_size: 8192 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: num_file_reads_for_auto_readahead: 2 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression: NoCompression 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.num_levels: 7 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T15:17:26.637 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T15:17:26.638 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T15:17:26.639 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T15:17:26.640 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T15:17:26.641 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.table_properties_collectors: 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.bloom_locality: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T15:17:26.642 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.ttl: 2592000 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enable_blob_files: false 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.min_blob_size: 0 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-06T15:17:26.643 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f47819f4700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 33.sst 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 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-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 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 35, last_sequence is 19661, log_number is 31,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 31 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9127a60c-fe8e-400b-92ca-5d8a17dd3a9a 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875846264647, "job": 1, "event": "recovery_started", "wal_files": [31]} 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.260+0000 7f478ea30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #31 mode 2 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.264+0000 7f478ea30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875846267549, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 36, "file_size": 424032, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 19656, "largest_seqno": 20014, "table_properties": {"data_size": 421801, "index_size": 833, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 389, "raw_key_size": 3170, "raw_average_key_size": 22, "raw_value_size": 418772, "raw_average_value_size": 3012, "num_data_blocks": 37, "num_entries": 139, "num_filter_entries": 139, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1701875846, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9127a60c-fe8e-400b-92ca-5d8a17dd3a9a", "db_session_id": "78EMH027IJAGSLXODCQL", "orig_file_number": 36, "seqno_to_time_mapping": "N/A"}} 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.264+0000 7f478ea30c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701875846267778, "job": 1, "event": "recovery_finished"} 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.264+0000 7f478ea30c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 38 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.264+0000 7f478ea30c80 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-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f478ea30c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000031.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-06T15:17:26.644 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f478ea30c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558e7fbfa000 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f478ea30c80 4 rocksdb: DB pointer 0x558e7fbe8000 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f477d1eb700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f477d1eb700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: ** DB Stats ** 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: ** Compaction Stats [default] ** 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: L0 1/0 414.09 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 256.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:17:26.645 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: L6 1/0 10.17 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-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Sum 2/0 10.58 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 256.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 256.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: ** Compaction Stats [default] ** 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 256.9 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Cumulative compaction: 0.00 GB write, 41.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:17:26.646 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Interval compaction: 0.00 GB write, 41.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Block cache BinnedLRUCache@0x558e7fb5b090#7 capacity: 512.00 MB usage: 1.39 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: Block cache entry stats(count,size,portion): FilterBlock(1,0.44 KB,8.34465e-05%) IndexBlock(1,0.95 KB,0.000181794%) Misc(1,0.00 KB,0%) 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.268+0000 7f478ea30c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] at bind addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 1 mon.b@-1(???) e3 preinit fsid c349e5c8-9447-11ee-95a2-87774f69a715 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).mds e1 new map 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).mds e1 print_map 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: e1 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 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-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: legacy client fscid: -1 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: No filesystems configured 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-06T15:17:26.647 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:17:26.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:17:26.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-06T15:17:26.648 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:26 smithi140 bash[51581]: debug 2023-12-06T15:17:26.272+0000 7f478ea30c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-06T15:17:29.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:28 smithi140 bash[49051]: ts=2023-12-06T15:17: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:29.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:29] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-06T15:17:31.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:31 smithi029 bash[61388]: debug 2023-12-06T15:17:31.280+0000 7fcb28cac700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:27.557768+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:27.558488+0000 mon.a (mon.0) 104 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:27.559004+0000 mon.a (mon.0) 105 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:27.559530+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:27.559552+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:27.560762+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:28.350315+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:30.351065+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:32.439216+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.561153+0000 mon.a (mon.0) 109 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.568024+0000 mon.a (mon.0) 110 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.568955+0000 mon.a (mon.0) 111 : cluster 0 fsmap 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.569014+0000 mon.a (mon.0) 112 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.569647+0000 mon.a (mon.0) 113 : cluster 0 mgrmap e39: y(active, since 60s), standbys: x 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.570001+0000 mon.a (mon.0) 114 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.590615+0000 mon.a (mon.0) 115 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.590654+0000 mon.a (mon.0) 116 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.590692+0000 mon.a (mon.0) 117 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:32.595432+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[64580]: audit 2023-12-06T15:17:32.602648+0000 mon.a (mon.0) 119 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:27.557768+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:27.558488+0000 mon.a (mon.0) 104 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:17:33.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:27.559004+0000 mon.a (mon.0) 105 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:27.559530+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:27.559552+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:27.560762+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:28.350315+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:30.351065+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:32.439216+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.561153+0000 mon.a (mon.0) 109 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.568024+0000 mon.a (mon.0) 110 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.568955+0000 mon.a (mon.0) 111 : cluster 0 fsmap 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.569014+0000 mon.a (mon.0) 112 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.569647+0000 mon.a (mon.0) 113 : cluster 0 mgrmap e39: y(active, since 60s), standbys: x 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.570001+0000 mon.a (mon.0) 114 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:17:33.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.590615+0000 mon.a (mon.0) 115 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:17:33.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.590654+0000 mon.a (mon.0) 116 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:17:33.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.590692+0000 mon.a (mon.0) 117 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:17:33.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:32.595432+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:33.035 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:32 smithi029 bash[65964]: audit 2023-12-06T15:17:32.602648+0000 mon.a (mon.0) 119 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:33 smithi029 bash[64580]: cluster 2023-12-06T15:17:32.351805+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:33.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:33 smithi029 bash[65964]: cluster 2023-12-06T15:17:32.351805+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:27.557768+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:27.558488+0000 mon.a (mon.0) 104 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:27.559004+0000 mon.a (mon.0) 105 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:27.559530+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:27.559552+0000 mon.a (mon.0) 106 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:27.560762+0000 mon.a (mon.0) 107 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:28.350315+0000 mgr.y (mgr.34107) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:30.351065+0000 mgr.y (mgr.34107) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:32.439216+0000 mon.a (mon.0) 108 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.561153+0000 mon.a (mon.0) 109 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.568024+0000 mon.a (mon.0) 110 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.568955+0000 mon.a (mon.0) 111 : cluster 0 fsmap 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.569014+0000 mon.a (mon.0) 112 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.569647+0000 mon.a (mon.0) 113 : cluster 0 mgrmap e39: y(active, since 60s), standbys: x 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.570001+0000 mon.a (mon.0) 114 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.590615+0000 mon.a (mon.0) 115 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.590654+0000 mon.a (mon.0) 116 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.590692+0000 mon.a (mon.0) 117 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] is down (out of quorum) 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:32.595432+0000 mon.a (mon.0) 118 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: audit 2023-12-06T15:17:32.602648+0000 mon.a (mon.0) 119 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:34.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:33 smithi140 bash[51581]: cluster 2023-12-06T15:17:32.351805+0000 mgr.y (mgr.34107) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:35.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:27.564335+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: audit 2023-12-06T15:17:33.391621+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.698978+0000 mon.a (mon.0) 120 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.699010+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.722936+0000 mon.a (mon.0) 121 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.730638+0000 mon.a (mon.0) 122 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.731727+0000 mon.a (mon.0) 123 : cluster 0 fsmap 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.731790+0000 mon.a (mon.0) 124 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.732482+0000 mon.a (mon.0) 125 : cluster 0 mgrmap e39: y(active, since 61s), standbys: x 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.732809+0000 mon.a (mon.0) 126 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.732855+0000 mon.a (mon.0) 127 : cluster 1 Cluster is now healthy 2023-12-06T15:17:35.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[65964]: cluster 2023-12-06T15:17:33.737994+0000 mon.a (mon.0) 128 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:27.564335+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: audit 2023-12-06T15:17:33.391621+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.698978+0000 mon.a (mon.0) 120 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.699010+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.722936+0000 mon.a (mon.0) 121 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.730638+0000 mon.a (mon.0) 122 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.731727+0000 mon.a (mon.0) 123 : cluster 0 fsmap 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.731790+0000 mon.a (mon.0) 124 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.732482+0000 mon.a (mon.0) 125 : cluster 0 mgrmap e39: y(active, since 61s), standbys: x 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.732809+0000 mon.a (mon.0) 126 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.732855+0000 mon.a (mon.0) 127 : cluster 1 Cluster is now healthy 2023-12-06T15:17:35.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:34 smithi029 bash[64580]: cluster 2023-12-06T15:17:33.737994+0000 mon.a (mon.0) 128 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:35.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:27.564335+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: audit 2023-12-06T15:17:33.391621+0000 mgr.y (mgr.34107) 64 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.698978+0000 mon.a (mon.0) 120 : cluster 1 mon.a calling monitor election 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.699010+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.722936+0000 mon.a (mon.0) 121 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.730638+0000 mon.a (mon.0) 122 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0],c=[v2:172.21.15.29:3301/0,v1:172.21.15.29:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.731727+0000 mon.a (mon.0) 123 : cluster 0 fsmap 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.731790+0000 mon.a (mon.0) 124 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.732482+0000 mon.a (mon.0) 125 : cluster 0 mgrmap e39: y(active, since 61s), standbys: x 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.732809+0000 mon.a (mon.0) 126 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.732855+0000 mon.a (mon.0) 127 : cluster 1 Cluster is now healthy 2023-12-06T15:17:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:34 smithi140 bash[51581]: cluster 2023-12-06T15:17:33.737994+0000 mon.a (mon.0) 128 : cluster 1 overall HEALTH_OK 2023-12-06T15:17:36.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:35 smithi029 bash[64580]: cluster 2023-12-06T15:17:34.353654+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:36.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:35 smithi029 bash[65964]: cluster 2023-12-06T15:17:34.353654+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:35 smithi140 bash[51581]: cluster 2023-12-06T15:17:34.353654+0000 mgr.y (mgr.34107) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:37.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:37 smithi140 bash[51581]: cluster 2023-12-06T15:17:36.354442+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:37 smithi029 bash[64580]: cluster 2023-12-06T15:17:36.354442+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:37 smithi029 bash[65964]: cluster 2023-12-06T15:17:36.354442+0000 mgr.y (mgr.34107) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:38.460 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:17:39.097 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:38 smithi140 bash[49051]: ts=2023-12-06T15:17:38.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (3m) 32s ago 10m 16.3M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (2m) 0s ago 10m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (113s) 32s ago 8m 46.4M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (101s) 0s ago 17m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (2m) 32s ago 19m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (77s) 32s ago 19m 40.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (13s) 0s ago 17m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (41s) 32s ago 17m 22.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (3m) 32s ago 11m 11.3M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (3m) 0s ago 11m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:17:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (16m) 32s ago 16m 58.7M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (15m) 32s ago 15m 59.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (15m) 32s ago 15m 54.0M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (14m) 32s ago 14m 57.9M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (14m) 0s ago 14m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (13m) 0s ago 13m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (12m) 0s ago 12m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (12m) 0s ago 12m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (107s) 0s ago 11m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (8m) 32s ago 8m 87.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (8m) 0s ago 8m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (8m) 32s ago 8m 87.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:17:39.242 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (8m) 0s ago 8m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:17:39.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:39 smithi140 bash[51581]: cluster 2023-12-06T15:17:38.356026+0000 mgr.y (mgr.34107) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:39.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:39 smithi140 bash[51581]: audit 2023-12-06T15:17:38.442068+0000 mgr.y (mgr.34107) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:39.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:39 smithi140 bash[51581]: audit 2023-12-06T15:17:38.985873+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:39 smithi140 bash[51581]: audit 2023-12-06T15:17:38.994530+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:39] "GET /metrics HTTP/1.1" 200 38174 "" "Prometheus/2.33.4" 2023-12-06T15:17:39.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[65964]: cluster 2023-12-06T15:17:38.356026+0000 mgr.y (mgr.34107) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:39.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[65964]: audit 2023-12-06T15:17:38.442068+0000 mgr.y (mgr.34107) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[65964]: audit 2023-12-06T15:17:38.985873+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[65964]: audit 2023-12-06T15:17:38.994530+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[64580]: cluster 2023-12-06T15:17:38.356026+0000 mgr.y (mgr.34107) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[64580]: audit 2023-12-06T15:17:38.442068+0000 mgr.y (mgr.34107) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[64580]: audit 2023-12-06T15:17:38.985873+0000 mon.a (mon.0) 129 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:39 smithi029 bash[64580]: audit 2023-12-06T15:17:38.994530+0000 mon.a (mon.0) 130 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:17:39.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:17:39.697 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:17:40.107 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:17:40.107 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:17:40.107 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:17:40.107 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:17:40.107 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:17:40.108 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:17:40.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:40 smithi140 bash[51581]: audit 2023-12-06T15:17:38.836073+0000 mgr.y (mgr.34107) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:40 smithi140 bash[51581]: audit 2023-12-06T15:17:39.213952+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:40 smithi140 bash[51581]: audit 2023-12-06T15:17:39.692091+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.29:0/4086735709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:40.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:40 smithi140 bash[51581]: audit 2023-12-06T15:17:39.985495+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:40 smithi140 bash[51581]: audit 2023-12-06T15:17:39.994341+0000 mon.a (mon.0) 132 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[65964]: audit 2023-12-06T15:17:38.836073+0000 mgr.y (mgr.34107) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[65964]: audit 2023-12-06T15:17:39.213952+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[65964]: audit 2023-12-06T15:17:39.692091+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.29:0/4086735709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[65964]: audit 2023-12-06T15:17:39.985495+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[65964]: audit 2023-12-06T15:17:39.994341+0000 mon.a (mon.0) 132 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[64580]: audit 2023-12-06T15:17:38.836073+0000 mgr.y (mgr.34107) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[64580]: audit 2023-12-06T15:17:39.213952+0000 mgr.y (mgr.34107) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[64580]: audit 2023-12-06T15:17:39.692091+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.29:0/4086735709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:17:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[64580]: audit 2023-12-06T15:17:39.985495+0000 mon.a (mon.0) 131 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:40 smithi029 bash[64580]: audit 2023-12-06T15:17:39.994341+0000 mon.a (mon.0) 132 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:40.549 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:17:41.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:41 smithi140 bash[51581]: audit 2023-12-06T15:17:40.103415+0000 mgr.y (mgr.34107) 71 : audit 0 from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:41.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:41 smithi140 bash[51581]: cluster 2023-12-06T15:17:40.356760+0000 mgr.y (mgr.34107) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:41.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:41 smithi140 bash[51581]: audit 2023-12-06T15:17:40.546128+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.29:0/1711883753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[64580]: audit 2023-12-06T15:17:40.103415+0000 mgr.y (mgr.34107) 71 : audit 0 from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[64580]: cluster 2023-12-06T15:17:40.356760+0000 mgr.y (mgr.34107) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[64580]: audit 2023-12-06T15:17:40.546128+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.29:0/1711883753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[65964]: audit 2023-12-06T15:17:40.103415+0000 mgr.y (mgr.34107) 71 : audit 0 from='client.44161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:17:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[65964]: cluster 2023-12-06T15:17:40.356760+0000 mgr.y (mgr.34107) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:41 smithi029 bash[65964]: audit 2023-12-06T15:17:40.546128+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.29:0/1711883753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:17:43.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:43 smithi029 bash[64580]: cluster 2023-12-06T15:17:42.357554+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:43 smithi029 bash[65964]: cluster 2023-12-06T15:17:42.357554+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:43 smithi140 bash[51581]: cluster 2023-12-06T15:17:42.357554+0000 mgr.y (mgr.34107) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:44 smithi029 bash[64580]: audit 2023-12-06T15:17:43.402125+0000 mgr.y (mgr.34107) 74 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:44 smithi029 bash[65964]: audit 2023-12-06T15:17:43.402125+0000 mgr.y (mgr.34107) 74 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:44 smithi140 bash[51581]: audit 2023-12-06T15:17:43.402125+0000 mgr.y (mgr.34107) 74 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:45.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:45 smithi029 bash[64580]: cluster 2023-12-06T15:17:44.359246+0000 mgr.y (mgr.34107) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:45.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:45 smithi029 bash[65964]: cluster 2023-12-06T15:17:44.359246+0000 mgr.y (mgr.34107) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:45 smithi140 bash[51581]: cluster 2023-12-06T15:17:44.359246+0000 mgr.y (mgr.34107) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:47.769 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:47 smithi140 bash[51581]: cluster 2023-12-06T15:17:46.359955+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:47.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:47 smithi029 bash[64580]: cluster 2023-12-06T15:17:46.359955+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:47 smithi029 bash[65964]: cluster 2023-12-06T15:17:46.359955+0000 mgr.y (mgr.34107) 76 : cluster 0 pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:48.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:48 smithi029 bash[64580]: audit 2023-12-06T15:17:47.438976+0000 mon.a (mon.0) 133 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:48.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:48 smithi029 bash[65964]: audit 2023-12-06T15:17:47.438976+0000 mon.a (mon.0) 133 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:48 smithi140 bash[51581]: audit 2023-12-06T15:17:47.438976+0000 mon.a (mon.0) 133 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:17:48.877 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:48 smithi140 bash[49051]: ts=2023-12-06T15:17: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:49.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:49] "GET /metrics HTTP/1.1" 200 38174 "" "Prometheus/2.33.4" 2023-12-06T15:17:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:49 smithi029 bash[64580]: cluster 2023-12-06T15:17:48.361569+0000 mgr.y (mgr.34107) 77 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:49 smithi029 bash[65964]: cluster 2023-12-06T15:17:48.361569+0000 mgr.y (mgr.34107) 77 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:49.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:49 smithi140 bash[51581]: cluster 2023-12-06T15:17:48.361569+0000 mgr.y (mgr.34107) 77 : cluster 0 pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:51.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.844563+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.856626+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.859128+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.860847+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.870752+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: cephadm 2023-12-06T15:17:49.945536+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.946159+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.947869+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: audit 2023-12-06T15:17:49.949494+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: cephadm 2023-12-06T15:17:49.951217+0000 mgr.y (mgr.34107) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2023-12-06T15:17:51.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:50 smithi140 bash[51581]: cluster 2023-12-06T15:17:50.362337+0000 mgr.y (mgr.34107) 80 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.844563+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.856626+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.859128+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.860847+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.870752+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: cephadm 2023-12-06T15:17:49.945536+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.946159+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.947869+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: audit 2023-12-06T15:17:49.949494+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: cephadm 2023-12-06T15:17:49.951217+0000 mgr.y (mgr.34107) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2023-12-06T15:17:51.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[65964]: cluster 2023-12-06T15:17:50.362337+0000 mgr.y (mgr.34107) 80 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.844563+0000 mon.a (mon.0) 134 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.856626+0000 mon.a (mon.0) 135 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.859128+0000 mon.a (mon.0) 136 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.860847+0000 mon.a (mon.0) 137 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.870752+0000 mon.a (mon.0) 138 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: cephadm 2023-12-06T15:17:49.945536+0000 mgr.y (mgr.34107) 78 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.946159+0000 mon.a (mon.0) 139 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.947869+0000 mon.a (mon.0) 140 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: audit 2023-12-06T15:17:49.949494+0000 mon.a (mon.0) 141 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: cephadm 2023-12-06T15:17:49.951217+0000 mgr.y (mgr.34107) 79 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2023-12-06T15:17:51.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:50 smithi029 bash[64580]: cluster 2023-12-06T15:17:50.362337+0000 mgr.y (mgr.34107) 80 : cluster 0 pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:53.673 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: cluster 2023-12-06T15:17:52.363135+0000 mgr.y (mgr.34107) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:53.673 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: audit 2023-12-06T15:17:52.557837+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.673 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: audit 2023-12-06T15:17:52.567734+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: cephadm 2023-12-06T15:17:52.572429+0000 mgr.y (mgr.34107) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: audit 2023-12-06T15:17:52.572962+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: audit 2023-12-06T15:17:52.574565+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: audit 2023-12-06T15:17:52.576139+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[64580]: cephadm 2023-12-06T15:17:52.577826+0000 mgr.y (mgr.34107) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: cluster 2023-12-06T15:17:52.363135+0000 mgr.y (mgr.34107) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: audit 2023-12-06T15:17:52.557837+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: audit 2023-12-06T15:17:52.567734+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: cephadm 2023-12-06T15:17:52.572429+0000 mgr.y (mgr.34107) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:17:53.674 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: audit 2023-12-06T15:17:52.572962+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:17:53.675 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: audit 2023-12-06T15:17:52.574565+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:17:53.675 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: audit 2023-12-06T15:17:52.576139+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:53.675 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:53 smithi029 bash[65964]: cephadm 2023-12-06T15:17:52.577826+0000 mgr.y (mgr.34107) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:17:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: cluster 2023-12-06T15:17:52.363135+0000 mgr.y (mgr.34107) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: audit 2023-12-06T15:17:52.557837+0000 mon.a (mon.0) 142 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: audit 2023-12-06T15:17:52.567734+0000 mon.a (mon.0) 143 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: cephadm 2023-12-06T15:17:52.572429+0000 mgr.y (mgr.34107) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: audit 2023-12-06T15:17:52.572962+0000 mon.a (mon.0) 144 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: audit 2023-12-06T15:17:52.574565+0000 mon.a (mon.0) 145 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: audit 2023-12-06T15:17:52.576139+0000 mon.a (mon.0) 146 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:53.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:53 smithi140 bash[51581]: cephadm 2023-12-06T15:17:52.577826+0000 mgr.y (mgr.34107) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi029 2023-12-06T15:17:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:54 smithi140 bash[51581]: audit 2023-12-06T15:17:53.411661+0000 mgr.y (mgr.34107) 84 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:55.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:54 smithi029 bash[64580]: audit 2023-12-06T15:17:53.411661+0000 mgr.y (mgr.34107) 84 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:55.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:54 smithi029 bash[65964]: audit 2023-12-06T15:17:53.411661+0000 mgr.y (mgr.34107) 84 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:17:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: cluster 2023-12-06T15:17:54.364739+0000 mgr.y (mgr.34107) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: audit 2023-12-06T15:17:54.758262+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: audit 2023-12-06T15:17:54.767290+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: audit 2023-12-06T15:17:54.799065+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: audit 2023-12-06T15:17:54.800955+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[64580]: audit 2023-12-06T15:17:54.802787+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: cluster 2023-12-06T15:17:54.364739+0000 mgr.y (mgr.34107) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: audit 2023-12-06T15:17:54.758262+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: audit 2023-12-06T15:17:54.767290+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: audit 2023-12-06T15:17:54.799065+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: audit 2023-12-06T15:17:54.800955+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:55 smithi029 bash[65964]: audit 2023-12-06T15:17:54.802787+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: cluster 2023-12-06T15:17:54.364739+0000 mgr.y (mgr.34107) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:17:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: audit 2023-12-06T15:17:54.758262+0000 mon.a (mon.0) 147 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: audit 2023-12-06T15:17:54.767290+0000 mon.a (mon.0) 148 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: audit 2023-12-06T15:17:54.799065+0000 mon.a (mon.0) 149 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:17:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: audit 2023-12-06T15:17:54.800955+0000 mon.a (mon.0) 150 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:17:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:55 smithi140 bash[51581]: audit 2023-12-06T15:17:54.802787+0000 mon.a (mon.0) 151 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:57.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:56 smithi029 bash[64580]: cephadm 2023-12-06T15:17:54.798363+0000 mgr.y (mgr.34107) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:17:57.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:56 smithi029 bash[64580]: cephadm 2023-12-06T15:17:54.805007+0000 mgr.y (mgr.34107) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi029 2023-12-06T15:17:57.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:56 smithi029 bash[65964]: cephadm 2023-12-06T15:17:54.798363+0000 mgr.y (mgr.34107) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:17:57.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:56 smithi029 bash[65964]: cephadm 2023-12-06T15:17:54.805007+0000 mgr.y (mgr.34107) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi029 2023-12-06T15:17:57.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:56 smithi140 bash[51581]: cephadm 2023-12-06T15:17:54.798363+0000 mgr.y (mgr.34107) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-06T15:17:57.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:56 smithi140 bash[51581]: cephadm 2023-12-06T15:17:54.805007+0000 mgr.y (mgr.34107) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi029 2023-12-06T15:17:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[64580]: cluster 2023-12-06T15:17:56.365511+0000 mgr.y (mgr.34107) 88 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[64580]: audit 2023-12-06T15:17:57.307397+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[64580]: audit 2023-12-06T15:17:57.317079+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[64580]: audit 2023-12-06T15:17:57.326833+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[64580]: audit 2023-12-06T15:17:57.328304+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[65964]: cluster 2023-12-06T15:17:56.365511+0000 mgr.y (mgr.34107) 88 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[65964]: audit 2023-12-06T15:17:57.307397+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[65964]: audit 2023-12-06T15:17:57.317079+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[65964]: audit 2023-12-06T15:17:57.326833+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:17:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:57 smithi029 bash[65964]: audit 2023-12-06T15:17:57.328304+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:57 smithi140 bash[51581]: cluster 2023-12-06T15:17:56.365511+0000 mgr.y (mgr.34107) 88 : cluster 0 pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:17:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:57 smithi140 bash[51581]: audit 2023-12-06T15:17:57.307397+0000 mon.a (mon.0) 152 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:57 smithi140 bash[51581]: audit 2023-12-06T15:17:57.317079+0000 mon.a (mon.0) 153 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:17:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:57 smithi140 bash[51581]: audit 2023-12-06T15:17:57.326833+0000 mon.a (mon.0) 154 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:17:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:57 smithi140 bash[51581]: audit 2023-12-06T15:17:57.328304+0000 mon.a (mon.0) 155 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:17:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:58 smithi029 bash[64580]: cephadm 2023-12-06T15:17:57.324926+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:17:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:58 smithi029 bash[64580]: cephadm 2023-12-06T15:17:57.333378+0000 mgr.y (mgr.34107) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2023-12-06T15:17:59.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:58 smithi029 bash[65964]: cephadm 2023-12-06T15:17:57.324926+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:17:59.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:58 smithi029 bash[65964]: cephadm 2023-12-06T15:17:57.333378+0000 mgr.y (mgr.34107) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2023-12-06T15:17:59.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:58 smithi140 bash[51581]: cephadm 2023-12-06T15:17:57.324926+0000 mgr.y (mgr.34107) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-06T15:17:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:58 smithi140 bash[51581]: cephadm 2023-12-06T15:17:57.333378+0000 mgr.y (mgr.34107) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2023-12-06T15:17:59.125 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:17:58 smithi140 bash[49051]: ts=2023-12-06T15:17: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:17:59.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:17:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:17:59] "GET /metrics HTTP/1.1" 200 38174 "" "Prometheus/2.33.4" 2023-12-06T15:18:00.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:17:59 smithi029 bash[64580]: cluster 2023-12-06T15:17:58.367176+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:17:59 smithi029 bash[65964]: cluster 2023-12-06T15:17:58.367176+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:17:59 smithi140 bash[51581]: cluster 2023-12-06T15:17:58.367176+0000 mgr.y (mgr.34107) 91 : cluster 0 pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:01.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: audit 2023-12-06T15:17:59.892844+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: audit 2023-12-06T15:17:59.901395+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: cephadm 2023-12-06T15:17:59.951981+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: audit 2023-12-06T15:17:59.952683+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: audit 2023-12-06T15:17:59.954614+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: cephadm 2023-12-06T15:17:59.960385+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi029 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[64580]: cluster 2023-12-06T15:18:00.367921+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: audit 2023-12-06T15:17:59.892844+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: audit 2023-12-06T15:17:59.901395+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: cephadm 2023-12-06T15:17:59.951981+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: audit 2023-12-06T15:17:59.952683+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: audit 2023-12-06T15:17:59.954614+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: cephadm 2023-12-06T15:17:59.960385+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi029 2023-12-06T15:18:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:00 smithi029 bash[65964]: cluster 2023-12-06T15:18:00.367921+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:01.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: audit 2023-12-06T15:17:59.892844+0000 mon.a (mon.0) 156 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: audit 2023-12-06T15:17:59.901395+0000 mon.a (mon.0) 157 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: cephadm 2023-12-06T15:17:59.951981+0000 mgr.y (mgr.34107) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: audit 2023-12-06T15:17:59.952683+0000 mon.a (mon.0) 158 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: audit 2023-12-06T15:17:59.954614+0000 mon.a (mon.0) 159 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: cephadm 2023-12-06T15:17:59.960385+0000 mgr.y (mgr.34107) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi029 2023-12-06T15:18:01.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:00 smithi140 bash[51581]: cluster 2023-12-06T15:18:00.367921+0000 mgr.y (mgr.34107) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: cluster 2023-12-06T15:18:02.368691+0000 mgr.y (mgr.34107) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: audit 2023-12-06T15:18:02.439878+0000 mon.a (mon.0) 160 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: audit 2023-12-06T15:18:02.484851+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: audit 2023-12-06T15:18:02.495456+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: cephadm 2023-12-06T15:18:02.530690+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: audit 2023-12-06T15:18:02.531359+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: audit 2023-12-06T15:18:02.533128+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[64580]: cephadm 2023-12-06T15:18:02.538956+0000 mgr.y (mgr.34107) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi029 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: cluster 2023-12-06T15:18:02.368691+0000 mgr.y (mgr.34107) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: audit 2023-12-06T15:18:02.439878+0000 mon.a (mon.0) 160 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: audit 2023-12-06T15:18:02.484851+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: audit 2023-12-06T15:18:02.495456+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: cephadm 2023-12-06T15:18:02.530690+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: audit 2023-12-06T15:18:02.531359+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: audit 2023-12-06T15:18:02.533128+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:03.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:03 smithi029 bash[65964]: cephadm 2023-12-06T15:18:02.538956+0000 mgr.y (mgr.34107) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi029 2023-12-06T15:18:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: cluster 2023-12-06T15:18:02.368691+0000 mgr.y (mgr.34107) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: audit 2023-12-06T15:18:02.439878+0000 mon.a (mon.0) 160 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: audit 2023-12-06T15:18:02.484851+0000 mon.a (mon.0) 161 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: audit 2023-12-06T15:18:02.495456+0000 mon.a (mon.0) 162 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: cephadm 2023-12-06T15:18:02.530690+0000 mgr.y (mgr.34107) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: audit 2023-12-06T15:18:02.531359+0000 mon.a (mon.0) 163 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: audit 2023-12-06T15:18:02.533128+0000 mon.a (mon.0) 164 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:03 smithi140 bash[51581]: cephadm 2023-12-06T15:18:02.538956+0000 mgr.y (mgr.34107) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi029 2023-12-06T15:18:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:04 smithi029 bash[64580]: audit 2023-12-06T15:18:03.422002+0000 mgr.y (mgr.34107) 98 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:04.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:04 smithi029 bash[65964]: audit 2023-12-06T15:18:03.422002+0000 mgr.y (mgr.34107) 98 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:04 smithi140 bash[51581]: audit 2023-12-06T15:18:03.422002+0000 mgr.y (mgr.34107) 98 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[64580]: cluster 2023-12-06T15:18:04.370377+0000 mgr.y (mgr.34107) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[64580]: audit 2023-12-06T15:18:05.117242+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[64580]: audit 2023-12-06T15:18:05.125337+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[64580]: audit 2023-12-06T15:18:05.159317+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[64580]: audit 2023-12-06T15:18:05.161166+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[65964]: cluster 2023-12-06T15:18:04.370377+0000 mgr.y (mgr.34107) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[65964]: audit 2023-12-06T15:18:05.117242+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[65964]: audit 2023-12-06T15:18:05.125337+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[65964]: audit 2023-12-06T15:18:05.159317+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:18:05.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:05 smithi029 bash[65964]: audit 2023-12-06T15:18:05.161166+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:05 smithi140 bash[51581]: cluster 2023-12-06T15:18:04.370377+0000 mgr.y (mgr.34107) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:05 smithi140 bash[51581]: audit 2023-12-06T15:18:05.117242+0000 mon.a (mon.0) 165 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:05 smithi140 bash[51581]: audit 2023-12-06T15:18:05.125337+0000 mon.a (mon.0) 166 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:05.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:05 smithi140 bash[51581]: audit 2023-12-06T15:18:05.159317+0000 mon.a (mon.0) 167 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:18:05.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:05 smithi140 bash[51581]: audit 2023-12-06T15:18:05.161166+0000 mon.a (mon.0) 168 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:06 smithi029 bash[64580]: cephadm 2023-12-06T15:18:05.158572+0000 mgr.y (mgr.34107) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:18:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:06 smithi029 bash[64580]: cephadm 2023-12-06T15:18:05.166744+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi029 2023-12-06T15:18:06.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:06 smithi029 bash[65964]: cephadm 2023-12-06T15:18:05.158572+0000 mgr.y (mgr.34107) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:18:06.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:06 smithi029 bash[65964]: cephadm 2023-12-06T15:18:05.166744+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi029 2023-12-06T15:18:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:06 smithi140 bash[51581]: cephadm 2023-12-06T15:18:05.158572+0000 mgr.y (mgr.34107) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-06T15:18:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:06 smithi140 bash[51581]: cephadm 2023-12-06T15:18:05.166744+0000 mgr.y (mgr.34107) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi029 2023-12-06T15:18:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:07 smithi029 bash[64580]: cluster 2023-12-06T15:18:06.371136+0000 mgr.y (mgr.34107) 102 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:07.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:07 smithi029 bash[65964]: cluster 2023-12-06T15:18:06.371136+0000 mgr.y (mgr.34107) 102 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:07.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:07 smithi140 bash[51581]: cluster 2023-12-06T15:18:06.371136+0000 mgr.y (mgr.34107) 102 : cluster 0 pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:08.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[49051]: ts=2023-12-06T15:18:08.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: audit 2023-12-06T15:18:07.607072+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: audit 2023-12-06T15:18:07.616500+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: cephadm 2023-12-06T15:18:07.636925+0000 mgr.y (mgr.34107) 103 : cephadm 1 Reconfiguring rgw.foo.smithi029.hvqmag (monmap changed)... 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: audit 2023-12-06T15:18:07.637571+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: audit 2023-12-06T15:18:07.640876+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:08.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:08 smithi140 bash[51581]: cephadm 2023-12-06T15:18:07.642686+0000 mgr.y (mgr.34107) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: audit 2023-12-06T15:18:07.607072+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: audit 2023-12-06T15:18:07.616500+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: cephadm 2023-12-06T15:18:07.636925+0000 mgr.y (mgr.34107) 103 : cephadm 1 Reconfiguring rgw.foo.smithi029.hvqmag (monmap changed)... 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: audit 2023-12-06T15:18:07.637571+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: audit 2023-12-06T15:18:07.640876+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:08.913 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[64580]: cephadm 2023-12-06T15:18:07.642686+0000 mgr.y (mgr.34107) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: audit 2023-12-06T15:18:07.607072+0000 mon.a (mon.0) 169 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: audit 2023-12-06T15:18:07.616500+0000 mon.a (mon.0) 170 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: cephadm 2023-12-06T15:18:07.636925+0000 mgr.y (mgr.34107) 103 : cephadm 1 Reconfiguring rgw.foo.smithi029.hvqmag (monmap changed)... 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: audit 2023-12-06T15:18:07.637571+0000 mon.a (mon.0) 171 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi029.hvqmag", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: audit 2023-12-06T15:18:07.640876+0000 mon.a (mon.0) 172 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:08.914 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:08 smithi029 bash[65964]: cephadm 2023-12-06T15:18:07.642686+0000 mgr.y (mgr.34107) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi029.hvqmag on smithi029 2023-12-06T15:18:09.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:09] "GET /metrics HTTP/1.1" 200 38175 "" "Prometheus/2.33.4" 2023-12-06T15:18:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:09 smithi140 bash[51581]: cluster 2023-12-06T15:18:08.372673+0000 mgr.y (mgr.34107) 105 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:10.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:09 smithi029 bash[64580]: cluster 2023-12-06T15:18:08.372673+0000 mgr.y (mgr.34107) 105 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:10.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:09 smithi029 bash[65964]: cluster 2023-12-06T15:18:08.372673+0000 mgr.y (mgr.34107) 105 : cluster 0 pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:10.968 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:18:11.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: audit 2023-12-06T15:18:09.962374+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: audit 2023-12-06T15:18:09.971949+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: cephadm 2023-12-06T15:18:10.013155+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi029.wxzase (monmap changed)... 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: audit 2023-12-06T15:18:10.013944+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: audit 2023-12-06T15:18:10.017825+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: cephadm 2023-12-06T15:18:10.019886+0000 mgr.y (mgr.34107) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[65964]: cluster 2023-12-06T15:18:10.373368+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: audit 2023-12-06T15:18:09.962374+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: audit 2023-12-06T15:18:09.971949+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: cephadm 2023-12-06T15:18:10.013155+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi029.wxzase (monmap changed)... 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: audit 2023-12-06T15:18:10.013944+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: audit 2023-12-06T15:18:10.017825+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:11.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: cephadm 2023-12-06T15:18:10.019886+0000 mgr.y (mgr.34107) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:18:11.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:10 smithi029 bash[64580]: cluster 2023-12-06T15:18:10.373368+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: audit 2023-12-06T15:18:09.962374+0000 mon.a (mon.0) 173 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: audit 2023-12-06T15:18:09.971949+0000 mon.a (mon.0) 174 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: cephadm 2023-12-06T15:18:10.013155+0000 mgr.y (mgr.34107) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi029.wxzase (monmap changed)... 2023-12-06T15:18:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: audit 2023-12-06T15:18:10.013944+0000 mon.a (mon.0) 175 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi029.wxzase", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: audit 2023-12-06T15:18:10.017825+0000 mon.a (mon.0) 176 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: cephadm 2023-12-06T15:18:10.019886+0000 mgr.y (mgr.34107) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi029.wxzase on smithi029 2023-12-06T15:18:11.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:10 smithi140 bash[51581]: cluster 2023-12-06T15:18:10.373368+0000 mgr.y (mgr.34107) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (3m) 64s ago 11m 16.3M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (3m) 32s ago 11m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (2m) 64s ago 8m 46.4M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (2m) 32s ago 17m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (3m) 64s ago 19m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (109s) 64s ago 19m 40.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (46s) 32s ago 17m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:18:11.739 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (73s) 64s ago 18m 22.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (4m) 64s ago 11m 11.3M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (3m) 32s ago 11m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (17m) 64s ago 17m 58.7M 2782M 17.2.0 e1d6a67b021e 2c2811d8e4f9 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (16m) 64s ago 16m 59.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (15m) 64s ago 15m 54.0M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (15m) 64s ago 15m 57.9M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (14m) 32s ago 14m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (13m) 32s ago 14m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (13m) 32s ago 13m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (12m) 32s ago 12m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (2m) 32s ago 11m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:18:11.740 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (9m) 64s ago 9m 87.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:18:11.741 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (9m) 32s ago 9m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:18:11.741 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (9m) 64s ago 9m 87.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:18:11.741 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (9m) 32s ago 9m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:18:11.977 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[64580]: audit 2023-12-06T15:18:10.940811+0000 mgr.y (mgr.34107) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:11.977 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[64580]: audit 2023-12-06T15:18:11.330864+0000 mgr.y (mgr.34107) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:11.977 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[64580]: audit 2023-12-06T15:18:11.712556+0000 mgr.y (mgr.34107) 111 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:18:12.189 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:18:12.190 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:18:12.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[65964]: audit 2023-12-06T15:18:10.940811+0000 mgr.y (mgr.34107) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[65964]: audit 2023-12-06T15:18:11.330864+0000 mgr.y (mgr.34107) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:11 smithi029 bash[65964]: audit 2023-12-06T15:18:11.712556+0000 mgr.y (mgr.34107) 111 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:11 smithi140 bash[51581]: audit 2023-12-06T15:18:10.940811+0000 mgr.y (mgr.34107) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:11 smithi140 bash[51581]: audit 2023-12-06T15:18:11.330864+0000 mgr.y (mgr.34107) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:11 smithi140 bash[51581]: audit 2023-12-06T15:18:11.712556+0000 mgr.y (mgr.34107) 111 : audit 0 from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:18:12.583 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mon daemons", 2023-12-06T15:18:12.584 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:18:12.584 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:18:13.039 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-12-06T15:18:13.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.185364+0000 mon.a (mon.0) 177 : audit 0 from='client.? 172.21.15.29:0/1484086893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:13.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: cluster 2023-12-06T15:18:12.373931+0000 mgr.y (mgr.34107) 112 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.473313+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.482953+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: cephadm 2023-12-06T15:18:12.488564+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.488958+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.490058+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.491159+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: cephadm 2023-12-06T15:18:12.492476+0000 mgr.y (mgr.34107) 114 : cephadm 1 Reconfiguring daemon mon.b on smithi140 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[65964]: audit 2023-12-06T15:18:12.579174+0000 mgr.y (mgr.34107) 115 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.185364+0000 mon.a (mon.0) 177 : audit 0 from='client.? 172.21.15.29:0/1484086893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:13.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: cluster 2023-12-06T15:18:12.373931+0000 mgr.y (mgr.34107) 112 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.473313+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.482953+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: cephadm 2023-12-06T15:18:12.488564+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.488958+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.490058+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.491159+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: cephadm 2023-12-06T15:18:12.492476+0000 mgr.y (mgr.34107) 114 : cephadm 1 Reconfiguring daemon mon.b on smithi140 2023-12-06T15:18:13.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:12 smithi029 bash[64580]: audit 2023-12-06T15:18:12.579174+0000 mgr.y (mgr.34107) 115 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.185364+0000 mon.a (mon.0) 177 : audit 0 from='client.? 172.21.15.29:0/1484086893' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: cluster 2023-12-06T15:18:12.373931+0000 mgr.y (mgr.34107) 112 : cluster 0 pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.473313+0000 mon.a (mon.0) 178 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.482953+0000 mon.a (mon.0) 179 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: cephadm 2023-12-06T15:18:12.488564+0000 mgr.y (mgr.34107) 113 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.488958+0000 mon.a (mon.0) 180 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.490058+0000 mon.a (mon.0) 181 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.491159+0000 mon.a (mon.0) 182 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: cephadm 2023-12-06T15:18:12.492476+0000 mgr.y (mgr.34107) 114 : cephadm 1 Reconfiguring daemon mon.b on smithi140 2023-12-06T15:18:13.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:12 smithi140 bash[51581]: audit 2023-12-06T15:18:12.579174+0000 mgr.y (mgr.34107) 115 : audit 0 from='client.44197 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:14.281 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:13 smithi140 bash[51581]: audit 2023-12-06T15:18:13.035605+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.29:0/623116326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:14.281 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:13 smithi140 bash[51581]: audit 2023-12-06T15:18:13.426680+0000 mgr.y (mgr.34107) 116 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:14.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:13 smithi029 bash[65964]: audit 2023-12-06T15:18:13.035605+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.29:0/623116326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:14.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:13 smithi029 bash[65964]: audit 2023-12-06T15:18:13.426680+0000 mgr.y (mgr.34107) 116 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:13 smithi029 bash[64580]: audit 2023-12-06T15:18:13.035605+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.29:0/623116326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:14.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:13 smithi029 bash[64580]: audit 2023-12-06T15:18:13.426680+0000 mgr.y (mgr.34107) 116 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:15.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: cluster 2023-12-06T15:18:14.375604+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:15.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: audit 2023-12-06T15:18:14.832747+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: audit 2023-12-06T15:18:14.842026+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: audit 2023-12-06T15:18:14.863407+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: audit 2023-12-06T15:18:14.865532+0000 mon.a (mon.0) 186 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[65964]: audit 2023-12-06T15:18:14.867433+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: cluster 2023-12-06T15:18:14.375604+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: audit 2023-12-06T15:18:14.832747+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: audit 2023-12-06T15:18:14.842026+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: audit 2023-12-06T15:18:14.863407+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: audit 2023-12-06T15:18:14.865532+0000 mon.a (mon.0) 186 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:18:15.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:14 smithi029 bash[64580]: audit 2023-12-06T15:18:14.867433+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: cluster 2023-12-06T15:18:14.375604+0000 mgr.y (mgr.34107) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: audit 2023-12-06T15:18:14.832747+0000 mon.a (mon.0) 183 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: audit 2023-12-06T15:18:14.842026+0000 mon.a (mon.0) 184 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: audit 2023-12-06T15:18:14.863407+0000 mon.a (mon.0) 185 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: audit 2023-12-06T15:18:14.865532+0000 mon.a (mon.0) 186 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T15:18:15.288 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:14 smithi140 bash[51581]: audit 2023-12-06T15:18:14.867433+0000 mon.a (mon.0) 187 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:16.260 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:15 smithi140 bash[51581]: cephadm 2023-12-06T15:18:14.862596+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:18:16.260 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:15 smithi140 bash[51581]: cephadm 2023-12-06T15:18:14.869582+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi140 2023-12-06T15:18:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:15 smithi029 bash[65964]: cephadm 2023-12-06T15:18:14.862596+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:18:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:15 smithi029 bash[65964]: cephadm 2023-12-06T15:18:14.869582+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi140 2023-12-06T15:18:16.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:15 smithi029 bash[64580]: cephadm 2023-12-06T15:18:14.862596+0000 mgr.y (mgr.34107) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-06T15:18:16.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:15 smithi029 bash[64580]: cephadm 2023-12-06T15:18:14.869582+0000 mgr.y (mgr.34107) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi140 2023-12-06T15:18:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[64580]: cluster 2023-12-06T15:18:16.376335+0000 mgr.y (mgr.34107) 120 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[64580]: audit 2023-12-06T15:18:16.971165+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[64580]: audit 2023-12-06T15:18:16.978978+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[64580]: audit 2023-12-06T15:18:16.989292+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:18:17.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[64580]: audit 2023-12-06T15:18:16.990451+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:17.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[65964]: cluster 2023-12-06T15:18:16.376335+0000 mgr.y (mgr.34107) 120 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:17.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[65964]: audit 2023-12-06T15:18:16.971165+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[65964]: audit 2023-12-06T15:18:16.978978+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[65964]: audit 2023-12-06T15:18:16.989292+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:18:17.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:17 smithi029 bash[65964]: audit 2023-12-06T15:18:16.990451+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:17 smithi140 bash[51581]: cluster 2023-12-06T15:18:16.376335+0000 mgr.y (mgr.34107) 120 : cluster 0 pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:17 smithi140 bash[51581]: audit 2023-12-06T15:18:16.971165+0000 mon.a (mon.0) 188 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:17 smithi140 bash[51581]: audit 2023-12-06T15:18:16.978978+0000 mon.a (mon.0) 189 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:17.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:17 smithi140 bash[51581]: audit 2023-12-06T15:18:16.989292+0000 mon.a (mon.0) 190 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:18:17.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:17 smithi140 bash[51581]: audit 2023-12-06T15:18:16.990451+0000 mon.a (mon.0) 191 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:18.264 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:18 smithi140 bash[51581]: cephadm 2023-12-06T15:18:16.988803+0000 mgr.y (mgr.34107) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:18:18.264 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:18 smithi140 bash[51581]: cephadm 2023-12-06T15:18:16.993928+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi140 2023-12-06T15:18:18.264 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:18 smithi140 bash[51581]: audit 2023-12-06T15:18:17.440358+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:18.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[65964]: cephadm 2023-12-06T15:18:16.988803+0000 mgr.y (mgr.34107) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:18:18.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[65964]: cephadm 2023-12-06T15:18:16.993928+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi140 2023-12-06T15:18:18.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[65964]: audit 2023-12-06T15:18:17.440358+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:18.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[64580]: cephadm 2023-12-06T15:18:16.988803+0000 mgr.y (mgr.34107) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-06T15:18:18.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[64580]: cephadm 2023-12-06T15:18:16.993928+0000 mgr.y (mgr.34107) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi140 2023-12-06T15:18:18.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:18 smithi029 bash[64580]: audit 2023-12-06T15:18:17.440358+0000 mon.a (mon.0) 192 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:18.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:18 smithi140 bash[49051]: ts=2023-12-06T15:18: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:19.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:19 smithi140 bash[51581]: cluster 2023-12-06T15:18:18.377942+0000 mgr.y (mgr.34107) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:19.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:19 smithi029 bash[64580]: cluster 2023-12-06T15:18:18.377942+0000 mgr.y (mgr.34107) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:19.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:19] "GET /metrics HTTP/1.1" 200 38175 "" "Prometheus/2.33.4" 2023-12-06T15:18:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:19 smithi029 bash[65964]: cluster 2023-12-06T15:18:18.377942+0000 mgr.y (mgr.34107) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: audit 2023-12-06T15:18:19.189745+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: audit 2023-12-06T15:18:19.198575+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: cephadm 2023-12-06T15:18:19.218087+0000 mgr.y (mgr.34107) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: audit 2023-12-06T15:18:19.218714+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: audit 2023-12-06T15:18:19.220359+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:20.503 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:20 smithi140 bash[51581]: cephadm 2023-12-06T15:18:19.225174+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi140 2023-12-06T15:18:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: audit 2023-12-06T15:18:19.189745+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: audit 2023-12-06T15:18:19.198575+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: cephadm 2023-12-06T15:18:19.218087+0000 mgr.y (mgr.34107) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: audit 2023-12-06T15:18:19.218714+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: audit 2023-12-06T15:18:19.220359+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[64580]: cephadm 2023-12-06T15:18:19.225174+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi140 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: audit 2023-12-06T15:18:19.189745+0000 mon.a (mon.0) 193 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: audit 2023-12-06T15:18:19.198575+0000 mon.a (mon.0) 194 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: cephadm 2023-12-06T15:18:19.218087+0000 mgr.y (mgr.34107) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: audit 2023-12-06T15:18:19.218714+0000 mon.a (mon.0) 195 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: audit 2023-12-06T15:18:19.220359+0000 mon.a (mon.0) 196 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:20 smithi029 bash[65964]: cephadm 2023-12-06T15:18:19.225174+0000 mgr.y (mgr.34107) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi140 2023-12-06T15:18:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:21 smithi029 bash[64580]: cluster 2023-12-06T15:18:20.378690+0000 mgr.y (mgr.34107) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:21 smithi029 bash[65964]: cluster 2023-12-06T15:18:20.378690+0000 mgr.y (mgr.34107) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:21.630 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:21 smithi140 bash[51581]: cluster 2023-12-06T15:18:20.378690+0000 mgr.y (mgr.34107) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: audit 2023-12-06T15:18:21.443571+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: audit 2023-12-06T15:18:21.455380+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: cephadm 2023-12-06T15:18:21.494977+0000 mgr.y (mgr.34107) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: audit 2023-12-06T15:18:21.495703+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: audit 2023-12-06T15:18:21.497487+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:22.735 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:22 smithi140 bash[51581]: cephadm 2023-12-06T15:18:21.503168+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi140 2023-12-06T15:18:22.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: audit 2023-12-06T15:18:21.443571+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: audit 2023-12-06T15:18:21.455380+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: cephadm 2023-12-06T15:18:21.494977+0000 mgr.y (mgr.34107) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: audit 2023-12-06T15:18:21.495703+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: audit 2023-12-06T15:18:21.497487+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[64580]: cephadm 2023-12-06T15:18:21.503168+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi140 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: audit 2023-12-06T15:18:21.443571+0000 mon.a (mon.0) 197 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: audit 2023-12-06T15:18:21.455380+0000 mon.a (mon.0) 198 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: cephadm 2023-12-06T15:18:21.494977+0000 mgr.y (mgr.34107) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: audit 2023-12-06T15:18:21.495703+0000 mon.a (mon.0) 199 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: audit 2023-12-06T15:18:21.497487+0000 mon.a (mon.0) 200 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:22 smithi029 bash[65964]: cephadm 2023-12-06T15:18:21.503168+0000 mgr.y (mgr.34107) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi140 2023-12-06T15:18:23.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:23 smithi029 bash[64580]: cluster 2023-12-06T15:18:22.379459+0000 mgr.y (mgr.34107) 129 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:23.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:23 smithi029 bash[65964]: cluster 2023-12-06T15:18:22.379459+0000 mgr.y (mgr.34107) 129 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:23.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:23 smithi140 bash[51581]: cluster 2023-12-06T15:18:22.379459+0000 mgr.y (mgr.34107) 129 : cluster 0 pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: audit 2023-12-06T15:18:23.435557+0000 mgr.y (mgr.34107) 130 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: audit 2023-12-06T15:18:23.645705+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: audit 2023-12-06T15:18:23.655656+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: cephadm 2023-12-06T15:18:23.672136+0000 mgr.y (mgr.34107) 131 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: audit 2023-12-06T15:18:23.672766+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: audit 2023-12-06T15:18:23.674413+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:24.974 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:24 smithi140 bash[51581]: cephadm 2023-12-06T15:18:23.679394+0000 mgr.y (mgr.34107) 132 : cephadm 1 Reconfiguring daemon osd.7 on smithi140 2023-12-06T15:18:25.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: audit 2023-12-06T15:18:23.435557+0000 mgr.y (mgr.34107) 130 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:25.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: audit 2023-12-06T15:18:23.645705+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: audit 2023-12-06T15:18:23.655656+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: cephadm 2023-12-06T15:18:23.672136+0000 mgr.y (mgr.34107) 131 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: audit 2023-12-06T15:18:23.672766+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: audit 2023-12-06T15:18:23.674413+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[65964]: cephadm 2023-12-06T15:18:23.679394+0000 mgr.y (mgr.34107) 132 : cephadm 1 Reconfiguring daemon osd.7 on smithi140 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: audit 2023-12-06T15:18:23.435557+0000 mgr.y (mgr.34107) 130 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: audit 2023-12-06T15:18:23.645705+0000 mon.a (mon.0) 201 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: audit 2023-12-06T15:18:23.655656+0000 mon.a (mon.0) 202 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: cephadm 2023-12-06T15:18:23.672136+0000 mgr.y (mgr.34107) 131 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: audit 2023-12-06T15:18:23.672766+0000 mon.a (mon.0) 203 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: audit 2023-12-06T15:18:23.674413+0000 mon.a (mon.0) 204 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:25.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:24 smithi029 bash[64580]: cephadm 2023-12-06T15:18:23.679394+0000 mgr.y (mgr.34107) 132 : cephadm 1 Reconfiguring daemon osd.7 on smithi140 2023-12-06T15:18:26.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:25 smithi029 bash[65964]: cluster 2023-12-06T15:18:24.381085+0000 mgr.y (mgr.34107) 133 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:26.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:25 smithi029 bash[64580]: cluster 2023-12-06T15:18:24.381085+0000 mgr.y (mgr.34107) 133 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:26.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:25 smithi140 bash[51581]: cluster 2023-12-06T15:18:24.381085+0000 mgr.y (mgr.34107) 133 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:27.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: audit 2023-12-06T15:18:25.727202+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: audit 2023-12-06T15:18:25.739118+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: cephadm 2023-12-06T15:18:25.749617+0000 mgr.y (mgr.34107) 134 : cephadm 1 Reconfiguring rgw.foo.smithi140.uzwikl (monmap changed)... 2023-12-06T15:18:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: audit 2023-12-06T15:18:25.750324+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: audit 2023-12-06T15:18:25.753440+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[65964]: cephadm 2023-12-06T15:18:25.755149+0000 mgr.y (mgr.34107) 135 : cephadm 1 Reconfiguring daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: audit 2023-12-06T15:18:25.727202+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: audit 2023-12-06T15:18:25.739118+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: cephadm 2023-12-06T15:18:25.749617+0000 mgr.y (mgr.34107) 134 : cephadm 1 Reconfiguring rgw.foo.smithi140.uzwikl (monmap changed)... 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: audit 2023-12-06T15:18:25.750324+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: audit 2023-12-06T15:18:25.753440+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:27.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:26 smithi029 bash[64580]: cephadm 2023-12-06T15:18:25.755149+0000 mgr.y (mgr.34107) 135 : cephadm 1 Reconfiguring daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: audit 2023-12-06T15:18:25.727202+0000 mon.a (mon.0) 205 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: audit 2023-12-06T15:18:25.739118+0000 mon.a (mon.0) 206 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: cephadm 2023-12-06T15:18:25.749617+0000 mgr.y (mgr.34107) 134 : cephadm 1 Reconfiguring rgw.foo.smithi140.uzwikl (monmap changed)... 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: audit 2023-12-06T15:18:25.750324+0000 mon.a (mon.0) 207 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi140.uzwikl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: audit 2023-12-06T15:18:25.753440+0000 mon.a (mon.0) 208 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:27.035 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:26 smithi140 bash[51581]: cephadm 2023-12-06T15:18:25.755149+0000 mgr.y (mgr.34107) 135 : cephadm 1 Reconfiguring daemon rgw.foo.smithi140.uzwikl on smithi140 2023-12-06T15:18:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:27 smithi029 bash[65964]: cluster 2023-12-06T15:18:26.381986+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v60: 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-06T15:18:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:27 smithi029 bash[64580]: cluster 2023-12-06T15:18:26.381986+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v60: 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-06T15:18:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:27 smithi140 bash[51581]: cluster 2023-12-06T15:18:26.381986+0000 mgr.y (mgr.34107) 136 : cluster 0 pgmap v60: 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-06T15:18:28.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[49051]: ts=2023-12-06T15:18:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: audit 2023-12-06T15:18:27.933107+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: audit 2023-12-06T15:18:27.941673+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: cephadm 2023-12-06T15:18:27.976114+0000 mgr.y (mgr.34107) 137 : cephadm 1 Reconfiguring rgw.smpl.smithi140.dikadj (monmap changed)... 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: audit 2023-12-06T15:18:27.976898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: audit 2023-12-06T15:18:27.980606+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:29.276 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: cephadm 2023-12-06T15:18:27.982695+0000 mgr.y (mgr.34107) 138 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[65964]: cluster 2023-12-06T15:18:28.383647+0000 mgr.y (mgr.34107) 139 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: audit 2023-12-06T15:18:27.933107+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: audit 2023-12-06T15:18:27.941673+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: cephadm 2023-12-06T15:18:27.976114+0000 mgr.y (mgr.34107) 137 : cephadm 1 Reconfiguring rgw.smpl.smithi140.dikadj (monmap changed)... 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: audit 2023-12-06T15:18:27.976898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: audit 2023-12-06T15:18:27.980606+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: cephadm 2023-12-06T15:18:27.982695+0000 mgr.y (mgr.34107) 138 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:18:29.277 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:28 smithi029 bash[64580]: cluster 2023-12-06T15:18:28.383647+0000 mgr.y (mgr.34107) 139 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:29.368 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: audit 2023-12-06T15:18:27.933107+0000 mon.a (mon.0) 209 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: audit 2023-12-06T15:18:27.941673+0000 mon.a (mon.0) 210 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: cephadm 2023-12-06T15:18:27.976114+0000 mgr.y (mgr.34107) 137 : cephadm 1 Reconfiguring rgw.smpl.smithi140.dikadj (monmap changed)... 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: audit 2023-12-06T15:18:27.976898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi140.dikadj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: audit 2023-12-06T15:18:27.980606+0000 mon.a (mon.0) 212 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: cephadm 2023-12-06T15:18:27.982695+0000 mgr.y (mgr.34107) 138 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi140.dikadj on smithi140 2023-12-06T15:18:29.369 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:28 smithi140 bash[51581]: cluster 2023-12-06T15:18:28.383647+0000 mgr.y (mgr.34107) 139 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:29.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:29] "GET /metrics HTTP/1.1" 200 38175 "" "Prometheus/2.33.4" 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.228732+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.239606+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.260944+0000 mon.a (mon.0) 215 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.265648+0000 mon.a (mon.0) 216 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.270053+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: cephadm 2023-12-06T15:18:30.271578+0000 mgr.y (mgr.34107) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:18:31.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.277563+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.281610+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.287624+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.291582+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.295426+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.297995+0000 mon.a (mon.0) 223 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.303504+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.306751+0000 mon.a (mon.0) 225 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: cephadm 2023-12-06T15:18:30.308468+0000 mgr.y (mgr.34107) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.313044+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.317133+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: audit 2023-12-06T15:18:30.317454+0000 mgr.y (mgr.34107) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: cephadm 2023-12-06T15:18:30.319072+0000 mgr.y (mgr.34107) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:18:31.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[65964]: cluster 2023-12-06T15:18:30.384347+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v62: 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-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.228732+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.239606+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.260944+0000 mon.a (mon.0) 215 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.265648+0000 mon.a (mon.0) 216 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.270053+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: cephadm 2023-12-06T15:18:30.271578+0000 mgr.y (mgr.34107) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.277563+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.281610+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.287624+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.291582+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.295426+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.297995+0000 mon.a (mon.0) 223 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.303504+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:18:31.534 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.306751+0000 mon.a (mon.0) 225 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: cephadm 2023-12-06T15:18:30.308468+0000 mgr.y (mgr.34107) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.313044+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.317133+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: audit 2023-12-06T15:18:30.317454+0000 mgr.y (mgr.34107) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: cephadm 2023-12-06T15:18:30.319072+0000 mgr.y (mgr.34107) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:18:31.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:31 smithi029 bash[64580]: cluster 2023-12-06T15:18:30.384347+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v62: 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-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.228732+0000 mon.a (mon.0) 213 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.239606+0000 mon.a (mon.0) 214 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.260944+0000 mon.a (mon.0) 215 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.265648+0000 mon.a (mon.0) 216 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.270053+0000 mon.a (mon.0) 217 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: cephadm 2023-12-06T15:18:30.271578+0000 mgr.y (mgr.34107) 140 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.277563+0000 mon.a (mon.0) 218 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.281610+0000 mon.a (mon.0) 219 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.287624+0000 mon.a (mon.0) 220 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-06T15:18:31.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.291582+0000 mon.a (mon.0) 221 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.295426+0000 mon.a (mon.0) 222 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.297995+0000 mon.a (mon.0) 223 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.303504+0000 mon.a (mon.0) 224 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.306751+0000 mon.a (mon.0) 225 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: cephadm 2023-12-06T15:18:30.308468+0000 mgr.y (mgr.34107) 141 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.313044+0000 mon.a (mon.0) 226 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.317133+0000 mon.a (mon.0) 227 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: audit 2023-12-06T15:18:30.317454+0000 mgr.y (mgr.34107) 142 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: cephadm 2023-12-06T15:18:30.319072+0000 mgr.y (mgr.34107) 143 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-06T15:18:31.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:31 smithi140 bash[51581]: cluster 2023-12-06T15:18:30.384347+0000 mgr.y (mgr.34107) 144 : cluster 0 pgmap v62: 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-06T15:18:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[64580]: cluster 2023-12-06T15:18:32.385077+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v63: 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-06T15:18:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[64580]: audit 2023-12-06T15:18:32.444244+0000 mon.a (mon.0) 228 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[64580]: audit 2023-12-06T15:18:33.007964+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[64580]: audit 2023-12-06T15:18:33.012615+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[64580]: audit 2023-12-06T15:18:33.014133+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[65964]: cluster 2023-12-06T15:18:32.385077+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v63: 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-06T15:18:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[65964]: audit 2023-12-06T15:18:32.444244+0000 mon.a (mon.0) 228 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[65964]: audit 2023-12-06T15:18:33.007964+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[65964]: audit 2023-12-06T15:18:33.012615+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:18:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:33 smithi029 bash[65964]: audit 2023-12-06T15:18:33.014133+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:33 smithi140 bash[51581]: cluster 2023-12-06T15:18:32.385077+0000 mgr.y (mgr.34107) 145 : cluster 0 pgmap v63: 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-06T15:18:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:33 smithi140 bash[51581]: audit 2023-12-06T15:18:32.444244+0000 mon.a (mon.0) 228 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:33 smithi140 bash[51581]: audit 2023-12-06T15:18:33.007964+0000 mon.a (mon.0) 229 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:33 smithi140 bash[51581]: audit 2023-12-06T15:18:33.012615+0000 mon.a (mon.0) 230 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T15:18:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:33 smithi140 bash[51581]: audit 2023-12-06T15:18:33.014133+0000 mon.a (mon.0) 231 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:18:34.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[64580]: cephadm 2023-12-06T15:18:33.000285+0000 mgr.y (mgr.34107) 146 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:18:34.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[64580]: cephadm 2023-12-06T15:18:33.019080+0000 mgr.y (mgr.34107) 147 : cephadm 1 Deploying daemon osd.0 on smithi029 2023-12-06T15:18:34.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[64580]: audit 2023-12-06T15:18:33.444766+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:34.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[65964]: cephadm 2023-12-06T15:18:33.000285+0000 mgr.y (mgr.34107) 146 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:18:34.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[65964]: cephadm 2023-12-06T15:18:33.019080+0000 mgr.y (mgr.34107) 147 : cephadm 1 Deploying daemon osd.0 on smithi029 2023-12-06T15:18:34.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:34 smithi029 bash[65964]: audit 2023-12-06T15:18:33.444766+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:34 smithi140 bash[51581]: cephadm 2023-12-06T15:18:33.000285+0000 mgr.y (mgr.34107) 146 : cephadm 1 Upgrade: Updating osd.0 2023-12-06T15:18:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:34 smithi140 bash[51581]: cephadm 2023-12-06T15:18:33.019080+0000 mgr.y (mgr.34107) 147 : cephadm 1 Deploying daemon osd.0 on smithi029 2023-12-06T15:18:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:34 smithi140 bash[51581]: audit 2023-12-06T15:18:33.444766+0000 mgr.y (mgr.34107) 148 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:35.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:35 smithi029 bash[65964]: cluster 2023-12-06T15:18:34.386783+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:35.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:35 smithi029 bash[64580]: cluster 2023-12-06T15:18:34.386783+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:35 smithi140 bash[51581]: cluster 2023-12-06T15:18:34.386783+0000 mgr.y (mgr.34107) 149 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:37 smithi029 bash[64580]: cluster 2023-12-06T15:18:36.387671+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:37.728 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:37 smithi029 bash[65964]: cluster 2023-12-06T15:18:36.387671+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:37 smithi140 bash[51581]: cluster 2023-12-06T15:18:36.387671+0000 mgr.y (mgr.34107) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:18:38.031 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:37 smithi029 systemd[1]: Stopping Ceph osd.0 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:18:38.462 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:38 smithi029 bash[33268]: debug 2023-12-06T15:18:38.083+0000 7faa49f81700 -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-06T15:18:38.462 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:38 smithi029 bash[33268]: debug 2023-12-06T15:18:38.083+0000 7faa49f81700 -1 osd.0 104 *** Got signal Terminated *** 2023-12-06T15:18:38.463 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:38 smithi029 bash[33268]: debug 2023-12-06T15:18:38.083+0000 7faa49f81700 -1 osd.0 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:18:38.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:38 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.090635+0000 mon.a (mon.0) 232 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:18:38.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:38 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.090635+0000 mon.a (mon.0) 232 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:18:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:38 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.090635+0000 mon.a (mon.0) 232 : cluster 1 osd.0 marked itself down and dead 2023-12-06T15:18:38.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:38 smithi140 bash[49051]: ts=2023-12-06T15:18: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:39.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:39] "GET /metrics HTTP/1.1" 200 38175 "" "Prometheus/2.33.4" 2023-12-06T15:18:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.389394+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:39.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.458319+0000 mon.a (mon.0) 233 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:18:39.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.470111+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.472635+0000 mon.a (mon.0) 234 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T15:18:39.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.474910+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.474928+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.389394+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.458319+0000 mon.a (mon.0) 233 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.470111+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.472635+0000 mon.a (mon.0) 234 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.474910+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.474928+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.535 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[68304]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:18:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.389394+0000 mgr.y (mgr.34107) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.458319+0000 mon.a (mon.0) 233 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:18:39.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.470111+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.472635+0000 mon.a (mon.0) 234 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-06T15:18:39.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.474910+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:39.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:39 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.474928+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:40.281 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:39 smithi029 bash[68376]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:18:40.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:38.478227+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.474434+0000 mon.a (mon.0) 235 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.474693+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.474840+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.475171+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.475416+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.476152+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.478370+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.479107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.479404+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:38.478227+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.474434+0000 mon.a (mon.0) 235 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T15:18:40.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.474693+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.474840+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.475171+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.475416+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.476152+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.478370+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.479107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:40 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.479404+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:38.478227+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e105 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.474434+0000 mon.a (mon.0) 235 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.474693+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.474840+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.475171+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.475416+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.476152+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.478370+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.479107+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:40.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:40 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.479404+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:41 smithi029 bash[65964]: cluster 2023-12-06T15:18:39.478961+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:41 smithi029 bash[65964]: cluster 2023-12-06T15:18:40.390248+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v69: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:41 smithi029 bash[64580]: cluster 2023-12-06T15:18:39.478961+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:41.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:41 smithi029 bash[64580]: cluster 2023-12-06T15:18:40.390248+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v69: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:41 smithi140 bash[51581]: cluster 2023-12-06T15:18:39.478961+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-06T15:18:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:41 smithi140 bash[51581]: cluster 2023-12-06T15:18:40.390248+0000 mgr.y (mgr.34107) 152 : cluster 0 pgmap v69: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:18:42.429 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:42 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.0.service: Succeeded. 2023-12-06T15:18:42.429 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:42 smithi029 systemd[1]: Stopped Ceph osd.0 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:18:42.781 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:42 smithi029 systemd[1]: Started Ceph osd.0 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:18:43.466 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:18:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[65964]: cluster 2023-12-06T15:18:42.391006+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:18:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[65964]: audit 2023-12-06T15:18:42.484358+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:43.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[65964]: audit 2023-12-06T15:18:42.493979+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:43.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[64580]: cluster 2023-12-06T15:18:42.391006+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:18:43.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[64580]: audit 2023-12-06T15:18:42.484358+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:43.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:43 smithi029 bash[64580]: audit 2023-12-06T15:18:42.493979+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:43 smithi140 bash[51581]: cluster 2023-12-06T15:18:42.391006+0000 mgr.y (mgr.34107) 153 : cluster 0 pgmap v70: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-06T15:18:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:43 smithi140 bash[51581]: audit 2023-12-06T15:18:42.484358+0000 mon.a (mon.0) 236 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:43 smithi140 bash[51581]: audit 2023-12-06T15:18:42.493979+0000 mon.a (mon.0) 237 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:44.238 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:18:44.238 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (4m) 97s ago 12m 16.3M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (3m) 65s ago 11m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (2m) 97s ago 9m 46.4M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (2m) 65s ago 18m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (3m) 97s ago 20m 479M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (2m) 97s ago 20m 40.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (78s) 65s ago 18m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (106s) 97s ago 18m 22.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (4m) 97s ago 12m 11.3M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (4m) 65s ago 12m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 starting - - - 2782M 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (17m) 97s ago 17m 59.9M 2782M 17.2.0 e1d6a67b021e 332f72ae8b61 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (16m) 97s ago 16m 54.0M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (15m) 97s ago 15m 57.9M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (15m) 65s ago 15m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:18:44.239 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (14m) 65s ago 14m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (13m) 65s ago 13m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (13m) 65s ago 13m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (2m) 65s ago 12m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (9m) 97s ago 9m 87.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (9m) 65s ago 9m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (9m) 97s ago 9m 87.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:18:44.240 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (9m) 65s ago 9m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:18:44.281 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:18:44.281 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: 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-06T15:18:44.281 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T15:18:44.282 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T15:18:44.282 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-06T15:18:44.282 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-06T15:18:44.282 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[68536]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:18:44.695 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:18:44.696 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:18:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[65964]: audit 2023-12-06T15:18:43.445963+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:44.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[65964]: audit 2023-12-06T15:18:43.455469+0000 mgr.y (mgr.34107) 155 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:44.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[64580]: audit 2023-12-06T15:18:43.445963+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:44 smithi029 bash[64580]: audit 2023-12-06T15:18:43.455469+0000 mgr.y (mgr.34107) 155 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:44 smithi140 bash[51581]: audit 2023-12-06T15:18:43.445963+0000 mgr.y (mgr.34107) 154 : audit 0 from='client.44209 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:44 smithi140 bash[51581]: audit 2023-12-06T15:18:43.455469+0000 mgr.y (mgr.34107) 155 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:45.091 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:18:45.091 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "5/23 daemons upgraded", 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:18:45.092 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:18:45.549 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 65/630 objects degraded (10.317%), 19 pgs degraded 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: osd.0 (root=default,host=smithi029) is down 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 65/630 objects degraded (10.317%), 19 pgs degraded 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.19 is active+undersized+degraded, acting [3,6] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-06T15:18:45.550 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-06T15:18:45.551 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-06T15:18:45.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[64580]: audit 2023-12-06T15:18:43.830766+0000 mgr.y (mgr.34107) 156 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[64580]: audit 2023-12-06T15:18:44.217450+0000 mgr.y (mgr.34107) 157 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[64580]: cluster 2023-12-06T15:18:44.392510+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v71: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[64580]: cluster 2023-12-06T15:18:44.482073+0000 mon.a (mon.0) 238 : cluster 3 Health check failed: Degraded data redundancy: 65/630 objects degraded (10.317%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:45.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[64580]: audit 2023-12-06T15:18:44.691503+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.29:0/1036470863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:45.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[65964]: audit 2023-12-06T15:18:43.830766+0000 mgr.y (mgr.34107) 156 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[65964]: audit 2023-12-06T15:18:44.217450+0000 mgr.y (mgr.34107) 157 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[65964]: cluster 2023-12-06T15:18:44.392510+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v71: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[65964]: cluster 2023-12-06T15:18:44.482073+0000 mon.a (mon.0) 238 : cluster 3 Health check failed: Degraded data redundancy: 65/630 objects degraded (10.317%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:45.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:45 smithi029 bash[65964]: audit 2023-12-06T15:18:44.691503+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.29:0/1036470863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:45 smithi140 bash[51581]: audit 2023-12-06T15:18:43.830766+0000 mgr.y (mgr.34107) 156 : audit 0 from='client.44215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:45 smithi140 bash[51581]: audit 2023-12-06T15:18:44.217450+0000 mgr.y (mgr.34107) 157 : audit 0 from='client.34293 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:45.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:45 smithi140 bash[51581]: cluster 2023-12-06T15:18:44.392510+0000 mgr.y (mgr.34107) 158 : cluster 0 pgmap v71: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:45.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:45 smithi140 bash[51581]: cluster 2023-12-06T15:18:44.482073+0000 mon.a (mon.0) 238 : cluster 3 Health check failed: Degraded data redundancy: 65/630 objects degraded (10.317%), 19 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:45.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:45 smithi140 bash[51581]: audit 2023-12-06T15:18:44.691503+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.29:0/1036470863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:18:46.281 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[68932]: debug 2023-12-06T15:18:46.003+0000 7f8afc2a0700 1 -- 172.21.15.29:0/1107949422 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5555e1aa91e0 con 0x5555e1b2ec00 2023-12-06T15:18:46.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[64580]: audit 2023-12-06T15:18:45.087559+0000 mgr.y (mgr.34107) 159 : audit 0 from='client.44233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:46.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[64580]: audit 2023-12-06T15:18:45.546301+0000 mon.a (mon.0) 239 : audit 0 from='client.? 172.21.15.29:0/261731599' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:46.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[65964]: audit 2023-12-06T15:18:45.087559+0000 mgr.y (mgr.34107) 159 : audit 0 from='client.44233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:46.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[65964]: audit 2023-12-06T15:18:45.546301+0000 mon.a (mon.0) 239 : audit 0 from='client.? 172.21.15.29:0/261731599' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:46.782 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:46 smithi029 bash[68932]: debug 2023-12-06T15:18:46.543+0000 7f8b05426640 -1 Falling back to public interface 2023-12-06T15:18:46.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:46 smithi140 bash[51581]: audit 2023-12-06T15:18:45.087559+0000 mgr.y (mgr.34107) 159 : audit 0 from='client.44233 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:18:46.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:46 smithi140 bash[51581]: audit 2023-12-06T15:18:45.546301+0000 mon.a (mon.0) 239 : audit 0 from='client.? 172.21.15.29:0/261731599' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:18:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[65964]: cluster 2023-12-06T15:18:46.393514+0000 mgr.y (mgr.34107) 160 : cluster 0 pgmap v72: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 65/630 objects degraded (10.317%) 2023-12-06T15:18:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[65964]: audit 2023-12-06T15:18:47.447634+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:47.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[65964]: audit 2023-12-06T15:18:47.449772+0000 mon.a (mon.0) 241 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:47.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[64580]: cluster 2023-12-06T15:18:46.393514+0000 mgr.y (mgr.34107) 160 : cluster 0 pgmap v72: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 65/630 objects degraded (10.317%) 2023-12-06T15:18:47.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[64580]: audit 2023-12-06T15:18:47.447634+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:47.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:47 smithi029 bash[64580]: audit 2023-12-06T15:18:47.449772+0000 mon.a (mon.0) 241 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:47 smithi140 bash[51581]: cluster 2023-12-06T15:18:46.393514+0000 mgr.y (mgr.34107) 160 : cluster 0 pgmap v72: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 65/630 objects degraded (10.317%) 2023-12-06T15:18:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:47 smithi140 bash[51581]: audit 2023-12-06T15:18:47.447634+0000 mon.a (mon.0) 240 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:47.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:47 smithi140 bash[51581]: audit 2023-12-06T15:18:47.449772+0000 mon.a (mon.0) 241 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:18:49.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:48 smithi140 bash[49051]: ts=2023-12-06T15:18: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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:49.408 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:49 smithi029 bash[65964]: cluster 2023-12-06T15:18:48.395423+0000 mgr.y (mgr.34107) 161 : cluster 0 pgmap v73: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:49.408 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:49 smithi029 bash[68932]: debug 2023-12-06T15:18:49.355+0000 7f8b05426640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-06T15:18:49.409 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:49 smithi029 bash[64580]: cluster 2023-12-06T15:18:48.395423+0000 mgr.y (mgr.34107) 161 : cluster 0 pgmap v73: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:49.409 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:49] "GET /metrics HTTP/1.1" 200 38317 "" "Prometheus/2.33.4" 2023-12-06T15:18:49.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:49 smithi140 bash[51581]: cluster 2023-12-06T15:18:48.395423+0000 mgr.y (mgr.34107) 161 : cluster 0 pgmap v73: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:49.781 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:49 smithi029 bash[68932]: debug 2023-12-06T15:18:49.399+0000 7f8b05426640 -1 osd.0 104 log_to_monitors true 2023-12-06T15:18:50.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[64580]: audit 2023-12-06T15:18:49.409573+0000 mon.c (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[64580]: audit 2023-12-06T15:18:49.410018+0000 mon.a (mon.0) 242 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[64580]: audit 2023-12-06T15:18:50.009331+0000 mon.a (mon.0) 243 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:50.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[64580]: audit 2023-12-06T15:18:50.018680+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:50.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[65964]: audit 2023-12-06T15:18:49.409573+0000 mon.c (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[65964]: audit 2023-12-06T15:18:49.410018+0000 mon.a (mon.0) 242 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[65964]: audit 2023-12-06T15:18:50.009331+0000 mon.a (mon.0) 243 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:50.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[65964]: audit 2023-12-06T15:18:50.018680+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:50.532 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:18:50 smithi029 bash[68932]: debug 2023-12-06T15:18:50.203+0000 7f8af4893700 -1 osd.0 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:18:50.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:50 smithi140 bash[51581]: audit 2023-12-06T15:18:49.409573+0000 mon.c (mon.1) 9 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:50 smithi140 bash[51581]: audit 2023-12-06T15:18:49.410018+0000 mon.a (mon.0) 242 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T15:18:50.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:50 smithi140 bash[51581]: audit 2023-12-06T15:18:50.009331+0000 mon.a (mon.0) 243 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:50.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:50 smithi140 bash[51581]: audit 2023-12-06T15:18:50.018680+0000 mon.a (mon.0) 244 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: audit 2023-12-06T15:18:50.133070+0000 mon.a (mon.0) 245 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: cluster 2023-12-06T15:18:50.134255+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: cluster 2023-12-06T15:18:50.134704+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: cluster 2023-12-06T15:18:50.137064+0000 mon.a (mon.0) 246 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: audit 2023-12-06T15:18:50.139427+0000 mon.c (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: audit 2023-12-06T15:18:50.140089+0000 mon.a (mon.0) 247 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: cluster 2023-12-06T15:18:50.183569+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: cluster 2023-12-06T15:18:50.396404+0000 mgr.y (mgr.34107) 162 : cluster 0 pgmap v75: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: audit 2023-12-06T15:18:51.115355+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[64580]: audit 2023-12-06T15:18:51.127835+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: audit 2023-12-06T15:18:50.133070+0000 mon.a (mon.0) 245 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: cluster 2023-12-06T15:18:50.134255+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: cluster 2023-12-06T15:18:50.134704+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: cluster 2023-12-06T15:18:50.137064+0000 mon.a (mon.0) 246 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: audit 2023-12-06T15:18:50.139427+0000 mon.c (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: audit 2023-12-06T15:18:50.140089+0000 mon.a (mon.0) 247 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: cluster 2023-12-06T15:18:50.183569+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: cluster 2023-12-06T15:18:50.396404+0000 mgr.y (mgr.34107) 162 : cluster 0 pgmap v75: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: audit 2023-12-06T15:18:51.115355+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:51 smithi029 bash[65964]: audit 2023-12-06T15:18:51.127835+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: audit 2023-12-06T15:18:50.133070+0000 mon.a (mon.0) 245 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: cluster 2023-12-06T15:18:50.134255+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: cluster 2023-12-06T15:18:50.134704+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: cluster 2023-12-06T15:18:50.137064+0000 mon.a (mon.0) 246 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: audit 2023-12-06T15:18:50.139427+0000 mon.c (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: audit 2023-12-06T15:18:50.140089+0000 mon.a (mon.0) 247 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: cluster 2023-12-06T15:18:50.183569+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e107 with expected crc 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: cluster 2023-12-06T15:18:50.396404+0000 mgr.y (mgr.34107) 162 : cluster 0 pgmap v75: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 8 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: audit 2023-12-06T15:18:51.115355+0000 mon.a (mon.0) 248 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:51.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:51 smithi140 bash[51581]: audit 2023-12-06T15:18:51.127835+0000 mon.a (mon.0) 249 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:18:52.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.133859+0000 mon.a (mon.0) 250 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:18:52.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.138505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.140677+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.140816+0000 mon.a (mon.0) 251 : cluster 1 osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287] boot 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.140905+0000 mon.a (mon.0) 252 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: audit 2023-12-06T15:18:51.141719+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[64580]: cluster 2023-12-06T15:18:51.144098+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.133859+0000 mon.a (mon.0) 250 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.138505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.140677+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.140816+0000 mon.a (mon.0) 251 : cluster 1 osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287] boot 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.140905+0000 mon.a (mon.0) 252 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: audit 2023-12-06T15:18:51.141719+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:18:52.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:52 smithi029 bash[65964]: cluster 2023-12-06T15:18:51.144098+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.133859+0000 mon.a (mon.0) 250 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.138505+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.140677+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.140816+0000 mon.a (mon.0) 251 : cluster 1 osd.0 [v2:172.21.15.29:6802/2775855287,v1:172.21.15.29:6803/2775855287] boot 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.140905+0000 mon.a (mon.0) 252 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: audit 2023-12-06T15:18:51.141719+0000 mon.a (mon.0) 253 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T15:18:52.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:52 smithi140 bash[51581]: cluster 2023-12-06T15:18:51.144098+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e108 with expected crc 2023-12-06T15:18:53.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.156462+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.468 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.157021+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.160281+0000 mon.a (mon.0) 254 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.160580+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.160723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.161254+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.164456+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.164943+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.165003+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.165058+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.166556+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.168285+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.168527+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.168706+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.469 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[64580]: cluster 2023-12-06T15:18:52.397493+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v78: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.156462+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.157021+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.160281+0000 mon.a (mon.0) 254 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.160580+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.160723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.161254+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.164456+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.164943+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.165003+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.165058+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.166556+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.470 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.168285+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.471 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.168527+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.471 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.168706+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.471 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:53 smithi029 bash[65964]: cluster 2023-12-06T15:18:52.397493+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v78: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.156462+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.157021+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.160281+0000 mon.a (mon.0) 254 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.160580+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.160723+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.161254+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.164456+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.164943+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.165003+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.165058+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.166556+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.168285+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.168527+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.168706+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-06T15:18:53.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:53 smithi140 bash[51581]: cluster 2023-12-06T15:18:52.397493+0000 mgr.y (mgr.34107) 163 : cluster 0 pgmap v78: 161 pgs: 19 active+undersized+degraded, 39 active+undersized, 103 active+clean; 585 KiB data, 112 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s; 65/630 objects degraded (10.317%) 2023-12-06T15:18:54.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:54 smithi029 bash[64580]: audit 2023-12-06T15:18:53.463590+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:54.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:54 smithi029 bash[65964]: audit 2023-12-06T15:18:53.463590+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:54 smithi140 bash[51581]: audit 2023-12-06T15:18:53.463590+0000 mgr.y (mgr.34107) 164 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:18:55.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:55 smithi029 bash[64580]: cluster 2023-12-06T15:18:54.399306+0000 mgr.y (mgr.34107) 165 : cluster 0 pgmap v79: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 189 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:18:55.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:55 smithi029 bash[65964]: cluster 2023-12-06T15:18:54.399306+0000 mgr.y (mgr.34107) 165 : cluster 0 pgmap v79: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 189 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:18:55.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:55 smithi140 bash[51581]: cluster 2023-12-06T15:18:54.399306+0000 mgr.y (mgr.34107) 165 : cluster 0 pgmap v79: 161 pgs: 7 active+undersized+degraded, 14 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 189 op/s; 28/630 objects degraded (4.444%); 0 B/s, 3 objects/s recovering 2023-12-06T15:18:56.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:56 smithi029 bash[64580]: cluster 2023-12-06T15:18:55.166154+0000 mon.a (mon.0) 255 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:56.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:56 smithi029 bash[65964]: cluster 2023-12-06T15:18:55.166154+0000 mon.a (mon.0) 255 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:56 smithi140 bash[51581]: cluster 2023-12-06T15:18:55.166154+0000 mon.a (mon.0) 255 : cluster 3 Health check update: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:18:57.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:57 smithi029 bash[64580]: cluster 2023-12-06T15:18:56.400220+0000 mgr.y (mgr.34107) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:18:57.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:57 smithi029 bash[65964]: cluster 2023-12-06T15:18:56.400220+0000 mgr.y (mgr.34107) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:18:57.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:57 smithi140 bash[51581]: cluster 2023-12-06T15:18:56.400220+0000 mgr.y (mgr.34107) 166 : cluster 0 pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s; 0 B/s, 7 objects/s recovering 2023-12-06T15:18:58.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:58 smithi029 bash[65964]: cluster 2023-12-06T15:18:57.177399+0000 mon.a (mon.0) 256 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:18:58.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:58 smithi029 bash[65964]: cluster 2023-12-06T15:18:57.177469+0000 mon.a (mon.0) 257 : cluster 1 Cluster is now healthy 2023-12-06T15:18:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:58 smithi029 bash[64580]: cluster 2023-12-06T15:18:57.177399+0000 mon.a (mon.0) 256 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:18:58.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:58 smithi029 bash[64580]: cluster 2023-12-06T15:18:57.177469+0000 mon.a (mon.0) 257 : cluster 1 Cluster is now healthy 2023-12-06T15:18:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:58 smithi140 bash[51581]: cluster 2023-12-06T15:18:57.177399+0000 mon.a (mon.0) 256 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/630 objects degraded (4.444%), 7 pgs degraded) 2023-12-06T15:18:58.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:58 smithi140 bash[51581]: cluster 2023-12-06T15:18:57.177469+0000 mon.a (mon.0) 257 : cluster 1 Cluster is now healthy 2023-12-06T15:18:59.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:58 smithi140 bash[49051]: ts=2023-12-06T15:18:58.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-06T15:18:59.125 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:18:58 smithi140 bash[49051]: ts=2023-12-06T15:18:58.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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:18:59.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:18:59 smithi029 bash[64580]: cluster 2023-12-06T15:18:58.401779+0000 mgr.y (mgr.34107) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 169 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:18:59.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:18:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:18:59] "GET /metrics HTTP/1.1" 200 38317 "" "Prometheus/2.33.4" 2023-12-06T15:18:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:18:59 smithi029 bash[65964]: cluster 2023-12-06T15:18:58.401779+0000 mgr.y (mgr.34107) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 169 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:18:59.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:18:59 smithi140 bash[51581]: cluster 2023-12-06T15:18:58.401779+0000 mgr.y (mgr.34107) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 169 op/s; 0 B/s, 5 objects/s recovering 2023-12-06T15:19:01.464 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:01 smithi029 bash[65964]: cluster 2023-12-06T15:19:00.402491+0000 mgr.y (mgr.34107) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 146 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:01.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:01 smithi029 bash[64580]: cluster 2023-12-06T15:19:00.402491+0000 mgr.y (mgr.34107) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 146 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:01.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:01 smithi140 bash[51581]: cluster 2023-12-06T15:19:00.402491+0000 mgr.y (mgr.34107) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 146 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:01.886221+0000 mon.a (mon.0) 258 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:01.899009+0000 mon.a (mon.0) 259 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:01.901611+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:01.903269+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:01.912884+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.005093+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.008061+0000 mon.a (mon.0) 264 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.010503+0000 mon.a (mon.0) 265 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.012442+0000 mon.a (mon.0) 266 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.014650+0000 mon.a (mon.0) 267 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.014976+0000 mgr.y (mgr.34107) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: cephadm 2023-12-06T15:19:02.017173+0000 mgr.y (mgr.34107) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: cluster 2023-12-06T15:19:02.403228+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.445962+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.448038+0000 mon.a (mon.0) 269 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[64580]: audit 2023-12-06T15:19:02.515011+0000 mon.a (mon.0) 270 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:01.886221+0000 mon.a (mon.0) 258 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:01.899009+0000 mon.a (mon.0) 259 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:01.901611+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:01.903269+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:03.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:01.912884+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.005093+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.008061+0000 mon.a (mon.0) 264 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.010503+0000 mon.a (mon.0) 265 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.012442+0000 mon.a (mon.0) 266 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.014650+0000 mon.a (mon.0) 267 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.014976+0000 mgr.y (mgr.34107) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: cephadm 2023-12-06T15:19:02.017173+0000 mgr.y (mgr.34107) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: cluster 2023-12-06T15:19:02.403228+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:03.284 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.445962+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.448038+0000 mon.a (mon.0) 269 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:03.285 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:02 smithi029 bash[65964]: audit 2023-12-06T15:19:02.515011+0000 mon.a (mon.0) 270 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:01.886221+0000 mon.a (mon.0) 258 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:01.899009+0000 mon.a (mon.0) 259 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:01.901611+0000 mon.a (mon.0) 260 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:01.903269+0000 mon.a (mon.0) 261 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:01.912884+0000 mon.a (mon.0) 262 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.005093+0000 mon.a (mon.0) 263 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.008061+0000 mon.a (mon.0) 264 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.010503+0000 mon.a (mon.0) 265 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.012442+0000 mon.a (mon.0) 266 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.014650+0000 mon.a (mon.0) 267 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.014976+0000 mgr.y (mgr.34107) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: cephadm 2023-12-06T15:19:02.017173+0000 mgr.y (mgr.34107) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: cluster 2023-12-06T15:19:02.403228+0000 mgr.y (mgr.34107) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 132 op/s; 0 B/s, 4 objects/s recovering 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.445962+0000 mon.a (mon.0) 268 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.448038+0000 mon.a (mon.0) 269 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:03.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:02 smithi140 bash[51581]: audit 2023-12-06T15:19:02.515011+0000 mon.a (mon.0) 270 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:04.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:04 smithi029 bash[64580]: audit 2023-12-06T15:19:03.471595+0000 mgr.y (mgr.34107) 172 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:04.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:04 smithi029 bash[65964]: audit 2023-12-06T15:19:03.471595+0000 mgr.y (mgr.34107) 172 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:04.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:04 smithi140 bash[51581]: audit 2023-12-06T15:19:03.471595+0000 mgr.y (mgr.34107) 172 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:06.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: cluster 2023-12-06T15:19:04.404826+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 196 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: cephadm 2023-12-06T15:19:04.638258+0000 mgr.y (mgr.34107) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: audit 2023-12-06T15:19:04.645759+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: audit 2023-12-06T15:19:04.649902+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: audit 2023-12-06T15:19:04.651445+0000 mon.a (mon.0) 273 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[64580]: cephadm 2023-12-06T15:19:04.655417+0000 mgr.y (mgr.34107) 175 : cephadm 1 Deploying daemon osd.1 on smithi029 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: cluster 2023-12-06T15:19:04.404826+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 196 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: cephadm 2023-12-06T15:19:04.638258+0000 mgr.y (mgr.34107) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: audit 2023-12-06T15:19:04.645759+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: audit 2023-12-06T15:19:04.649902+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: audit 2023-12-06T15:19:04.651445+0000 mon.a (mon.0) 273 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:06.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:05 smithi029 bash[65964]: cephadm 2023-12-06T15:19:04.655417+0000 mgr.y (mgr.34107) 175 : cephadm 1 Deploying daemon osd.1 on smithi029 2023-12-06T15:19:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: cluster 2023-12-06T15:19:04.404826+0000 mgr.y (mgr.34107) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 196 op/s; 0 B/s, 3 objects/s recovering 2023-12-06T15:19:06.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: cephadm 2023-12-06T15:19:04.638258+0000 mgr.y (mgr.34107) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-06T15:19:06.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: audit 2023-12-06T15:19:04.645759+0000 mon.a (mon.0) 271 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:06.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: audit 2023-12-06T15:19:04.649902+0000 mon.a (mon.0) 272 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T15:19:06.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: audit 2023-12-06T15:19:04.651445+0000 mon.a (mon.0) 273 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:06.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:05 smithi140 bash[51581]: cephadm 2023-12-06T15:19:04.655417+0000 mgr.y (mgr.34107) 175 : cephadm 1 Deploying daemon osd.1 on smithi029 2023-12-06T15:19:08.015 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:07 smithi029 bash[64580]: cluster 2023-12-06T15:19:06.405778+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 122 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:19:08.016 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:07 smithi029 bash[65964]: cluster 2023-12-06T15:19:06.405778+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 122 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:19:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:07 smithi140 bash[51581]: cluster 2023-12-06T15:19:06.405778+0000 mgr.y (mgr.34107) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 122 op/s; 0 B/s, 1 objects/s recovering 2023-12-06T15:19:09.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:19:08 smithi140 bash[49051]: ts=2023-12-06T15:19:08.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-06T15:19:09.125 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:19:08 smithi140 bash[49051]: ts=2023-12-06T15:19:08.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.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:19:09.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[65964]: cluster 2023-12-06T15:19:08.407411+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:19:09.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:09] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-06T15:19:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[64580]: cluster 2023-12-06T15:19:08.407411+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:19:09.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:09 smithi140 bash[51581]: cluster 2023-12-06T15:19:08.407411+0000 mgr.y (mgr.34107) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2023-12-06T15:19:10.031 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:09 smithi029 systemd[1]: Stopping Ceph osd.1 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:19:10.032 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[36398]: debug 2023-12-06T15:19:09.674+0000 7fa389c2c700 -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-06T15:19:10.032 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[36398]: debug 2023-12-06T15:19:09.674+0000 7fa389c2c700 -1 osd.1 109 *** Got signal Terminated *** 2023-12-06T15:19:10.032 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:09 smithi029 bash[36398]: debug 2023-12-06T15:19:09.674+0000 7fa389c2c700 -1 osd.1 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:19:10.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:10 smithi029 bash[65964]: cluster 2023-12-06T15:19:09.676249+0000 mon.a (mon.0) 274 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:19:10.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:10 smithi029 bash[64580]: cluster 2023-12-06T15:19:09.676249+0000 mon.a (mon.0) 274 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:19:10.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:10 smithi140 bash[51581]: cluster 2023-12-06T15:19:09.676249+0000 mon.a (mon.0) 274 : cluster 1 osd.1 marked itself down and dead 2023-12-06T15:19:11.489 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.131497+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.145916+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.145942+0000 mon.a (mon.0) 276 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.147034+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.147553+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.149304+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.149330+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.490 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.150994+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[65964]: cluster 2023-12-06T15:19:10.408331+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v88: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.131497+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.145916+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.145942+0000 mon.a (mon.0) 276 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.147034+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.147553+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.149304+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.149330+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.150994+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.491 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[64580]: cluster 2023-12-06T15:19:10.408331+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v88: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T15:19:11.492 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[70447]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:19:11.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.131497+0000 mon.a (mon.0) 275 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.145916+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.145942+0000 mon.a (mon.0) 276 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.147034+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.147553+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.149304+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.149330+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.150994+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e110 with expected crc 2023-12-06T15:19:11.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:11 smithi140 bash[51581]: cluster 2023-12-06T15:19:10.408331+0000 mgr.y (mgr.34107) 178 : cluster 0 pgmap v88: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 0 B/s wr, 143 op/s 2023-12-06T15:19:11.781 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:11 smithi029 bash[70520]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:19:12.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.150545+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.153057+0000 mon.a (mon.0) 277 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.153377+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.153653+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.154067+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.156988+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.157805+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.157898+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.158095+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.161100+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.161689+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[65964]: cluster 2023-12-06T15:19:11.165897+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.150545+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.153057+0000 mon.a (mon.0) 277 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.153377+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.153653+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.154067+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.156988+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.157805+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.157898+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.158095+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.161100+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.161689+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:12 smithi029 bash[64580]: cluster 2023-12-06T15:19:11.165897+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.150545+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.153057+0000 mon.a (mon.0) 277 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.153377+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.153653+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.154067+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.156988+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.157805+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.157898+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.158095+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.161100+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.161689+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:12.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:12 smithi140 bash[51581]: cluster 2023-12-06T15:19:11.165897+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e111 with expected crc 2023-12-06T15:19:13.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:13 smithi029 bash[65964]: cluster 2023-12-06T15:19:12.409054+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v90: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-12-06T15:19:13.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:13 smithi029 bash[64580]: cluster 2023-12-06T15:19:12.409054+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v90: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-12-06T15:19:13.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:13 smithi140 bash[51581]: cluster 2023-12-06T15:19:12.409054+0000 mgr.y (mgr.34107) 179 : cluster 0 pgmap v90: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 124 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 54 op/s 2023-12-06T15:19:14.140 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:13 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.1.service: Succeeded. 2023-12-06T15:19:14.141 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:13 smithi029 systemd[1]: Stopped Ceph osd.1 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:19:14.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:14 smithi029 bash[64580]: audit 2023-12-06T15:19:13.479625+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:14.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:14 smithi029 bash[65964]: audit 2023-12-06T15:19:13.479625+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:14.532 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:14 smithi029 systemd[1]: Started Ceph osd.1 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:19:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:14 smithi140 bash[51581]: audit 2023-12-06T15:19:13.479625+0000 mgr.y (mgr.34107) 180 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:15.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[64580]: audit 2023-12-06T15:19:14.187113+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[64580]: audit 2023-12-06T15:19:14.194710+0000 mon.a (mon.0) 279 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[64580]: cluster 2023-12-06T15:19:14.410909+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v91: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 20 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[64580]: audit 2023-12-06T15:19:14.768652+0000 mon.a (mon.0) 280 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[64580]: audit 2023-12-06T15:19:14.781342+0000 mon.a (mon.0) 281 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[65964]: audit 2023-12-06T15:19:14.187113+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[65964]: audit 2023-12-06T15:19:14.194710+0000 mon.a (mon.0) 279 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[65964]: cluster 2023-12-06T15:19:14.410909+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v91: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 20 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[65964]: audit 2023-12-06T15:19:14.768652+0000 mon.a (mon.0) 280 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[65964]: audit 2023-12-06T15:19:14.781342+0000 mon.a (mon.0) 281 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:15 smithi140 bash[51581]: audit 2023-12-06T15:19:14.187113+0000 mon.a (mon.0) 278 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:15 smithi140 bash[51581]: audit 2023-12-06T15:19:14.194710+0000 mon.a (mon.0) 279 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:15 smithi140 bash[51581]: cluster 2023-12-06T15:19:14.410909+0000 mgr.y (mgr.34107) 181 : cluster 0 pgmap v91: 161 pgs: 20 active+undersized+degraded, 7 peering, 36 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 20 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:15.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:15 smithi140 bash[51581]: audit 2023-12-06T15:19:14.768652+0000 mon.a (mon.0) 280 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:15.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:15 smithi140 bash[51581]: audit 2023-12-06T15:19:14.781342+0000 mon.a (mon.0) 281 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:16.000 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: 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-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-06T15:19:16.194 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:15 smithi029 bash[70688]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-06T15:19:16.195 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:16 smithi029 bash[64580]: cluster 2023-12-06T15:19:15.192149+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:16.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:16 smithi029 bash[65964]: cluster 2023-12-06T15:19:15.192149+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:16 smithi140 bash[51581]: cluster 2023-12-06T15:19:15.192149+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 26s ago 12m 15.8M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (4m) 97s ago 12m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (3m) 26s ago 10m 47.0M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (3m) 97s ago 18m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (4m) 26s ago 20m 486M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (2m) 26s ago 20m 48.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (111s) 97s ago 19m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (2m) 26s ago 19m 43.1M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 26s ago 12m 11.5M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (4m) 97s ago 12m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (31s) 26s ago 18m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:19:16.779 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 starting - - - 2782M 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (16m) 26s ago 16m 54.7M 2782M 17.2.0 e1d6a67b021e 3b1f23a1ea4d 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (16m) 26s ago 16m 59.5M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (15m) 97s ago 15m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (15m) 97s ago 15m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (14m) 97s ago 14m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (13m) 97s ago 13m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (3m) 97s ago 12m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (10m) 26s ago 10m 87.8M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (10m) 97s ago 10m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (10m) 26s ago 10m 87.9M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:19:16.780 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (10m) 97s ago 10m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:19:17.202 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[64580]: audit 2023-12-06T15:19:15.973291+0000 mgr.y (mgr.34107) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.202 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[64580]: audit 2023-12-06T15:19:16.382363+0000 mgr.y (mgr.34107) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.203 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[65964]: audit 2023-12-06T15:19:15.973291+0000 mgr.y (mgr.34107) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.203 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[65964]: audit 2023-12-06T15:19:16.382363+0000 mgr.y (mgr.34107) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.203 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[65964]: cluster 2023-12-06T15:19:16.411746+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:17.203 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[65964]: audit 2023-12-06T15:19:16.758552+0000 mgr.y (mgr.34107) 185 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.236 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:19:17.236 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:19:17.236 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:19:17.236 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 1 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 6 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:19:17.237 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:19:17.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[64580]: cluster 2023-12-06T15:19:16.411746+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:17.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[64580]: audit 2023-12-06T15:19:16.758552+0000 mgr.y (mgr.34107) 185 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:17 smithi140 bash[51581]: audit 2023-12-06T15:19:15.973291+0000 mgr.y (mgr.34107) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:17 smithi140 bash[51581]: audit 2023-12-06T15:19:16.382363+0000 mgr.y (mgr.34107) 183 : audit 0 from='client.44257 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:17 smithi140 bash[51581]: cluster 2023-12-06T15:19:16.411746+0000 mgr.y (mgr.34107) 184 : cluster 0 pgmap v92: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:17.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:17 smithi140 bash[51581]: audit 2023-12-06T15:19:16.758552+0000 mgr.y (mgr.34107) 185 : audit 0 from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:17.636 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:19:17.636 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "6/23 daemons upgraded", 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:19:17.637 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 85/630 objects degraded (13.492%), 21 pgs degraded 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout: osd.1 (root=default,host=smithi029) is down 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 85/630 objects degraded (13.492%), 21 pgs degraded 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.6 is active+undersized+degraded, acting [6,4] 2023-12-06T15:19:18.102 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.9 is active+undersized+degraded, acting [2,3] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.11 is active+undersized+degraded, acting [6,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-06T15:19:18.103 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.d is active+undersized+degraded, acting [4,2] 2023-12-06T15:19:18.104 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2023-12-06T15:19:18.104 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-06T15:19:18.104 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-06T15:19:18.104 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-06T15:19:18.204 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:17 smithi029 bash[71075]: debug 2023-12-06T15:19:17.886+0000 7f9438171700 1 -- 172.21.15.29:0/1626711656 <== mon.0 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56479ec4f1e0 con 0x56479ecd4800 2023-12-06T15:19:18.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[65964]: audit 2023-12-06T15:19:17.232773+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.29:0/2144916177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:18.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[65964]: audit 2023-12-06T15:19:17.447553+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[65964]: audit 2023-12-06T15:19:17.449747+0000 mon.a (mon.0) 284 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[65964]: audit 2023-12-06T15:19:17.632369+0000 mgr.y (mgr.34107) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[65964]: audit 2023-12-06T15:19:18.098823+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.29:0/1275004845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:18.532 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[71075]: debug 2023-12-06T15:19:18.442+0000 7f94412f7640 -1 Falling back to public interface 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[64580]: audit 2023-12-06T15:19:17.232773+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.29:0/2144916177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[64580]: audit 2023-12-06T15:19:17.447553+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[64580]: audit 2023-12-06T15:19:17.449747+0000 mon.a (mon.0) 284 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:18.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[64580]: audit 2023-12-06T15:19:17.632369+0000 mgr.y (mgr.34107) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:18.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:18 smithi029 bash[64580]: audit 2023-12-06T15:19:18.098823+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.29:0/1275004845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[51581]: audit 2023-12-06T15:19:17.232773+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.29:0/2144916177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[51581]: audit 2023-12-06T15:19:17.447553+0000 mon.a (mon.0) 283 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:18.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[51581]: audit 2023-12-06T15:19:17.449747+0000 mon.a (mon.0) 284 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:18.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[51581]: audit 2023-12-06T15:19:17.632369+0000 mgr.y (mgr.34107) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:18.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[51581]: audit 2023-12-06T15:19:18.098823+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.29:0/1275004845' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:19.124 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:19:18 smithi140 bash[49051]: ts=2023-12-06T15:19:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"smithi029:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.29\", device_class=\"ssd\", hostname=\"smithi029\", instance=\"172.21.15.140:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.29\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-06T15:19:19.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:19 smithi029 bash[65964]: cluster 2023-12-06T15:19:18.413423+0000 mgr.y (mgr.34107) 187 : cluster 0 pgmap v93: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:19.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:19 smithi029 bash[64580]: cluster 2023-12-06T15:19:18.413423+0000 mgr.y (mgr.34107) 187 : cluster 0 pgmap v93: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:19.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:19] "GET /metrics HTTP/1.1" 200 38329 "" "Prometheus/2.33.4" 2023-12-06T15:19:19.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:19 smithi140 bash[51581]: cluster 2023-12-06T15:19:18.413423+0000 mgr.y (mgr.34107) 187 : cluster 0 pgmap v93: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:21.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:21 smithi029 bash[64580]: cluster 2023-12-06T15:19:20.415060+0000 mgr.y (mgr.34107) 188 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:21.782 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:21 smithi029 bash[71075]: debug 2023-12-06T15:19:21.482+0000 7f94412f7640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-06T15:19:21.782 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:21 smithi029 bash[71075]: debug 2023-12-06T15:19:21.534+0000 7f94412f7640 -1 osd.1 109 log_to_monitors true 2023-12-06T15:19:21.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:21 smithi029 bash[65964]: cluster 2023-12-06T15:19:20.415060+0000 mgr.y (mgr.34107) 188 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:21.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:21 smithi140 bash[51581]: cluster 2023-12-06T15:19:20.415060+0000 mgr.y (mgr.34107) 188 : cluster 0 pgmap v94: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:22.781 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[71075]: debug 2023-12-06T15:19:22.530+0000 7f9430f65700 -1 osd.1 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:19:22.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[65964]: audit 2023-12-06T15:19:21.541926+0000 mon.c (mon.1) 13 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[65964]: audit 2023-12-06T15:19:21.542341+0000 mon.a (mon.0) 285 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[65964]: audit 2023-12-06T15:19:21.924653+0000 mon.a (mon.0) 286 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[65964]: audit 2023-12-06T15:19:21.934500+0000 mon.a (mon.0) 287 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[64580]: audit 2023-12-06T15:19:21.541926+0000 mon.c (mon.1) 13 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[64580]: audit 2023-12-06T15:19:21.542341+0000 mon.a (mon.0) 285 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[64580]: audit 2023-12-06T15:19:21.924653+0000 mon.a (mon.0) 286 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:22.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:22 smithi029 bash[64580]: audit 2023-12-06T15:19:21.934500+0000 mon.a (mon.0) 287 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:22 smithi140 bash[51581]: audit 2023-12-06T15:19:21.541926+0000 mon.c (mon.1) 13 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:22 smithi140 bash[51581]: audit 2023-12-06T15:19:21.542341+0000 mon.a (mon.0) 285 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T15:19:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:22 smithi140 bash[51581]: audit 2023-12-06T15:19:21.924653+0000 mon.a (mon.0) 286 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:22.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:22 smithi140 bash[51581]: audit 2023-12-06T15:19:21.934500+0000 mon.a (mon.0) 287 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:22.415819+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:22.482315+0000 mon.a (mon.0) 288 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:22.483616+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:22.486540+0000 mon.c (mon.1) 14 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:22.487794+0000 mon.a (mon.0) 289 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:22.487940+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:22.488580+0000 mon.a (mon.0) 290 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:22.548152+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:22.735930+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:23.028955+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: audit 2023-12-06T15:19:23.038513+0000 mon.a (mon.0) 293 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.122673+0000 mon.a (mon.0) 294 : cluster 3 Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:22.415819+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:22.482315+0000 mon.a (mon.0) 288 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:22.483616+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:22.486540+0000 mon.c (mon.1) 14 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:22.487794+0000 mon.a (mon.0) 289 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:22.487940+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:22.488580+0000 mon.a (mon.0) 290 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:22.548152+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:22.735930+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:23.028955+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: audit 2023-12-06T15:19:23.038513+0000 mon.a (mon.0) 293 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:23 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.122673+0000 mon.a (mon.0) 294 : cluster 3 Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:23.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:22.415819+0000 mgr.y (mgr.34107) 189 : cluster 0 pgmap v95: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 85/630 objects degraded (13.492%) 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:22.482315+0000 mon.a (mon.0) 288 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:22.483616+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:22.486540+0000 mon.c (mon.1) 14 : audit 1 from='osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:22.487794+0000 mon.a (mon.0) 289 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:22.487940+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:22.488580+0000 mon.a (mon.0) 290 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:22.548152+0000 mon.a (mon.0) 291 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:22.735930+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e112 with expected crc 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:23.028955+0000 mon.a (mon.0) 292 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: audit 2023-12-06T15:19:23.038513+0000 mon.a (mon.0) 293 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:23.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:23 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.122673+0000 mon.a (mon.0) 294 : cluster 3 Health check update: Degraded data redundancy: 85/630 objects degraded (13.492%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:24.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.483254+0000 mon.a (mon.0) 295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:24.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.486969+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: audit 2023-12-06T15:19:23.490199+0000 mgr.y (mgr.34107) 190 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.491990+0000 mon.a (mon.0) 296 : cluster 1 osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521] boot 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.492092+0000 mon.a (mon.0) 297 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: audit 2023-12-06T15:19:23.494086+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.499511+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:23.500213+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.492115+0000 mon.a (mon.0) 299 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-06T15:19:24.986 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.483254+0000 mon.a (mon.0) 295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:24.986 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.486969+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.986 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: audit 2023-12-06T15:19:23.490199+0000 mgr.y (mgr.34107) 190 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.491990+0000 mon.a (mon.0) 296 : cluster 1 osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521] boot 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.492092+0000 mon.a (mon.0) 297 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: audit 2023-12-06T15:19:23.494086+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.499511+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:23.500213+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.987 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:24 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.492115+0000 mon.a (mon.0) 299 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-06T15:19:24.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.483254+0000 mon.a (mon.0) 295 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:24.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.486969+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.988 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: audit 2023-12-06T15:19:23.490199+0000 mgr.y (mgr.34107) 190 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.491990+0000 mon.a (mon.0) 296 : cluster 1 osd.1 [v2:172.21.15.29:6810/3081624521,v1:172.21.15.29:6811/3081624521] boot 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.492092+0000 mon.a (mon.0) 297 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: audit 2023-12-06T15:19:23.494086+0000 mon.a (mon.0) 298 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.499511+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:23.500213+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-06T15:19:24.989 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:24 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.492115+0000 mon.a (mon.0) 299 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-06T15:19:25.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.416839+0000 mgr.y (mgr.34107) 191 : cluster 0 pgmap v98: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 85/630 objects degraded (13.492%) 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.492629+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.492718+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.492931+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.494986+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.496067+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.497065+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.498614+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.498720+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.504884+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:25.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:25 smithi140 bash[51581]: cluster 2023-12-06T15:19:24.504994+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.416839+0000 mgr.y (mgr.34107) 191 : cluster 0 pgmap v98: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 85/630 objects degraded (13.492%) 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.492629+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.492718+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.492931+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.494986+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.496067+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.497065+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.498614+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.498720+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.504884+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[65964]: cluster 2023-12-06T15:19:24.504994+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.416839+0000 mgr.y (mgr.34107) 191 : cluster 0 pgmap v98: 161 pgs: 21 active+undersized+degraded, 42 active+undersized, 98 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 85/630 objects degraded (13.492%) 2023-12-06T15:19:26.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.492629+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.492718+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.492931+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.494986+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.496067+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.497065+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.498614+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.498720+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.504884+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:26.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:25 smithi029 bash[64580]: cluster 2023-12-06T15:19:24.504994+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e114 with expected crc 2023-12-06T15:19:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:27 smithi140 bash[51581]: cluster 2023-12-06T15:19:26.417980+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v100: 161 pgs: 20 active+undersized+degraded, 37 active+undersized, 104 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:27 smithi029 bash[64580]: cluster 2023-12-06T15:19:26.417980+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v100: 161 pgs: 20 active+undersized+degraded, 37 active+undersized, 104 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:28.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:27 smithi029 bash[65964]: cluster 2023-12-06T15:19:26.417980+0000 mgr.y (mgr.34107) 192 : cluster 0 pgmap v100: 161 pgs: 20 active+undersized+degraded, 37 active+undersized, 104 active+clean; 585 KiB data, 136 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 79/630 objects degraded (12.540%) 2023-12-06T15:19:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:28 smithi140 bash[51581]: cluster 2023-12-06T15:19:28.124286+0000 mon.a (mon.0) 300 : cluster 3 Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:28 smithi029 bash[64580]: cluster 2023-12-06T15:19:28.124286+0000 mon.a (mon.0) 300 : cluster 3 Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:29.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:28 smithi029 bash[65964]: cluster 2023-12-06T15:19:28.124286+0000 mon.a (mon.0) 300 : cluster 3 Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:29.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:29] "GET /metrics HTTP/1.1" 200 38329 "" "Prometheus/2.33.4" 2023-12-06T15:19:29.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:29 smithi140 bash[51581]: cluster 2023-12-06T15:19:28.419536+0000 mgr.y (mgr.34107) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:19:29.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:29 smithi140 bash[51581]: cluster 2023-12-06T15:19:29.127420+0000 mon.a (mon.0) 301 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded) 2023-12-06T15:19:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:29 smithi140 bash[51581]: cluster 2023-12-06T15:19:29.127493+0000 mon.a (mon.0) 302 : cluster 1 Cluster is now healthy 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[64580]: cluster 2023-12-06T15:19:28.419536+0000 mgr.y (mgr.34107) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[64580]: cluster 2023-12-06T15:19:29.127420+0000 mon.a (mon.0) 301 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded) 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[64580]: cluster 2023-12-06T15:19:29.127493+0000 mon.a (mon.0) 302 : cluster 1 Cluster is now healthy 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[65964]: cluster 2023-12-06T15:19:28.419536+0000 mgr.y (mgr.34107) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[65964]: cluster 2023-12-06T15:19:29.127420+0000 mon.a (mon.0) 301 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded) 2023-12-06T15:19:29.992 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:29 smithi029 bash[65964]: cluster 2023-12-06T15:19:29.127493+0000 mon.a (mon.0) 302 : cluster 1 Cluster is now healthy 2023-12-06T15:19:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:31 smithi140 bash[51581]: cluster 2023-12-06T15:19:30.420459+0000 mgr.y (mgr.34107) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:19:32.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:31 smithi029 bash[65964]: cluster 2023-12-06T15:19:30.420459+0000 mgr.y (mgr.34107) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:19:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:31 smithi029 bash[64580]: cluster 2023-12-06T15:19:30.420459+0000 mgr.y (mgr.34107) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:19:33.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[64580]: cluster 2023-12-06T15:19:32.421198+0000 mgr.y (mgr.34107) 195 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[64580]: audit 2023-12-06T15:19:32.448287+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[64580]: audit 2023-12-06T15:19:32.450486+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[64580]: audit 2023-12-06T15:19:32.565430+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[65964]: cluster 2023-12-06T15:19:32.421198+0000 mgr.y (mgr.34107) 195 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[65964]: audit 2023-12-06T15:19:32.448287+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[65964]: audit 2023-12-06T15:19:32.450486+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:33.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:33 smithi029 bash[65964]: audit 2023-12-06T15:19:32.565430+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:33 smithi140 bash[51581]: cluster 2023-12-06T15:19:32.421198+0000 mgr.y (mgr.34107) 195 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2023-12-06T15:19:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:33 smithi140 bash[51581]: audit 2023-12-06T15:19:32.448287+0000 mon.a (mon.0) 303 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:33 smithi140 bash[51581]: audit 2023-12-06T15:19:32.450486+0000 mon.a (mon.0) 304 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:33 smithi140 bash[51581]: audit 2023-12-06T15:19:32.565430+0000 mon.a (mon.0) 305 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.499519+0000 mgr.y (mgr.34107) 196 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.907524+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.918295+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.920830+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.922688+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:33.932589+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:34.022765+0000 mon.a (mon.0) 311 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:34.025779+0000 mon.a (mon.0) 312 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:34.028342+0000 mon.a (mon.0) 313 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:34.030281+0000 mon.a (mon.0) 314 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[64580]: audit 2023-12-06T15:19:34.032645+0000 mon.a (mon.0) 315 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.499519+0000 mgr.y (mgr.34107) 196 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.907524+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.918295+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.920830+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.922688+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:33.932589+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:34.022765+0000 mon.a (mon.0) 311 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:34.025779+0000 mon.a (mon.0) 312 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:34.028342+0000 mon.a (mon.0) 313 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:34.030281+0000 mon.a (mon.0) 314 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:34 smithi029 bash[65964]: audit 2023-12-06T15:19:34.032645+0000 mon.a (mon.0) 315 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.499519+0000 mgr.y (mgr.34107) 196 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.907524+0000 mon.a (mon.0) 306 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.918295+0000 mon.a (mon.0) 307 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.920830+0000 mon.a (mon.0) 308 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.922688+0000 mon.a (mon.0) 309 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:33.932589+0000 mon.a (mon.0) 310 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:34.022765+0000 mon.a (mon.0) 311 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:34.025779+0000 mon.a (mon.0) 312 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:34.028342+0000 mon.a (mon.0) 313 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:34.030281+0000 mon.a (mon.0) 314 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:34.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:34 smithi140 bash[51581]: audit 2023-12-06T15:19:34.032645+0000 mon.a (mon.0) 315 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[65964]: audit 2023-12-06T15:19:34.032974+0000 mgr.y (mgr.34107) 197 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[65964]: cephadm 2023-12-06T15:19:34.035260+0000 mgr.y (mgr.34107) 198 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[65964]: cluster 2023-12-06T15:19:34.423411+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[64580]: audit 2023-12-06T15:19:34.032974+0000 mgr.y (mgr.34107) 197 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[64580]: cephadm 2023-12-06T15:19:34.035260+0000 mgr.y (mgr.34107) 198 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:19:35.714 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:35 smithi029 bash[64580]: cluster 2023-12-06T15:19:34.423411+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:19:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:35 smithi140 bash[51581]: audit 2023-12-06T15:19:34.032974+0000 mgr.y (mgr.34107) 197 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-06T15:19:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:35 smithi140 bash[51581]: cephadm 2023-12-06T15:19:34.035260+0000 mgr.y (mgr.34107) 198 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-06T15:19:35.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:35 smithi140 bash[51581]: cluster 2023-12-06T15:19:34.423411+0000 mgr.y (mgr.34107) 199 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: cluster 2023-12-06T15:19:36.424392+0000 mgr.y (mgr.34107) 200 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: cephadm 2023-12-06T15:19:36.656008+0000 mgr.y (mgr.34107) 201 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: audit 2023-12-06T15:19:36.663955+0000 mon.a (mon.0) 316 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: audit 2023-12-06T15:19:36.668663+0000 mon.a (mon.0) 317 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: audit 2023-12-06T15:19:36.670056+0000 mon.a (mon.0) 318 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[64580]: cephadm 2023-12-06T15:19:36.675713+0000 mgr.y (mgr.34107) 202 : cephadm 1 Deploying daemon osd.2 on smithi029 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: cluster 2023-12-06T15:19:36.424392+0000 mgr.y (mgr.34107) 200 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: cephadm 2023-12-06T15:19:36.656008+0000 mgr.y (mgr.34107) 201 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:19:38.011 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: audit 2023-12-06T15:19:36.663955+0000 mon.a (mon.0) 316 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:38.012 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: audit 2023-12-06T15:19:36.668663+0000 mon.a (mon.0) 317 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:19:38.012 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: audit 2023-12-06T15:19:36.670056+0000 mon.a (mon.0) 318 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:38.012 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:37 smithi029 bash[65964]: cephadm 2023-12-06T15:19:36.675713+0000 mgr.y (mgr.34107) 202 : cephadm 1 Deploying daemon osd.2 on smithi029 2023-12-06T15:19:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: cluster 2023-12-06T15:19:36.424392+0000 mgr.y (mgr.34107) 200 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2023-12-06T15:19:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: cephadm 2023-12-06T15:19:36.656008+0000 mgr.y (mgr.34107) 201 : cephadm 1 Upgrade: Updating osd.2 2023-12-06T15:19:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: audit 2023-12-06T15:19:36.663955+0000 mon.a (mon.0) 316 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: audit 2023-12-06T15:19:36.668663+0000 mon.a (mon.0) 317 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T15:19:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: audit 2023-12-06T15:19:36.670056+0000 mon.a (mon.0) 318 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:19:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:37 smithi140 bash[51581]: cephadm 2023-12-06T15:19:36.675713+0000 mgr.y (mgr.34107) 202 : cephadm 1 Deploying daemon osd.2 on smithi029 2023-12-06T15:19:39.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:39 smithi029 bash[64580]: cluster 2023-12-06T15:19:38.425983+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:19:39.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:39] "GET /metrics HTTP/1.1" 200 38329 "" "Prometheus/2.33.4" 2023-12-06T15:19:39.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:39 smithi029 bash[65964]: cluster 2023-12-06T15:19:38.425983+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:19:39.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:39 smithi140 bash[51581]: cluster 2023-12-06T15:19:38.425983+0000 mgr.y (mgr.34107) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:19:41.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:41 smithi029 bash[64580]: cluster 2023-12-06T15:19:40.426877+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:41.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:41 smithi029 bash[65964]: cluster 2023-12-06T15:19:40.426877+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:41.785 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:41 smithi029 systemd[1]: Stopping Ceph osd.2 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:19:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:41 smithi140 bash[51581]: cluster 2023-12-06T15:19:40.426877+0000 mgr.y (mgr.34107) 204 : cluster 0 pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:42.281 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:41 smithi029 bash[39544]: debug 2023-12-06T15:19:41.794+0000 7f182f10e700 -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-06T15:19:42.281 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:41 smithi029 bash[39544]: debug 2023-12-06T15:19:41.794+0000 7f182f10e700 -1 osd.2 114 *** Got signal Terminated *** 2023-12-06T15:19:42.281 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:41 smithi029 bash[39544]: debug 2023-12-06T15:19:41.794+0000 7f182f10e700 -1 osd.2 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:19:42.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:42 smithi029 bash[64580]: cluster 2023-12-06T15:19:41.797452+0000 mon.a (mon.0) 319 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:19:42.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:42 smithi029 bash[65964]: cluster 2023-12-06T15:19:41.797452+0000 mon.a (mon.0) 319 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:19:42.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:42 smithi140 bash[51581]: cluster 2023-12-06T15:19:41.797452+0000 mon.a (mon.0) 319 : cluster 1 osd.2 marked itself down and dead 2023-12-06T15:19:43.781 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[72611]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.427659+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.486104+0000 mon.a (mon.0) 320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.497620+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.498834+0000 mon.a (mon.0) 321 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.498859+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.502386+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.506791+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[65964]: cluster 2023-12-06T15:19:42.511937+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.427659+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:43.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.486104+0000 mon.a (mon.0) 320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:43.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.497620+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.498834+0000 mon.a (mon.0) 321 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:19:43.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.498859+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.502386+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.506791+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.784 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[64580]: cluster 2023-12-06T15:19:42.511937+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.427659+0000 mgr.y (mgr.34107) 205 : cluster 0 pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.486104+0000 mon.a (mon.0) 320 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.497620+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.498834+0000 mon.a (mon.0) 321 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.498859+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.502386+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.506791+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:43.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:43 smithi140 bash[51581]: cluster 2023-12-06T15:19:42.511937+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-06T15:19:44.281 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:43 smithi029 bash[72697]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.506656+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: audit 2023-12-06T15:19:43.507502+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.509908+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.510344+0000 mon.a (mon.0) 322 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.514445+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.514615+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.515000+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.515053+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[64580]: cluster 2023-12-06T15:19:43.517877+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.506656+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: audit 2023-12-06T15:19:43.507502+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.509908+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.510344+0000 mon.a (mon.0) 322 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.514445+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.514615+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.515000+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.515053+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:44 smithi029 bash[65964]: cluster 2023-12-06T15:19:43.517877+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.506656+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: audit 2023-12-06T15:19:43.507502+0000 mgr.y (mgr.34107) 206 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.509908+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.510344+0000 mon.a (mon.0) 322 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.514445+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.514615+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.515000+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.515053+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:44.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:44 smithi140 bash[51581]: cluster 2023-12-06T15:19:43.517877+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-06T15:19:45.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:45 smithi029 bash[64580]: cluster 2023-12-06T15:19:44.428590+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v111: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:19:45.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:45 smithi029 bash[64580]: cluster 2023-12-06T15:19:44.505548+0000 mon.a (mon.0) 323 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-06T15:19:45.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:45 smithi029 bash[65964]: cluster 2023-12-06T15:19:44.428590+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v111: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:19:45.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:45 smithi029 bash[65964]: cluster 2023-12-06T15:19:44.505548+0000 mon.a (mon.0) 323 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-06T15:19:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:45 smithi140 bash[51581]: cluster 2023-12-06T15:19:44.428590+0000 mgr.y (mgr.34107) 207 : cluster 0 pgmap v111: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:19:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:45 smithi140 bash[51581]: cluster 2023-12-06T15:19:44.505548+0000 mon.a (mon.0) 323 : cluster 3 Health check failed: Reduced data availability: 7 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2023-12-06T15:19:46.322 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:46 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.2.service: Succeeded. 2023-12-06T15:19:46.322 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:46 smithi029 systemd[1]: Stopped Ceph osd.2 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:19:46.781 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:46 smithi029 systemd[1]: Started Ceph osd.2 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:19:47.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:47 smithi140 bash[51581]: audit 2023-12-06T15:19:46.367227+0000 mon.a (mon.0) 324 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:47 smithi140 bash[51581]: audit 2023-12-06T15:19:46.373774+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:47 smithi140 bash[51581]: cluster 2023-12-06T15:19:46.429696+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v112: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T15:19:47.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[64580]: audit 2023-12-06T15:19:46.367227+0000 mon.a (mon.0) 324 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[64580]: audit 2023-12-06T15:19:46.373774+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[64580]: cluster 2023-12-06T15:19:46.429696+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v112: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T15:19:47.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[65964]: audit 2023-12-06T15:19:46.367227+0000 mon.a (mon.0) 324 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[65964]: audit 2023-12-06T15:19:46.373774+0000 mon.a (mon.0) 325 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:47.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[65964]: cluster 2023-12-06T15:19:46.429696+0000 mgr.y (mgr.34107) 208 : cluster 0 pgmap v112: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 5/630 objects degraded (0.794%) 2023-12-06T15:19:48.255 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T15:19:48.255 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: 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-06T15:19:48.255 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T15:19:48.255 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T15:19:48.256 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-06T15:19:48.256 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-06T15:19:48.256 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:47 smithi029 bash[72863]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-06T15:19:48.522 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:19:48.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[64580]: cluster 2023-12-06T15:19:47.372948+0000 mon.a (mon.0) 326 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:19:48.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[64580]: audit 2023-12-06T15:19:47.448320+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:48.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[64580]: audit 2023-12-06T15:19:47.450709+0000 mon.a (mon.0) 328 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:48.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[65964]: cluster 2023-12-06T15:19:47.372948+0000 mon.a (mon.0) 326 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:19:48.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[65964]: audit 2023-12-06T15:19:47.448320+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:48.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:48 smithi029 bash[65964]: audit 2023-12-06T15:19:47.450709+0000 mon.a (mon.0) 328 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:48 smithi140 bash[51581]: cluster 2023-12-06T15:19:47.372948+0000 mon.a (mon.0) 326 : cluster 3 Health check failed: Degraded data redundancy: 5/630 objects degraded (0.794%), 1 pg degraded (PG_DEGRADED) 2023-12-06T15:19:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:48 smithi140 bash[51581]: audit 2023-12-06T15:19:47.448320+0000 mon.a (mon.0) 327 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:48 smithi140 bash[51581]: audit 2023-12-06T15:19:47.450709+0000 mon.a (mon.0) 328 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (5m) 27s ago 13m 15.9M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (4m) 2m ago 12m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (4m) 27s ago 10m 47.4M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (3m) 2m ago 19m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (4m) 27s ago 21m 488M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (3m) 27s ago 21m 50.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:19:49.311 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (2m) 2m ago 19m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (2m) 27s ago 19m 44.9M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (5m) 27s ago 13m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (5m) 2m ago 13m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (64s) 27s ago 18m 49.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (32s) 27s ago 18m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 starting - - - 2782M 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (16m) 27s ago 16m 63.4M 2782M 17.2.0 e1d6a67b021e 108970933ada 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (16m) 2m ago 16m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (15m) 2m ago 15m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (15m) 2m ago 15m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (14m) 2m ago 14m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (3m) 2m ago 13m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (11m) 27s ago 11m 88.0M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (11m) 2m ago 11m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (10m) 27s ago 10m 88.0M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:19:49.312 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (10m) 2m ago 10m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:19:49.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:49] "GET /metrics HTTP/1.1" 200 38401 "" "Prometheus/2.33.4" 2023-12-06T15:19:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[64580]: cluster 2023-12-06T15:19:48.431446+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v113: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:49.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[64580]: audit 2023-12-06T15:19:48.502524+0000 mgr.y (mgr.34107) 210 : audit 0 from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[65964]: cluster 2023-12-06T15:19:48.431446+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v113: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:49.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[65964]: audit 2023-12-06T15:19:48.502524+0000 mgr.y (mgr.34107) 210 : audit 0 from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:49.775 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:19:49.776 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:19:49.777 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-06T15:19:49.777 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T15:19:49.777 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:19:49.777 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:19:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:49 smithi140 bash[51581]: cluster 2023-12-06T15:19:48.431446+0000 mgr.y (mgr.34107) 209 : cluster 0 pgmap v113: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:49 smithi140 bash[51581]: audit 2023-12-06T15:19:48.502524+0000 mgr.y (mgr.34107) 210 : audit 0 from='client.34365 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "7/23 daemons upgraded", 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:19:50.177 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:19:50.281 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:49 smithi029 bash[73192]: debug 2023-12-06T15:19:49.906+0000 7f98e5892700 1 -- 172.21.15.29:0/3594309899 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f5870f31e0 con 0x55f587179000 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 58/630 objects degraded (9.206%), 15 pgs degraded 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: osd.2 (root=default,host=smithi029) is down 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 58/630 objects degraded (9.206%), 15 pgs degraded 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.17 is active+undersized+degraded, acting [6,5] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.1c is active+undersized+degraded, acting [7,5] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2023-12-06T15:19:50.642 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.d is active+undersized+degraded, acting [4,1] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-06T15:19:50.643 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1c is active+undersized+degraded, acting [4,3] 2023-12-06T15:19:50.781 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[73192]: debug 2023-12-06T15:19:50.446+0000 7f98eea18640 -1 Falling back to public interface 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[65964]: audit 2023-12-06T15:19:48.899577+0000 mgr.y (mgr.34107) 211 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[65964]: audit 2023-12-06T15:19:49.285342+0000 mgr.y (mgr.34107) 212 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[65964]: cluster 2023-12-06T15:19:49.368765+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[65964]: audit 2023-12-06T15:19:49.771870+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.29:0/881301090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[64580]: audit 2023-12-06T15:19:48.899577+0000 mgr.y (mgr.34107) 211 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[64580]: audit 2023-12-06T15:19:49.285342+0000 mgr.y (mgr.34107) 212 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[64580]: cluster 2023-12-06T15:19:49.368765+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2023-12-06T15:19:50.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:50 smithi029 bash[64580]: audit 2023-12-06T15:19:49.771870+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.29:0/881301090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:50.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:50 smithi140 bash[51581]: audit 2023-12-06T15:19:48.899577+0000 mgr.y (mgr.34107) 211 : audit 0 from='client.44299 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:50 smithi140 bash[51581]: audit 2023-12-06T15:19:49.285342+0000 mgr.y (mgr.34107) 212 : audit 0 from='client.44305 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:50.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:50 smithi140 bash[51581]: cluster 2023-12-06T15:19:49.368765+0000 mon.a (mon.0) 329 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 8 pgs peering) 2023-12-06T15:19:50.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:50 smithi140 bash[51581]: audit 2023-12-06T15:19:49.771870+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.29:0/881301090' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:19:51.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[65964]: audit 2023-12-06T15:19:50.172696+0000 mgr.y (mgr.34107) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:51.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[65964]: cluster 2023-12-06T15:19:50.432604+0000 mgr.y (mgr.34107) 214 : cluster 0 pgmap v114: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:51.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[65964]: audit 2023-12-06T15:19:50.638586+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.29:0/800121111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:51.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[64580]: audit 2023-12-06T15:19:50.172696+0000 mgr.y (mgr.34107) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:51.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[64580]: cluster 2023-12-06T15:19:50.432604+0000 mgr.y (mgr.34107) 214 : cluster 0 pgmap v114: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:51.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:51 smithi029 bash[64580]: audit 2023-12-06T15:19:50.638586+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.29:0/800121111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:51 smithi140 bash[51581]: audit 2023-12-06T15:19:50.172696+0000 mgr.y (mgr.34107) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:19:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:51 smithi140 bash[51581]: cluster 2023-12-06T15:19:50.432604+0000 mgr.y (mgr.34107) 214 : cluster 0 pgmap v114: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:51.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:51 smithi140 bash[51581]: audit 2023-12-06T15:19:50.638586+0000 mon.c (mon.1) 16 : audit 0 from='client.? 172.21.15.29:0/800121111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:19:53.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[65964]: cluster 2023-12-06T15:19:52.433570+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:53.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[65964]: cluster 2023-12-06T15:19:53.134224+0000 mon.a (mon.0) 330 : cluster 3 Health check update: Degraded data redundancy: 58/630 objects degraded (9.206%), 15 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[64580]: cluster 2023-12-06T15:19:52.433570+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:53.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[64580]: cluster 2023-12-06T15:19:53.134224+0000 mon.a (mon.0) 330 : cluster 3 Health check update: Degraded data redundancy: 58/630 objects degraded (9.206%), 15 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:53.782 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[73192]: debug 2023-12-06T15:19:53.466+0000 7f98eea18640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-06T15:19:53.782 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:53 smithi029 bash[73192]: debug 2023-12-06T15:19:53.526+0000 7f98eea18640 -1 osd.2 114 log_to_monitors true 2023-12-06T15:19:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:53 smithi140 bash[51581]: cluster 2023-12-06T15:19:52.433570+0000 mgr.y (mgr.34107) 215 : cluster 0 pgmap v115: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 58/630 objects degraded (9.206%) 2023-12-06T15:19:53.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:53 smithi140 bash[51581]: cluster 2023-12-06T15:19:53.134224+0000 mon.a (mon.0) 330 : cluster 3 Health check update: Degraded data redundancy: 58/630 objects degraded (9.206%), 15 pgs degraded (PG_DEGRADED) 2023-12-06T15:19:54.781 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[73192]: debug 2023-12-06T15:19:54.550+0000 7f98dc682700 -1 osd.2 114 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[64580]: audit 2023-12-06T15:19:53.518418+0000 mgr.y (mgr.34107) 216 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[64580]: audit 2023-12-06T15:19:53.534298+0000 mon.c (mon.1) 17 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[64580]: audit 2023-12-06T15:19:53.535003+0000 mon.a (mon.0) 331 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[64580]: audit 2023-12-06T15:19:54.032171+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[64580]: audit 2023-12-06T15:19:54.043071+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[65964]: audit 2023-12-06T15:19:53.518418+0000 mgr.y (mgr.34107) 216 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[65964]: audit 2023-12-06T15:19:53.534298+0000 mon.c (mon.1) 17 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[65964]: audit 2023-12-06T15:19:53.535003+0000 mon.a (mon.0) 331 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[65964]: audit 2023-12-06T15:19:54.032171+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:54.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:54 smithi029 bash[65964]: audit 2023-12-06T15:19:54.043071+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:54 smithi140 bash[51581]: audit 2023-12-06T15:19:53.518418+0000 mgr.y (mgr.34107) 216 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:19:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:54 smithi140 bash[51581]: audit 2023-12-06T15:19:53.534298+0000 mon.c (mon.1) 17 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:54 smithi140 bash[51581]: audit 2023-12-06T15:19:53.535003+0000 mon.a (mon.0) 331 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T15:19:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:54 smithi140 bash[51581]: audit 2023-12-06T15:19:54.032171+0000 mon.a (mon.0) 332 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:54.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:54 smithi140 bash[51581]: audit 2023-12-06T15:19:54.043071+0000 mon.a (mon.0) 333 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.435544+0000 mgr.y (mgr.34107) 217 : cluster 0 pgmap v116: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:55.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: audit 2023-12-06T15:19:54.498828+0000 mon.a (mon.0) 334 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:19:55.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.501975+0000 mon.a (mon.0) 335 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T15:19:55.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.503887+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: audit 2023-12-06T15:19:54.505762+0000 mon.c (mon.1) 18 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: audit 2023-12-06T15:19:54.506882+0000 mon.a (mon.0) 336 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.650823+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.654341+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.654598+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: audit 2023-12-06T15:19:55.092921+0000 mon.a (mon.0) 337 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[64580]: audit 2023-12-06T15:19:55.103578+0000 mon.a (mon.0) 338 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.435544+0000 mgr.y (mgr.34107) 217 : cluster 0 pgmap v116: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:55.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: audit 2023-12-06T15:19:54.498828+0000 mon.a (mon.0) 334 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.501975+0000 mon.a (mon.0) 335 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.503887+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: audit 2023-12-06T15:19:54.505762+0000 mon.c (mon.1) 18 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: audit 2023-12-06T15:19:54.506882+0000 mon.a (mon.0) 336 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.650823+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.654341+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.654598+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: audit 2023-12-06T15:19:55.092921+0000 mon.a (mon.0) 337 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.784 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:55 smithi029 bash[65964]: audit 2023-12-06T15:19:55.103578+0000 mon.a (mon.0) 338 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.435544+0000 mgr.y (mgr.34107) 217 : cluster 0 pgmap v116: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 137 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: audit 2023-12-06T15:19:54.498828+0000 mon.a (mon.0) 334 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.501975+0000 mon.a (mon.0) 335 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.503887+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: audit 2023-12-06T15:19:54.505762+0000 mon.c (mon.1) 18 : audit 1 from='osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: audit 2023-12-06T15:19:54.506882+0000 mon.a (mon.0) 336 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.650823+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.654341+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.654598+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: audit 2023-12-06T15:19:55.092921+0000 mon.a (mon.0) 337 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:55.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:55 smithi140 bash[51581]: audit 2023-12-06T15:19:55.103578+0000 mon.a (mon.0) 338 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:54.654578+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.499303+0000 mon.a (mon.0) 339 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.504247+0000 mon.a (mon.0) 340 : cluster 1 osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098] boot 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.504307+0000 mon.a (mon.0) 341 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: audit 2023-12-06T15:19:55.505088+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.506444+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.508121+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.514536+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[64580]: cluster 2023-12-06T15:19:55.516497+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:54.654578+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.499303+0000 mon.a (mon.0) 339 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.504247+0000 mon.a (mon.0) 340 : cluster 1 osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098] boot 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.504307+0000 mon.a (mon.0) 341 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: audit 2023-12-06T15:19:55.505088+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.506444+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.508121+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.514536+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:56 smithi029 bash[65964]: cluster 2023-12-06T15:19:55.516497+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:54.654578+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e117 with expected crc 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.499303+0000 mon.a (mon.0) 339 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.504247+0000 mon.a (mon.0) 340 : cluster 1 osd.2 [v2:172.21.15.29:6818/2604913098,v1:172.21.15.29:6819/2604913098] boot 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.504307+0000 mon.a (mon.0) 341 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: audit 2023-12-06T15:19:55.505088+0000 mon.a (mon.0) 342 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.506444+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.508121+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.514536+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:56.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:56 smithi140 bash[51581]: cluster 2023-12-06T15:19:55.516497+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e118 with expected crc 2023-12-06T15:19:57.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.436465+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v119: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.529705+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.532080+0000 mon.a (mon.0) 343 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.532915+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.533720+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.536244+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.537142+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.537308+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.537356+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:57.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:57 smithi140 bash[51581]: cluster 2023-12-06T15:19:56.541174+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.436465+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v119: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.529705+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.532080+0000 mon.a (mon.0) 343 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.532915+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.533720+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.536244+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.537142+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.537308+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.537356+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[64580]: cluster 2023-12-06T15:19:56.541174+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.436465+0000 mgr.y (mgr.34107) 218 : cluster 0 pgmap v119: 161 pgs: 15 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 58/630 objects degraded (9.206%) 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.529705+0000 osd.3 (osd.3) 23 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.532080+0000 mon.a (mon.0) 343 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.532915+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.533720+0000 osd.3 (osd.3) 24 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.536244+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.537142+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.537308+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.537356+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:58.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:57 smithi029 bash[65964]: cluster 2023-12-06T15:19:56.541174+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e119 with expected crc 2023-12-06T15:19:59.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:19:59 smithi029 bash[64580]: cluster 2023-12-06T15:19:58.438185+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v121: 161 pgs: 2 active+undersized+degraded, 16 active+undersized, 143 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:19:59.532 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:19:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:19:59] "GET /metrics HTTP/1.1" 200 38401 "" "Prometheus/2.33.4" 2023-12-06T15:19:59.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:19:59 smithi029 bash[65964]: cluster 2023-12-06T15:19:58.438185+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v121: 161 pgs: 2 active+undersized+degraded, 16 active+undersized, 143 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:19:59.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:19:59 smithi140 bash[51581]: cluster 2023-12-06T15:19:58.438185+0000 mgr.y (mgr.34107) 219 : cluster 0 pgmap v121: 161 pgs: 2 active+undersized+degraded, 16 active+undersized, 143 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 6/630 objects degraded (0.952%) 2023-12-06T15:20:00.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[64580]: cluster 2023-12-06T15:19:59.139207+0000 mon.a (mon.0) 344 : cluster 3 Health check update: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:00.000199+0000 mon.a (mon.0) 345 : cluster 3 Health detail: HEALTH_WARN Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:00.000276+0000 mon.a (mon.0) 346 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:00.000320+0000 mon.a (mon.0) 347 : cluster 3 pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:00.000355+0000 mon.a (mon.0) 348 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[65964]: cluster 2023-12-06T15:19:59.139207+0000 mon.a (mon.0) 344 : cluster 3 Health check update: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:00.000199+0000 mon.a (mon.0) 345 : cluster 3 Health detail: HEALTH_WARN Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:00.000276+0000 mon.a (mon.0) 346 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:00.000320+0000 mon.a (mon.0) 347 : cluster 3 pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-06T15:20:00.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:00.000355+0000 mon.a (mon.0) 348 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-06T15:20:00.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:00 smithi140 bash[51581]: cluster 2023-12-06T15:19:59.139207+0000 mon.a (mon.0) 344 : cluster 3 Health check update: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:00.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:00.000199+0000 mon.a (mon.0) 345 : cluster 3 Health detail: HEALTH_WARN Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:00.000276+0000 mon.a (mon.0) 346 : cluster 3 [WRN] PG_DEGRADED: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded 2023-12-06T15:20:00.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:00.000320+0000 mon.a (mon.0) 347 : cluster 3 pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-06T15:20:00.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:00.000355+0000 mon.a (mon.0) 348 : cluster 3 pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-06T15:20:01.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:01 smithi029 bash[64580]: cluster 2023-12-06T15:20:00.439284+0000 mgr.y (mgr.34107) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:01.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:01 smithi029 bash[65964]: cluster 2023-12-06T15:20:00.439284+0000 mgr.y (mgr.34107) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:01.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:01 smithi140 bash[51581]: cluster 2023-12-06T15:20:00.439284+0000 mgr.y (mgr.34107) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:02.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:02 smithi029 bash[64580]: cluster 2023-12-06T15:20:01.150073+0000 mon.a (mon.0) 349 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2023-12-06T15:20:02.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:02 smithi029 bash[64580]: cluster 2023-12-06T15:20:01.150141+0000 mon.a (mon.0) 350 : cluster 1 Cluster is now healthy 2023-12-06T15:20:02.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:02 smithi029 bash[65964]: cluster 2023-12-06T15:20:01.150073+0000 mon.a (mon.0) 349 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2023-12-06T15:20:02.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:02 smithi029 bash[65964]: cluster 2023-12-06T15:20:01.150141+0000 mon.a (mon.0) 350 : cluster 1 Cluster is now healthy 2023-12-06T15:20:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:02 smithi140 bash[51581]: cluster 2023-12-06T15:20:01.150073+0000 mon.a (mon.0) 349 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2023-12-06T15:20:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:02 smithi140 bash[51581]: cluster 2023-12-06T15:20:01.150141+0000 mon.a (mon.0) 350 : cluster 1 Cluster is now healthy 2023-12-06T15:20:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[65964]: cluster 2023-12-06T15:20:02.439971+0000 mgr.y (mgr.34107) 221 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2023-12-06T15:20:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[65964]: audit 2023-12-06T15:20:02.449164+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[65964]: audit 2023-12-06T15:20:02.451542+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[64580]: cluster 2023-12-06T15:20:02.439971+0000 mgr.y (mgr.34107) 221 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2023-12-06T15:20:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[64580]: audit 2023-12-06T15:20:02.449164+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:03 smithi029 bash[64580]: audit 2023-12-06T15:20:02.451542+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:03 smithi140 bash[51581]: cluster 2023-12-06T15:20:02.439971+0000 mgr.y (mgr.34107) 221 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 644 B/s rd, 0 op/s 2023-12-06T15:20:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:03 smithi140 bash[51581]: audit 2023-12-06T15:20:02.449164+0000 mon.a (mon.0) 351 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:03 smithi140 bash[51581]: audit 2023-12-06T15:20:02.451542+0000 mon.a (mon.0) 352 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:04 smithi029 bash[64580]: audit 2023-12-06T15:20:03.527653+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:04.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:04 smithi029 bash[65964]: audit 2023-12-06T15:20:03.527653+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:04 smithi140 bash[51581]: audit 2023-12-06T15:20:03.527653+0000 mgr.y (mgr.34107) 222 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:05 smithi029 bash[65964]: cluster 2023-12-06T15:20:04.441515+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:20:05.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:05 smithi029 bash[64580]: cluster 2023-12-06T15:20:04.441515+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:20:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:05 smithi140 bash[51581]: cluster 2023-12-06T15:20:04.441515+0000 mgr.y (mgr.34107) 223 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.656233+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.666150+0000 mon.a (mon.0) 354 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.668235+0000 mon.a (mon.0) 355 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.669734+0000 mon.a (mon.0) 356 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.677859+0000 mon.a (mon.0) 357 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.765271+0000 mon.a (mon.0) 358 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:07.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.769006+0000 mon.a (mon.0) 359 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.771936+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.774146+0000 mon.a (mon.0) 361 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.776838+0000 mon.a (mon.0) 362 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: audit 2023-12-06T15:20:05.777266+0000 mgr.y (mgr.34107) 224 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[65964]: cephadm 2023-12-06T15:20:05.779590+0000 mgr.y (mgr.34107) 225 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.656233+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.666150+0000 mon.a (mon.0) 354 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.668235+0000 mon.a (mon.0) 355 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.669734+0000 mon.a (mon.0) 356 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.677859+0000 mon.a (mon.0) 357 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.765271+0000 mon.a (mon.0) 358 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.769006+0000 mon.a (mon.0) 359 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.771936+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.774146+0000 mon.a (mon.0) 361 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.776838+0000 mon.a (mon.0) 362 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: audit 2023-12-06T15:20:05.777266+0000 mgr.y (mgr.34107) 224 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:06 smithi029 bash[64580]: cephadm 2023-12-06T15:20:05.779590+0000 mgr.y (mgr.34107) 225 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.656233+0000 mon.a (mon.0) 353 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.666150+0000 mon.a (mon.0) 354 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.668235+0000 mon.a (mon.0) 355 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.669734+0000 mon.a (mon.0) 356 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.677859+0000 mon.a (mon.0) 357 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.765271+0000 mon.a (mon.0) 358 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.769006+0000 mon.a (mon.0) 359 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.771936+0000 mon.a (mon.0) 360 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.774146+0000 mon.a (mon.0) 361 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:07.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.776838+0000 mon.a (mon.0) 362 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: audit 2023-12-06T15:20:05.777266+0000 mgr.y (mgr.34107) 224 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-06T15:20:07.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:06 smithi140 bash[51581]: cephadm 2023-12-06T15:20:05.779590+0000 mgr.y (mgr.34107) 225 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-06T15:20:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:07 smithi029 bash[64580]: cluster 2023-12-06T15:20:06.442576+0000 mgr.y (mgr.34107) 226 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:20:07.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:07 smithi029 bash[64580]: audit 2023-12-06T15:20:07.605092+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:07 smithi029 bash[65964]: cluster 2023-12-06T15:20:06.442576+0000 mgr.y (mgr.34107) 226 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:20:07.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:07 smithi029 bash[65964]: audit 2023-12-06T15:20:07.605092+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:07 smithi140 bash[51581]: cluster 2023-12-06T15:20:06.442576+0000 mgr.y (mgr.34107) 226 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:20:08.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:07 smithi140 bash[51581]: audit 2023-12-06T15:20:07.605092+0000 mon.a (mon.0) 363 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:09.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:09] "GET /metrics HTTP/1.1" 200 38405 "" "Prometheus/2.33.4" 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: cephadm 2023-12-06T15:20:08.349955+0000 mgr.y (mgr.34107) 227 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: audit 2023-12-06T15:20:08.357611+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: audit 2023-12-06T15:20:08.363034+0000 mon.a (mon.0) 365 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: audit 2023-12-06T15:20:08.364347+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: cephadm 2023-12-06T15:20:08.368741+0000 mgr.y (mgr.34107) 228 : cephadm 1 Deploying daemon osd.3 on smithi029 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[64580]: cluster 2023-12-06T15:20:08.444169+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: cephadm 2023-12-06T15:20:08.349955+0000 mgr.y (mgr.34107) 227 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: audit 2023-12-06T15:20:08.357611+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: audit 2023-12-06T15:20:08.363034+0000 mon.a (mon.0) 365 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:20:09.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: audit 2023-12-06T15:20:08.364347+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:09.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: cephadm 2023-12-06T15:20:08.368741+0000 mgr.y (mgr.34107) 228 : cephadm 1 Deploying daemon osd.3 on smithi029 2023-12-06T15:20:09.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:09 smithi029 bash[65964]: cluster 2023-12-06T15:20:08.444169+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:20:09.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: cephadm 2023-12-06T15:20:08.349955+0000 mgr.y (mgr.34107) 227 : cephadm 1 Upgrade: Updating osd.3 2023-12-06T15:20:09.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: audit 2023-12-06T15:20:08.357611+0000 mon.a (mon.0) 364 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:09.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: audit 2023-12-06T15:20:08.363034+0000 mon.a (mon.0) 365 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T15:20:09.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: audit 2023-12-06T15:20:08.364347+0000 mon.a (mon.0) 366 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:09.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: cephadm 2023-12-06T15:20:08.368741+0000 mgr.y (mgr.34107) 228 : cephadm 1 Deploying daemon osd.3 on smithi029 2023-12-06T15:20:09.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:09 smithi140 bash[51581]: cluster 2023-12-06T15:20:08.444169+0000 mgr.y (mgr.34107) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:20:11.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:11 smithi029 bash[64580]: cluster 2023-12-06T15:20:10.445131+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:11.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:11 smithi029 bash[65964]: cluster 2023-12-06T15:20:10.445131+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:11 smithi140 bash[51581]: cluster 2023-12-06T15:20:10.445131+0000 mgr.y (mgr.34107) 230 : cluster 0 pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:13.541 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:13 smithi029 bash[65964]: cluster 2023-12-06T15:20:12.445890+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:13.542 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:13 smithi029 bash[64580]: cluster 2023-12-06T15:20:12.445890+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:13.542 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:13 smithi029 systemd[1]: Stopping Ceph osd.3 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:20:13.542 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:13 smithi029 bash[42722]: debug 2023-12-06T15:20:13.505+0000 7f1d92f9d700 -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-06T15:20:13.542 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:13 smithi029 bash[42722]: debug 2023-12-06T15:20:13.505+0000 7f1d92f9d700 -1 osd.3 119 *** Got signal Terminated *** 2023-12-06T15:20:13.542 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:13 smithi029 bash[42722]: debug 2023-12-06T15:20:13.505+0000 7f1d92f9d700 -1 osd.3 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:20:13.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:13 smithi140 bash[51581]: cluster 2023-12-06T15:20:12.445890+0000 mgr.y (mgr.34107) 231 : cluster 0 pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:14.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:14 smithi029 bash[64580]: cluster 2023-12-06T15:20:13.511332+0000 mon.a (mon.0) 367 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:20:14.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:14 smithi029 bash[64580]: audit 2023-12-06T15:20:13.536021+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:14.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:14 smithi029 bash[65964]: cluster 2023-12-06T15:20:13.511332+0000 mon.a (mon.0) 367 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:20:14.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:14 smithi029 bash[65964]: audit 2023-12-06T15:20:13.536021+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:14.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:14 smithi140 bash[51581]: cluster 2023-12-06T15:20:13.511332+0000 mon.a (mon.0) 367 : cluster 1 osd.3 marked itself down and dead 2023-12-06T15:20:14.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:14 smithi140 bash[51581]: audit 2023-12-06T15:20:13.536021+0000 mgr.y (mgr.34107) 232 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:15.781 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[74809]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.447472+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.508223+0000 mon.a (mon.0) 368 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.521124+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.523868+0000 mon.a (mon.0) 369 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.524778+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.528310+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.529557+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.529884+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[65964]: cluster 2023-12-06T15:20:14.529891+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.447472+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.508223+0000 mon.a (mon.0) 368 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.521124+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.523868+0000 mon.a (mon.0) 369 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.524778+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.528310+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.529557+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.529884+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.783 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[64580]: cluster 2023-12-06T15:20:14.529891+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.447472+0000 mgr.y (mgr.34107) 233 : cluster 0 pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.508223+0000 mon.a (mon.0) 368 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.521124+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.523868+0000 mon.a (mon.0) 369 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.524778+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.528310+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.529557+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.529884+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:15.876 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:15 smithi140 bash[51581]: cluster 2023-12-06T15:20:14.529891+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e120 with expected crc 2023-12-06T15:20:16.282 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:15 smithi029 bash[74909]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:20:16.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.531596+0000 mon.a (mon.0) 370 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.532176+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.532576+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.536278+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.536625+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.536836+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.536908+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:16.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:16 smithi140 bash[51581]: cluster 2023-12-06T15:20:15.542521+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.531596+0000 mon.a (mon.0) 370 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.532176+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.532576+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.536278+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.536625+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.536836+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.536908+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[65964]: cluster 2023-12-06T15:20:15.542521+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.531596+0000 mon.a (mon.0) 370 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.532176+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.532576+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.536278+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.536625+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.536836+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.536908+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:16 smithi029 bash[64580]: cluster 2023-12-06T15:20:15.542521+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-06T15:20:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:17 smithi140 bash[51581]: cluster 2023-12-06T15:20:16.448337+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v132: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:20:17.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:17 smithi140 bash[51581]: cluster 2023-12-06T15:20:16.527287+0000 mon.a (mon.0) 371 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:17.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:17 smithi140 bash[51581]: audit 2023-12-06T15:20:17.448851+0000 mon.a (mon.0) 372 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:17.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:17 smithi140 bash[51581]: audit 2023-12-06T15:20:17.450805+0000 mon.a (mon.0) 373 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:17.922 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[65964]: cluster 2023-12-06T15:20:16.448337+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v132: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[65964]: cluster 2023-12-06T15:20:16.527287+0000 mon.a (mon.0) 371 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[65964]: audit 2023-12-06T15:20:17.448851+0000 mon.a (mon.0) 372 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[65964]: audit 2023-12-06T15:20:17.450805+0000 mon.a (mon.0) 373 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[64580]: cluster 2023-12-06T15:20:16.448337+0000 mgr.y (mgr.34107) 234 : cluster 0 pgmap v132: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 153 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[64580]: cluster 2023-12-06T15:20:16.527287+0000 mon.a (mon.0) 371 : cluster 3 Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[64580]: audit 2023-12-06T15:20:17.448851+0000 mon.a (mon.0) 372 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:17.923 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:17 smithi029 bash[64580]: audit 2023-12-06T15:20:17.450805+0000 mon.a (mon.0) 373 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:18.806 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:18 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.3.service: Succeeded. 2023-12-06T15:20:18.806 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:18 smithi029 systemd[1]: Stopped Ceph osd.3 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:20:18.806 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:18 smithi029 systemd[1]: Started Ceph osd.3 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:20:19.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:19] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.33.4" 2023-12-06T15:20:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[65964]: cluster 2023-12-06T15:20:18.450149+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v133: 161 pgs: 17 active+undersized+degraded, 14 peering, 2 stale+active+clean, 28 active+undersized, 100 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-06T15:20:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[65964]: audit 2023-12-06T15:20:18.847694+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[65964]: audit 2023-12-06T15:20:18.855532+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[64580]: cluster 2023-12-06T15:20:18.450149+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v133: 161 pgs: 17 active+undersized+degraded, 14 peering, 2 stale+active+clean, 28 active+undersized, 100 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-06T15:20:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[64580]: audit 2023-12-06T15:20:18.847694+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:19.533 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:19 smithi029 bash[64580]: audit 2023-12-06T15:20:18.855532+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:19 smithi140 bash[51581]: cluster 2023-12-06T15:20:18.450149+0000 mgr.y (mgr.34107) 235 : cluster 0 pgmap v133: 161 pgs: 17 active+undersized+degraded, 14 peering, 2 stale+active+clean, 28 active+undersized, 100 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 57/630 objects degraded (9.048%) 2023-12-06T15:20:19.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:19 smithi140 bash[51581]: audit 2023-12-06T15:20:18.847694+0000 mon.a (mon.0) 374 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:19.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:19 smithi140 bash[51581]: audit 2023-12-06T15:20:18.855532+0000 mon.a (mon.0) 375 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[65964]: cluster 2023-12-06T15:20:19.145541+0000 mon.a (mon.0) 376 : cluster 3 Health check failed: Degraded data redundancy: 57/630 objects degraded (9.048%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[64580]: cluster 2023-12-06T15:20:19.145541+0000 mon.a (mon.0) 376 : cluster 3 Health check failed: Degraded data redundancy: 57/630 objects degraded (9.048%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:20 smithi140 bash[51581]: cluster 2023-12-06T15:20:19.145541+0000 mon.a (mon.0) 376 : cluster 3 Health check failed: Degraded data redundancy: 57/630 objects degraded (9.048%), 17 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: 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-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-06T15:20:21.052 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:20 smithi029 bash[75076]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-06T15:20:21.059 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:20:21.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:21 smithi029 bash[64580]: cluster 2023-12-06T15:20:20.451460+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v134: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:21.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:21 smithi029 bash[65964]: cluster 2023-12-06T15:20:20.451460+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v134: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:21.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:21 smithi140 bash[51581]: cluster 2023-12-06T15:20:20.451460+0000 mgr.y (mgr.34107) 236 : cluster 0 pgmap v134: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:21.834 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:20:21.834 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (6m) 27s ago 13m 16.5M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:20:21.834 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (5m) 2m ago 13m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (4m) 27s ago 11m 47.6M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (4m) 2m ago 19m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (5m) 27s ago 21m 492M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (3m) 27s ago 21m 52.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (2m) 2m ago 20m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (3m) 27s ago 20m 46.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 27s ago 14m 12.0M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (5m) 2m ago 13m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (96s) 27s ago 19m 50.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (64s) 27s ago 18m 49.7M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (32s) 27s ago 18m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 starting - - - 2782M 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (16m) 2m ago 16m 60.4M 3037M 17.2.0 e1d6a67b021e 2a4924830363 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (16m) 2m ago 16m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:20:21.835 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (15m) 2m ago 15m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (14m) 2m ago 14m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (4m) 2m ago 14m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (11m) 27s ago 11m 88.2M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (11m) 2m ago 11m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (11m) 27s ago 11m 88.2M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:20:21.836 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (11m) 2m ago 11m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:20:22.294 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:20:22.295 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:20:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[64580]: audit 2023-12-06T15:20:21.039054+0000 mgr.y (mgr.34107) 237 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[64580]: cluster 2023-12-06T15:20:21.156570+0000 mon.a (mon.0) 377 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2023-12-06T15:20:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[64580]: audit 2023-12-06T15:20:21.435591+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[65964]: audit 2023-12-06T15:20:21.039054+0000 mgr.y (mgr.34107) 237 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[65964]: cluster 2023-12-06T15:20:21.156570+0000 mon.a (mon.0) 377 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2023-12-06T15:20:22.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:22 smithi029 bash[65964]: audit 2023-12-06T15:20:21.435591+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:22 smithi140 bash[51581]: audit 2023-12-06T15:20:21.039054+0000 mgr.y (mgr.34107) 237 : audit 0 from='client.44335 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:22 smithi140 bash[51581]: cluster 2023-12-06T15:20:21.156570+0000 mon.a (mon.0) 377 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2023-12-06T15:20:22.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:22 smithi140 bash[51581]: audit 2023-12-06T15:20:21.435591+0000 mgr.y (mgr.34107) 238 : audit 0 from='client.44341 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:22.679 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:20:22.679 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "8/23 daemons upgraded", 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:20:22.680 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:20:23.131 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 80/630 objects degraded (12.698%), 23 pgs degraded 2023-12-06T15:20:23.131 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: osd.3 (root=default,host=smithi029) is down 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 80/630 objects degraded (12.698%), 23 pgs degraded 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.9 is active+undersized+degraded, acting [1,2] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.19 is active+undersized+degraded, acting [6,0] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2023-12-06T15:20:23.132 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.14 is active+undersized+degraded, acting [2,7] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2023-12-06T15:20:23.133 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2023-12-06T15:20:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[65964]: audit 2023-12-06T15:20:21.815090+0000 mgr.y (mgr.34107) 239 : audit 0 from='client.34419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.534 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[65964]: audit 2023-12-06T15:20:22.290161+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.29:0/3393361346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[65964]: cluster 2023-12-06T15:20:22.452372+0000 mgr.y (mgr.34107) 240 : cluster 0 pgmap v135: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[65964]: audit 2023-12-06T15:20:22.675563+0000 mgr.y (mgr.34107) 241 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[65964]: audit 2023-12-06T15:20:23.127889+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.29:0/2441141710' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[64580]: audit 2023-12-06T15:20:21.815090+0000 mgr.y (mgr.34107) 239 : audit 0 from='client.34419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[64580]: audit 2023-12-06T15:20:22.290161+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.29:0/3393361346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[64580]: cluster 2023-12-06T15:20:22.452372+0000 mgr.y (mgr.34107) 240 : cluster 0 pgmap v135: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[64580]: audit 2023-12-06T15:20:22.675563+0000 mgr.y (mgr.34107) 241 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.535 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[64580]: audit 2023-12-06T15:20:23.127889+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.29:0/2441141710' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:23 smithi140 bash[51581]: audit 2023-12-06T15:20:21.815090+0000 mgr.y (mgr.34107) 239 : audit 0 from='client.34419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:23 smithi140 bash[51581]: audit 2023-12-06T15:20:22.290161+0000 mon.c (mon.1) 19 : audit 0 from='client.? 172.21.15.29:0/3393361346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:23 smithi140 bash[51581]: cluster 2023-12-06T15:20:22.452372+0000 mgr.y (mgr.34107) 240 : cluster 0 pgmap v135: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:23 smithi140 bash[51581]: audit 2023-12-06T15:20:22.675563+0000 mgr.y (mgr.34107) 241 : audit 0 from='client.44359 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:23 smithi140 bash[51581]: audit 2023-12-06T15:20:23.127889+0000 mon.c (mon.1) 20 : audit 0 from='client.? 172.21.15.29:0/2441141710' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:24.031 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:23 smithi029 bash[75506]: debug 2023-12-06T15:20:23.681+0000 7f472d795700 1 -- 172.21.15.29:0/1200838780 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c0ff6591e0 con 0x55c0ff6df000 2023-12-06T15:20:24.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:24 smithi029 bash[64580]: audit 2023-12-06T15:20:23.543593+0000 mgr.y (mgr.34107) 242 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:24.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:24 smithi029 bash[65964]: audit 2023-12-06T15:20:23.543593+0000 mgr.y (mgr.34107) 242 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:24.532 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:24 smithi029 bash[75506]: debug 2023-12-06T15:20:24.233+0000 7f473691b640 -1 Falling back to public interface 2023-12-06T15:20:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:24 smithi140 bash[51581]: audit 2023-12-06T15:20:23.543593+0000 mgr.y (mgr.34107) 242 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:25.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:25 smithi029 bash[64580]: cluster 2023-12-06T15:20:24.454394+0000 mgr.y (mgr.34107) 243 : cluster 0 pgmap v136: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:25.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:25 smithi029 bash[65964]: cluster 2023-12-06T15:20:24.454394+0000 mgr.y (mgr.34107) 243 : cluster 0 pgmap v136: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:25 smithi140 bash[51581]: cluster 2023-12-06T15:20:24.454394+0000 mgr.y (mgr.34107) 243 : cluster 0 pgmap v136: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:27.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[65964]: cluster 2023-12-06T15:20:26.455805+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v137: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:27.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[65964]: audit 2023-12-06T15:20:27.325499+0000 mon.c (mon.1) 21 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:27.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[65964]: audit 2023-12-06T15:20:27.326072+0000 mon.a (mon.0) 378 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:27.532 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[75506]: debug 2023-12-06T15:20:27.273+0000 7f473691b640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-06T15:20:27.532 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[75506]: debug 2023-12-06T15:20:27.317+0000 7f473691b640 -1 osd.3 119 log_to_monitors true 2023-12-06T15:20:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[64580]: cluster 2023-12-06T15:20:26.455805+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v137: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[64580]: audit 2023-12-06T15:20:27.325499+0000 mon.c (mon.1) 21 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:27.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[64580]: audit 2023-12-06T15:20:27.326072+0000 mon.a (mon.0) 378 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:27 smithi140 bash[51581]: cluster 2023-12-06T15:20:26.455805+0000 mgr.y (mgr.34107) 244 : cluster 0 pgmap v137: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 80/630 objects degraded (12.698%) 2023-12-06T15:20:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:27 smithi140 bash[51581]: audit 2023-12-06T15:20:27.325499+0000 mon.c (mon.1) 21 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:27 smithi140 bash[51581]: audit 2023-12-06T15:20:27.326072+0000 mon.a (mon.0) 378 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T15:20:28.031 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:20:27 smithi029 bash[75506]: debug 2023-12-06T15:20:27.541+0000 7f4725d88700 -1 osd.3 119 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:20:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.512619+0000 mon.a (mon.0) 379 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: cluster 2023-12-06T15:20:27.518174+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: cluster 2023-12-06T15:20:27.518769+0000 mon.a (mon.0) 380 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.519370+0000 mon.c (mon.1) 22 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.520032+0000 mon.a (mon.0) 381 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.567275+0000 mon.a (mon.0) 382 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: cluster 2023-12-06T15:20:27.577918+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.577989+0000 mon.a (mon.0) 383 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: audit 2023-12-06T15:20:27.636808+0000 mon.a (mon.0) 384 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:28.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:28 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.147007+0000 mon.a (mon.0) 385 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.512619+0000 mon.a (mon.0) 379 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: cluster 2023-12-06T15:20:27.518174+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: cluster 2023-12-06T15:20:27.518769+0000 mon.a (mon.0) 380 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.519370+0000 mon.c (mon.1) 22 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.520032+0000 mon.a (mon.0) 381 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.567275+0000 mon.a (mon.0) 382 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: cluster 2023-12-06T15:20:27.577918+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.577989+0000 mon.a (mon.0) 383 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: audit 2023-12-06T15:20:27.636808+0000 mon.a (mon.0) 384 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.147007+0000 mon.a (mon.0) 385 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.512619+0000 mon.a (mon.0) 379 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T15:20:29.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: cluster 2023-12-06T15:20:27.518174+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: cluster 2023-12-06T15:20:27.518769+0000 mon.a (mon.0) 380 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.519370+0000 mon.c (mon.1) 22 : audit 1 from='osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.520032+0000 mon.a (mon.0) 381 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.567275+0000 mon.a (mon.0) 382 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: cluster 2023-12-06T15:20:27.577918+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.577989+0000 mon.a (mon.0) 383 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: audit 2023-12-06T15:20:27.636808+0000 mon.a (mon.0) 384 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:28 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.147007+0000 mon.a (mon.0) 385 : cluster 3 Health check update: Degraded data redundancy: 80/630 objects degraded (12.698%), 23 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:29.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:29] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.33.4" 2023-12-06T15:20:29.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.457557+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v139: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.516744+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.517257+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.521274+0000 mon.a (mon.0) 386 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.527736+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.528508+0000 mon.a (mon.0) 387 : cluster 1 osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687] boot 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.528605+0000 mon.a (mon.0) 388 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: audit 2023-12-06T15:20:28.531136+0000 mon.a (mon.0) 389 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.531893+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.535852+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: cluster 2023-12-06T15:20:28.536052+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: audit 2023-12-06T15:20:28.624225+0000 mon.a (mon.0) 390 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:29.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:29 smithi140 bash[51581]: audit 2023-12-06T15:20:28.634635+0000 mon.a (mon.0) 391 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.457557+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v139: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.516744+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.517257+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.521274+0000 mon.a (mon.0) 386 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.527736+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.528508+0000 mon.a (mon.0) 387 : cluster 1 osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687] boot 2023-12-06T15:20:30.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.528605+0000 mon.a (mon.0) 388 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: audit 2023-12-06T15:20:28.531136+0000 mon.a (mon.0) 389 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.531893+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.535852+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: cluster 2023-12-06T15:20:28.536052+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: audit 2023-12-06T15:20:28.624225+0000 mon.a (mon.0) 390 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[64580]: audit 2023-12-06T15:20:28.634635+0000 mon.a (mon.0) 391 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.457557+0000 mgr.y (mgr.34107) 245 : cluster 0 pgmap v139: 161 pgs: 23 active+undersized+degraded, 43 active+undersized, 95 active+clean; 585 KiB data, 169 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 80/630 objects degraded (12.698%) 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.516744+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.517257+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e122 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.521274+0000 mon.a (mon.0) 386 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.527736+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.528508+0000 mon.a (mon.0) 387 : cluster 1 osd.3 [v2:172.21.15.29:6826/4197325687,v1:172.21.15.29:6827/4197325687] boot 2023-12-06T15:20:30.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.528605+0000 mon.a (mon.0) 388 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: audit 2023-12-06T15:20:28.531136+0000 mon.a (mon.0) 389 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.531893+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.535852+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: cluster 2023-12-06T15:20:28.536052+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e123 with expected crc 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: audit 2023-12-06T15:20:28.624225+0000 mon.a (mon.0) 390 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:30.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:29 smithi029 bash[65964]: audit 2023-12-06T15:20:28.634635+0000 mon.a (mon.0) 391 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.540024+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.541078+0000 mon.a (mon.0) 392 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.545191+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.546997+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.547410+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.547655+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.550758+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.551249+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.552243+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.554747+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:30 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.558059+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.540024+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.541078+0000 mon.a (mon.0) 392 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.545191+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.546997+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.547410+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.547655+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.550758+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.551249+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.552243+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.554747+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.558059+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.540024+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.541078+0000 mon.a (mon.0) 392 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.545191+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.546997+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.547410+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.547655+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.550758+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.551249+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.552243+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.554747+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.034 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:30 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.558059+0000 osd.4 (osd.4) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:31 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.550585+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:31 smithi140 bash[51581]: cluster 2023-12-06T15:20:29.554997+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:31.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:31 smithi140 bash[51581]: cluster 2023-12-06T15:20:30.458854+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v142: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.550585+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[64580]: cluster 2023-12-06T15:20:29.554997+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:32.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[64580]: cluster 2023-12-06T15:20:30.458854+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v142: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.550585+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[65964]: cluster 2023-12-06T15:20:29.554997+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-06T15:20:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:31 smithi029 bash[65964]: cluster 2023-12-06T15:20:30.458854+0000 mgr.y (mgr.34107) 246 : cluster 0 pgmap v142: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[64580]: audit 2023-12-06T15:20:32.450144+0000 mon.a (mon.0) 393 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[64580]: audit 2023-12-06T15:20:32.452325+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[64580]: cluster 2023-12-06T15:20:32.462960+0000 mgr.y (mgr.34107) 247 : cluster 0 pgmap v143: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:33.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[64580]: cluster 2023-12-06T15:20:33.148140+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:33.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[65964]: audit 2023-12-06T15:20:32.450144+0000 mon.a (mon.0) 393 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:33.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[65964]: audit 2023-12-06T15:20:32.452325+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:33.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[65964]: cluster 2023-12-06T15:20:32.462960+0000 mgr.y (mgr.34107) 247 : cluster 0 pgmap v143: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:33.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:33 smithi029 bash[65964]: cluster 2023-12-06T15:20:33.148140+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:33 smithi140 bash[51581]: audit 2023-12-06T15:20:32.450144+0000 mon.a (mon.0) 393 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:33 smithi140 bash[51581]: audit 2023-12-06T15:20:32.452325+0000 mon.a (mon.0) 394 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:33 smithi140 bash[51581]: cluster 2023-12-06T15:20:32.462960+0000 mgr.y (mgr.34107) 247 : cluster 0 pgmap v143: 161 pgs: 5 peering, 20 active+undersized+degraded, 33 active+undersized, 103 active+clean; 585 KiB data, 173 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 66/630 objects degraded (10.476%) 2023-12-06T15:20:33.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:33 smithi140 bash[51581]: cluster 2023-12-06T15:20:33.148140+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:34.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:34 smithi029 bash[65964]: audit 2023-12-06T15:20:33.551690+0000 mgr.y (mgr.34107) 248 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:34.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:34 smithi029 bash[64580]: audit 2023-12-06T15:20:33.551690+0000 mgr.y (mgr.34107) 248 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:34 smithi140 bash[51581]: audit 2023-12-06T15:20:33.551690+0000 mgr.y (mgr.34107) 248 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:35.611 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:35 smithi029 bash[64580]: cluster 2023-12-06T15:20:34.464530+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v144: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:35.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:35 smithi140 bash[51581]: cluster 2023-12-06T15:20:34.464530+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v144: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:36.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:35 smithi029 bash[65964]: cluster 2023-12-06T15:20:34.464530+0000 mgr.y (mgr.34107) 249 : cluster 0 pgmap v144: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:36.475 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:36 smithi029 bash[65964]: cluster 2023-12-06T15:20:35.456707+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded) 2023-12-06T15:20:36.475 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:36 smithi029 bash[65964]: cluster 2023-12-06T15:20:35.456783+0000 mon.a (mon.0) 397 : cluster 1 Cluster is now healthy 2023-12-06T15:20:36.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:36 smithi029 bash[64580]: cluster 2023-12-06T15:20:35.456707+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded) 2023-12-06T15:20:36.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:36 smithi029 bash[64580]: cluster 2023-12-06T15:20:35.456783+0000 mon.a (mon.0) 397 : cluster 1 Cluster is now healthy 2023-12-06T15:20:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:36 smithi140 bash[51581]: cluster 2023-12-06T15:20:35.456707+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 66/630 objects degraded (10.476%), 20 pgs degraded) 2023-12-06T15:20:36.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:36 smithi140 bash[51581]: cluster 2023-12-06T15:20:35.456783+0000 mon.a (mon.0) 397 : cluster 1 Cluster is now healthy 2023-12-06T15:20:37.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:37 smithi029 bash[64580]: cluster 2023-12-06T15:20:36.465551+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:37.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:37 smithi029 bash[65964]: cluster 2023-12-06T15:20:36.465551+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:37 smithi140 bash[51581]: cluster 2023-12-06T15:20:36.465551+0000 mgr.y (mgr.34107) 250 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:39.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:38 smithi029 bash[64580]: audit 2023-12-06T15:20:37.662249+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:38 smithi029 bash[65964]: audit 2023-12-06T15:20:37.662249+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:38 smithi140 bash[51581]: audit 2023-12-06T15:20:37.662249+0000 mon.a (mon.0) 398 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:39] "GET /metrics HTTP/1.1" 200 38272 "" "Prometheus/2.33.4" 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: cluster 2023-12-06T15:20:38.467273+0000 mgr.y (mgr.34107) 251 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.444211+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.453373+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.455596+0000 mon.a (mon.0) 401 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.457137+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.466243+0000 mon.a (mon.0) 403 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:39.990 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.549993+0000 mon.a (mon.0) 404 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:39.991 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.554899+0000 mon.a (mon.0) 405 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:39.991 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.558852+0000 mon.a (mon.0) 406 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:39.991 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.561822+0000 mon.a (mon.0) 407 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:39.991 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:39 smithi140 bash[51581]: audit 2023-12-06T15:20:39.565645+0000 mon.a (mon.0) 408 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: cluster 2023-12-06T15:20:38.467273+0000 mgr.y (mgr.34107) 251 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.444211+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.453373+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.455596+0000 mon.a (mon.0) 401 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.457137+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:40.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.466243+0000 mon.a (mon.0) 403 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.549993+0000 mon.a (mon.0) 404 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.554899+0000 mon.a (mon.0) 405 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.558852+0000 mon.a (mon.0) 406 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.561822+0000 mon.a (mon.0) 407 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[65964]: audit 2023-12-06T15:20:39.565645+0000 mon.a (mon.0) 408 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: cluster 2023-12-06T15:20:38.467273+0000 mgr.y (mgr.34107) 251 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.444211+0000 mon.a (mon.0) 399 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.453373+0000 mon.a (mon.0) 400 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.455596+0000 mon.a (mon.0) 401 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.457137+0000 mon.a (mon.0) 402 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.466243+0000 mon.a (mon.0) 403 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:40.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.549993+0000 mon.a (mon.0) 404 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:20:40.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.554899+0000 mon.a (mon.0) 405 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.558852+0000 mon.a (mon.0) 406 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.561822+0000 mon.a (mon.0) 407 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:40.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:39 smithi029 bash[64580]: audit 2023-12-06T15:20:39.565645+0000 mon.a (mon.0) 408 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:41.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:40 smithi029 bash[64580]: audit 2023-12-06T15:20:39.565913+0000 mgr.y (mgr.34107) 252 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:41.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:40 smithi029 bash[64580]: cephadm 2023-12-06T15:20:39.567924+0000 mgr.y (mgr.34107) 253 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:20:41.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:40 smithi029 bash[65964]: audit 2023-12-06T15:20:39.565913+0000 mgr.y (mgr.34107) 252 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:41.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:40 smithi029 bash[65964]: cephadm 2023-12-06T15:20:39.567924+0000 mgr.y (mgr.34107) 253 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:20:41.121 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:40 smithi140 bash[51581]: audit 2023-12-06T15:20:39.565913+0000 mgr.y (mgr.34107) 252 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-06T15:20:41.122 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:40 smithi140 bash[51581]: cephadm 2023-12-06T15:20:39.567924+0000 mgr.y (mgr.34107) 253 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-06T15:20:41.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:41 smithi140 bash[51581]: cluster 2023-12-06T15:20:40.468313+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:42.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:41 smithi029 bash[64580]: cluster 2023-12-06T15:20:40.468313+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:42.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:41 smithi029 bash[65964]: cluster 2023-12-06T15:20:40.468313+0000 mgr.y (mgr.34107) 254 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:43.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: cephadm 2023-12-06T15:20:42.089800+0000 mgr.y (mgr.34107) 255 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:20:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: audit 2023-12-06T15:20:42.097892+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: audit 2023-12-06T15:20:42.102375+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:20:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: audit 2023-12-06T15:20:42.103630+0000 mon.a (mon.0) 411 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: cephadm 2023-12-06T15:20:42.108625+0000 mgr.y (mgr.34107) 256 : cephadm 1 Deploying daemon osd.4 on smithi140 2023-12-06T15:20:43.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:43 smithi140 bash[51581]: cluster 2023-12-06T15:20:42.469039+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:43.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: cephadm 2023-12-06T15:20:42.089800+0000 mgr.y (mgr.34107) 255 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:20:43.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: audit 2023-12-06T15:20:42.097892+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: audit 2023-12-06T15:20:42.102375+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: audit 2023-12-06T15:20:42.103630+0000 mon.a (mon.0) 411 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: cephadm 2023-12-06T15:20:42.108625+0000 mgr.y (mgr.34107) 256 : cephadm 1 Deploying daemon osd.4 on smithi140 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[64580]: cluster 2023-12-06T15:20:42.469039+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: cephadm 2023-12-06T15:20:42.089800+0000 mgr.y (mgr.34107) 255 : cephadm 1 Upgrade: Updating osd.4 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: audit 2023-12-06T15:20:42.097892+0000 mon.a (mon.0) 409 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: audit 2023-12-06T15:20:42.102375+0000 mon.a (mon.0) 410 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: audit 2023-12-06T15:20:42.103630+0000 mon.a (mon.0) 411 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: cephadm 2023-12-06T15:20:42.108625+0000 mgr.y (mgr.34107) 256 : cephadm 1 Deploying daemon osd.4 on smithi140 2023-12-06T15:20:43.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:43 smithi029 bash[65964]: cluster 2023-12-06T15:20:42.469039+0000 mgr.y (mgr.34107) 257 : cluster 0 pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:44.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:44 smithi029 bash[64580]: audit 2023-12-06T15:20:43.561520+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:44.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:44 smithi029 bash[65964]: audit 2023-12-06T15:20:43.561520+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:44.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:44 smithi140 bash[51581]: audit 2023-12-06T15:20:43.561520+0000 mgr.y (mgr.34107) 258 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:45.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:45 smithi029 bash[64580]: cluster 2023-12-06T15:20:44.470600+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:45.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:45 smithi029 bash[65964]: cluster 2023-12-06T15:20:44.470600+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:45.590 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:45 smithi140 bash[51581]: cluster 2023-12-06T15:20:44.470600+0000 mgr.y (mgr.34107) 259 : cluster 0 pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail 2023-12-06T15:20:46.797 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:46 smithi140 systemd[1]: Stopping Ceph osd.4 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:20:47.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:46 smithi140 bash[28047]: debug 2023-12-06T15:20:46.791+0000 7efdc7837700 -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-06T15:20:47.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:46 smithi140 bash[28047]: debug 2023-12-06T15:20:46.791+0000 7efdc7837700 -1 osd.4 124 *** Got signal Terminated *** 2023-12-06T15:20:47.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:46 smithi140 bash[28047]: debug 2023-12-06T15:20:46.791+0000 7efdc7837700 -1 osd.4 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:20:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:47 smithi140 bash[51581]: cluster 2023-12-06T15:20:46.471576+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:47 smithi140 bash[51581]: cluster 2023-12-06T15:20:46.794956+0000 mon.a (mon.0) 412 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:20:47.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:47 smithi140 bash[51581]: audit 2023-12-06T15:20:47.450855+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:47.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:47 smithi140 bash[51581]: audit 2023-12-06T15:20:47.452637+0000 mon.a (mon.0) 414 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[64580]: cluster 2023-12-06T15:20:46.471576+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[64580]: cluster 2023-12-06T15:20:46.794956+0000 mon.a (mon.0) 412 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[64580]: audit 2023-12-06T15:20:47.450855+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[64580]: audit 2023-12-06T15:20:47.452637+0000 mon.a (mon.0) 414 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[65964]: cluster 2023-12-06T15:20:46.471576+0000 mgr.y (mgr.34107) 260 : cluster 0 pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[65964]: cluster 2023-12-06T15:20:46.794956+0000 mon.a (mon.0) 412 : cluster 1 osd.4 marked itself down and dead 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[65964]: audit 2023-12-06T15:20:47.450855+0000 mon.a (mon.0) 413 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:48.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:47 smithi029 bash[65964]: audit 2023-12-06T15:20:47.452637+0000 mon.a (mon.0) 414 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:20:48.800 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[53446]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:20:48.801 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[53516]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.527463+0000 mon.a (mon.0) 415 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.542591+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.543360+0000 mon.a (mon.0) 416 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.548207+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.551885+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:48.801 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:48 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.556055+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.527463+0000 mon.a (mon.0) 415 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.542591+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.543360+0000 mon.a (mon.0) 416 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.548207+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.551885+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.556055+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.527463+0000 mon.a (mon.0) 415 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.542591+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.543360+0000 mon.a (mon.0) 416 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.548207+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.551885+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:48 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.556055+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:49] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-06T15:20:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:47.556081+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.473050+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v152: 161 pgs: 32 peering, 14 stale+active+clean, 115 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.544786+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.545272+0000 mon.a (mon.0) 417 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.548541+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.549471+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.550217+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.551001+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.551485+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.552788+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:48.556316+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:49 smithi140 bash[51581]: cluster 2023-12-06T15:20:49.155687+0000 mon.a (mon.0) 418 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:47.556081+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.473050+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v152: 161 pgs: 32 peering, 14 stale+active+clean, 115 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.544786+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.545272+0000 mon.a (mon.0) 417 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.548541+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.549471+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.550217+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.551001+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.551485+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.552788+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:48.556316+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[64580]: cluster 2023-12-06T15:20:49.155687+0000 mon.a (mon.0) 418 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:47.556081+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-06T15:20:50.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.473050+0000 mgr.y (mgr.34107) 261 : cluster 0 pgmap v152: 161 pgs: 32 peering, 14 stale+active+clean, 115 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.544786+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.545272+0000 mon.a (mon.0) 417 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.548541+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.549471+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.550217+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.551001+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.551485+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.552788+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:48.556316+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-06T15:20:50.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:49 smithi029 bash[65964]: cluster 2023-12-06T15:20:49.155687+0000 mon.a (mon.0) 418 : cluster 3 Health check failed: Reduced data availability: 6 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2023-12-06T15:20:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:50 smithi140 bash[51581]: cluster 2023-12-06T15:20:50.542386+0000 mon.a (mon.0) 419 : cluster 3 Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:50.874 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:50 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.4.service: Succeeded. 2023-12-06T15:20:50.874 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:50 smithi140 systemd[1]: Stopped Ceph osd.4 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:20:51.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:50 smithi029 bash[64580]: cluster 2023-12-06T15:20:50.542386+0000 mon.a (mon.0) 419 : cluster 3 Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:51.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:50 smithi029 bash[65964]: cluster 2023-12-06T15:20:50.542386+0000 mon.a (mon.0) 419 : cluster 3 Health check failed: Degraded data redundancy: 30/630 objects degraded (4.762%), 7 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:51.374 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:51 smithi140 systemd[1]: Started Ceph osd.4 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:20:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:51 smithi140 bash[51581]: cluster 2023-12-06T15:20:50.474521+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v154: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:51.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:51 smithi140 bash[51581]: audit 2023-12-06T15:20:51.134566+0000 mon.a (mon.0) 420 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:51.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:51 smithi140 bash[51581]: audit 2023-12-06T15:20:51.146294+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[64580]: cluster 2023-12-06T15:20:50.474521+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v154: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[64580]: audit 2023-12-06T15:20:51.134566+0000 mon.a (mon.0) 420 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[64580]: audit 2023-12-06T15:20:51.146294+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:52.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[65964]: cluster 2023-12-06T15:20:50.474521+0000 mgr.y (mgr.34107) 262 : cluster 0 pgmap v154: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:52.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[65964]: audit 2023-12-06T15:20:51.134566+0000 mon.a (mon.0) 420 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:52.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:51 smithi029 bash[65964]: audit 2023-12-06T15:20:51.146294+0000 mon.a (mon.0) 421 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:52 smithi029 bash[65964]: audit 2023-12-06T15:20:51.721400+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:52 smithi029 bash[65964]: audit 2023-12-06T15:20:51.733950+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:52 smithi029 bash[64580]: audit 2023-12-06T15:20:51.721400+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:52 smithi029 bash[64580]: audit 2023-12-06T15:20:51.733950+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[51581]: audit 2023-12-06T15:20:51.721400+0000 mon.a (mon.0) 422 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[51581]: audit 2023-12-06T15:20:51.733950+0000 mon.a (mon.0) 423 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: 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-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-06T15:20:53.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:52 smithi140 bash[53690]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-06T15:20:53.548 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:20:54.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:53 smithi029 bash[65964]: cluster 2023-12-06T15:20:52.475666+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v155: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:54.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:53 smithi029 bash[64580]: cluster 2023-12-06T15:20:52.475666+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v155: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:54.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:53 smithi140 bash[51581]: cluster 2023-12-06T15:20:52.475666+0000 mgr.y (mgr.34107) 263 : cluster 0 pgmap v155: 161 pgs: 7 active+undersized+degraded, 32 peering, 9 stale+active+clean, 9 active+undersized, 104 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 30/630 objects degraded (4.762%) 2023-12-06T15:20:54.318 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (6m) 26s ago 14m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (5m) 3m ago 13m 42.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (5m) 26s ago 11m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (4m) 3m ago 20m 432M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (5m) 26s ago 22m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (4m) 26s ago 22m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (3m) 3m ago 20m 22.5M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (3m) 26s ago 20m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (6m) 26s ago 14m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (6m) 3m ago 14m 11.9M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (2m) 26s ago 19m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (97s) 26s ago 19m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (65s) 26s ago 18m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:20:54.319 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (31s) 26s ago 17m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 starting - - - 3037M 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (16m) 3m ago 16m 56.0M 3037M 17.2.0 e1d6a67b021e 8d73945153e1 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (16m) 3m ago 16m 53.7M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (15m) 3m ago 15m 60.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (5m) 3m ago 14m 57.5M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (12m) 26s ago 12m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (12m) 3m ago 12m 89.7M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (11m) 26s ago 11m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:20:54.320 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (11m) 3m ago 11m 87.6M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:20:54.624 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:54 smithi140 bash[53993]: debug 2023-12-06T15:20:54.359+0000 7f4038210700 1 -- 172.21.15.140:0/3522144683 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561ea86c31e0 con 0x561ea8748c00 2023-12-06T15:20:54.783 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 4 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:20:54.784 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:20:54.785 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:20:54.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-06T15:20:54.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 9 2023-12-06T15:20:54.785 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:20:54.785 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:20:55.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:54 smithi029 bash[64580]: audit 2023-12-06T15:20:53.530120+0000 mgr.y (mgr.34107) 264 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:55.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:54 smithi029 bash[64580]: audit 2023-12-06T15:20:53.571398+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:55.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:54 smithi029 bash[65964]: audit 2023-12-06T15:20:53.530120+0000 mgr.y (mgr.34107) 264 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:55.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:54 smithi029 bash[65964]: audit 2023-12-06T15:20:53.571398+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:55.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:54 smithi140 bash[53993]: debug 2023-12-06T15:20:54.919+0000 7f4041396640 -1 Falling back to public interface 2023-12-06T15:20:55.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:54 smithi140 bash[51581]: audit 2023-12-06T15:20:53.530120+0000 mgr.y (mgr.34107) 264 : audit 0 from='client.34449 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:55.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:54 smithi140 bash[51581]: audit 2023-12-06T15:20:53.571398+0000 mgr.y (mgr.34107) 265 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:20:55.169 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:20:55.169 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:20:55.169 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:20:55.169 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "9/23 daemons upgraded", 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:20:55.170 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:20:55.630 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded 2023-12-06T15:20:55.630 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: osd.4 (root=default,host=smithi140) is down 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.6 is active+undersized+degraded, acting [1,6] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.b is active+undersized+degraded, acting [7,5] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.11 is active+undersized+degraded, acting [6,1] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2023-12-06T15:20:55.631 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.10 is active+undersized+degraded, acting [7,6] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-06T15:20:55.632 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-06T15:20:55.633 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-06T15:20:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: audit 2023-12-06T15:20:53.920628+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: audit 2023-12-06T15:20:54.292631+0000 mgr.y (mgr.34107) 267 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: cluster 2023-12-06T15:20:54.477510+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: cluster 2023-12-06T15:20:54.733027+0000 mon.a (mon.0) 424 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: audit 2023-12-06T15:20:54.780219+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.29:0/1799754508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[64580]: audit 2023-12-06T15:20:55.627220+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.29:0/1011429705' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: audit 2023-12-06T15:20:53.920628+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: audit 2023-12-06T15:20:54.292631+0000 mgr.y (mgr.34107) 267 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: cluster 2023-12-06T15:20:54.477510+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: cluster 2023-12-06T15:20:54.733027+0000 mon.a (mon.0) 424 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: audit 2023-12-06T15:20:54.780219+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.29:0/1799754508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:56.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:55 smithi029 bash[65964]: audit 2023-12-06T15:20:55.627220+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.29:0/1011429705' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: audit 2023-12-06T15:20:53.920628+0000 mgr.y (mgr.34107) 266 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: audit 2023-12-06T15:20:54.292631+0000 mgr.y (mgr.34107) 267 : audit 0 from='client.44389 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: cluster 2023-12-06T15:20:54.477510+0000 mgr.y (mgr.34107) 268 : cluster 0 pgmap v156: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: cluster 2023-12-06T15:20:54.733027+0000 mon.a (mon.0) 424 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 9 pgs peering) 2023-12-06T15:20:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: audit 2023-12-06T15:20:54.780219+0000 mon.c (mon.1) 23 : audit 0 from='client.? 172.21.15.29:0/1799754508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:20:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:55 smithi140 bash[51581]: audit 2023-12-06T15:20:55.627220+0000 mon.c (mon.1) 24 : audit 0 from='client.? 172.21.15.29:0/1011429705' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:20:57.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:56 smithi029 bash[64580]: audit 2023-12-06T15:20:55.165073+0000 mgr.y (mgr.34107) 269 : audit 0 from='client.44404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:57.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:56 smithi029 bash[65964]: audit 2023-12-06T15:20:55.165073+0000 mgr.y (mgr.34107) 269 : audit 0 from='client.44404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:57.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:56 smithi140 bash[51581]: audit 2023-12-06T15:20:55.165073+0000 mgr.y (mgr.34107) 269 : audit 0 from='client.44404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:20:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:57 smithi029 bash[64580]: cluster 2023-12-06T15:20:56.478998+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:58.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:57 smithi029 bash[65964]: cluster 2023-12-06T15:20:56.478998+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:58.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:57 smithi140 bash[51581]: cluster 2023-12-06T15:20:56.478998+0000 mgr.y (mgr.34107) 270 : cluster 0 pgmap v157: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:20:58.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:57 smithi140 bash[53993]: debug 2023-12-06T15:20:57.899+0000 7f4041396640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-06T15:20:58.125 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:57 smithi140 bash[53993]: debug 2023-12-06T15:20:57.951+0000 7f4041396640 -1 osd.4 124 log_to_monitors true 2023-12-06T15:20:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[64580]: audit 2023-12-06T15:20:57.957817+0000 mon.a (mon.0) 425 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[64580]: audit 2023-12-06T15:20:57.960357+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[64580]: cluster 2023-12-06T15:20:58.156708+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:59.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[65964]: audit 2023-12-06T15:20:57.957817+0000 mon.a (mon.0) 425 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[65964]: audit 2023-12-06T15:20:57.960357+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:58 smithi029 bash[65964]: cluster 2023-12-06T15:20:58.156708+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:59.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:20:58 smithi140 bash[53993]: debug 2023-12-06T15:20:58.807+0000 7f402f801700 -1 osd.4 124 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:20:59.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:58 smithi140 bash[51581]: audit 2023-12-06T15:20:57.957817+0000 mon.a (mon.0) 425 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:58 smithi140 bash[51581]: audit 2023-12-06T15:20:57.960357+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T15:20:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:58 smithi140 bash[51581]: cluster 2023-12-06T15:20:58.156708+0000 mon.a (mon.0) 426 : cluster 3 Health check update: Degraded data redundancy: 108/630 objects degraded (17.143%), 28 pgs degraded (PG_DEGRADED) 2023-12-06T15:20:59.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:20:59] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-06T15:21:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: cluster 2023-12-06T15:20:58.480897+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:21:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: audit 2023-12-06T15:20:58.766371+0000 mon.a (mon.0) 427 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:21:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: cluster 2023-12-06T15:20:58.770322+0000 mon.a (mon.0) 428 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-06T15:21:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: cluster 2023-12-06T15:20:58.771617+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: cluster 2023-12-06T15:20:58.772186+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: audit 2023-12-06T15:20:58.773484+0000 mon.a (mon.0) 429 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:20:59 smithi140 bash[51581]: audit 2023-12-06T15:20:58.776129+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:00.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: cluster 2023-12-06T15:20:58.480897+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: audit 2023-12-06T15:20:58.766371+0000 mon.a (mon.0) 427 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: cluster 2023-12-06T15:20:58.770322+0000 mon.a (mon.0) 428 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: cluster 2023-12-06T15:20:58.771617+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: cluster 2023-12-06T15:20:58.772186+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: audit 2023-12-06T15:20:58.773484+0000 mon.a (mon.0) 429 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[64580]: audit 2023-12-06T15:20:58.776129+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: cluster 2023-12-06T15:20:58.480897+0000 mgr.y (mgr.34107) 271 : cluster 0 pgmap v158: 161 pgs: 28 active+undersized+degraded, 40 active+undersized, 93 active+clean; 585 KiB data, 178 MiB used, 715 GiB / 715 GiB avail; 108/630 objects degraded (17.143%) 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: audit 2023-12-06T15:20:58.766371+0000 mon.a (mon.0) 427 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: cluster 2023-12-06T15:20:58.770322+0000 mon.a (mon.0) 428 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: cluster 2023-12-06T15:20:58.771617+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: cluster 2023-12-06T15:20:58.772186+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e127 with expected crc 2023-12-06T15:21:00.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: audit 2023-12-06T15:20:58.773484+0000 mon.a (mon.0) 429 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:00.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:20:59 smithi029 bash[65964]: audit 2023-12-06T15:20:58.776129+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:59.767615+0000 mon.a (mon.0) 430 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:59.774452+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:59.775668+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:59.776114+0000 mon.a (mon.0) 431 : cluster 1 osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708] boot 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: cluster 2023-12-06T15:20:59.776325+0000 mon.a (mon.0) 432 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: audit 2023-12-06T15:20:59.777239+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: audit 2023-12-06T15:21:00.340633+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:00 smithi140 bash[51581]: audit 2023-12-06T15:21:00.353251+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:01.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:59.767615+0000 mon.a (mon.0) 430 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:59.774452+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:59.775668+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:59.776114+0000 mon.a (mon.0) 431 : cluster 1 osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708] boot 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: cluster 2023-12-06T15:20:59.776325+0000 mon.a (mon.0) 432 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: audit 2023-12-06T15:20:59.777239+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: audit 2023-12-06T15:21:00.340633+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[64580]: audit 2023-12-06T15:21:00.353251+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:01.282 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:59.767615+0000 mon.a (mon.0) 430 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:59.774452+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:59.775668+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e128 with expected crc 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:59.776114+0000 mon.a (mon.0) 431 : cluster 1 osd.4 [v2:172.21.15.140:6800/1988683708,v1:172.21.15.140:6801/1988683708] boot 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: cluster 2023-12-06T15:20:59.776325+0000 mon.a (mon.0) 432 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: audit 2023-12-06T15:20:59.777239+0000 mon.a (mon.0) 433 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: audit 2023-12-06T15:21:00.340633+0000 mon.a (mon.0) 434 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:01.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:00 smithi029 bash[65964]: audit 2023-12-06T15:21:00.353251+0000 mon.a (mon.0) 435 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.482208+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v161: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 93/630 objects degraded (14.762%) 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.786426+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.787488+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.788672+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.788851+0000 mon.a (mon.0) 436 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.792021+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.793052+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.795668+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.796139+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.796321+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: cluster 2023-12-06T15:21:00.803640+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: audit 2023-12-06T15:21:01.405013+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:01 smithi140 bash[51581]: audit 2023-12-06T15:21:01.414997+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.482208+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v161: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 93/630 objects degraded (14.762%) 2023-12-06T15:21:02.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.786426+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.787488+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.788672+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.788851+0000 mon.a (mon.0) 436 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.792021+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.793052+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.795668+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.796139+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.796321+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: cluster 2023-12-06T15:21:00.803640+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: audit 2023-12-06T15:21:01.405013+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.282 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[64580]: audit 2023-12-06T15:21:01.414997+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.482208+0000 mgr.y (mgr.34107) 272 : cluster 0 pgmap v161: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 93/630 objects degraded (14.762%) 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.786426+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.787488+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.788672+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.788851+0000 mon.a (mon.0) 436 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.792021+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.793052+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.795668+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.796139+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.796321+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: cluster 2023-12-06T15:21:00.803640+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: audit 2023-12-06T15:21:01.405013+0000 mon.a (mon.0) 437 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:02.283 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:01 smithi029 bash[65964]: audit 2023-12-06T15:21:01.414997+0000 mon.a (mon.0) 438 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[64580]: audit 2023-12-06T15:21:02.451294+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[64580]: audit 2023-12-06T15:21:02.453696+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[64580]: cluster 2023-12-06T15:21:02.483417+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v163: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 93/630 objects degraded (14.762%) 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[64580]: audit 2023-12-06T15:21:02.694764+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[64580]: cluster 2023-12-06T15:21:03.158457+0000 mon.a (mon.0) 442 : cluster 3 Health check update: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[65964]: audit 2023-12-06T15:21:02.451294+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[65964]: audit 2023-12-06T15:21:02.453696+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[65964]: cluster 2023-12-06T15:21:02.483417+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v163: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 93/630 objects degraded (14.762%) 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[65964]: audit 2023-12-06T15:21:02.694764+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:03 smithi029 bash[65964]: cluster 2023-12-06T15:21:03.158457+0000 mon.a (mon.0) 442 : cluster 3 Health check update: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:03 smithi140 bash[51581]: audit 2023-12-06T15:21:02.451294+0000 mon.a (mon.0) 439 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:03 smithi140 bash[51581]: audit 2023-12-06T15:21:02.453696+0000 mon.a (mon.0) 440 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:03 smithi140 bash[51581]: cluster 2023-12-06T15:21:02.483417+0000 mgr.y (mgr.34107) 273 : cluster 0 pgmap v163: 161 pgs: 7 peering, 25 active+undersized+degraded, 36 active+undersized, 93 active+clean; 585 KiB data, 189 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 93/630 objects degraded (14.762%) 2023-12-06T15:21:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:03 smithi140 bash[51581]: audit 2023-12-06T15:21:02.694764+0000 mon.a (mon.0) 441 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:03 smithi140 bash[51581]: cluster 2023-12-06T15:21:03.158457+0000 mon.a (mon.0) 442 : cluster 3 Health check update: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:04 smithi029 bash[64580]: audit 2023-12-06T15:21:03.576900+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:04.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:04 smithi029 bash[65964]: audit 2023-12-06T15:21:03.576900+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:04 smithi140 bash[51581]: audit 2023-12-06T15:21:03.576900+0000 mgr.y (mgr.34107) 274 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:05.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:05 smithi029 bash[64580]: cluster 2023-12-06T15:21:04.484964+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v164: 161 pgs: 7 peering, 4 active+undersized, 150 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:05 smithi029 bash[65964]: cluster 2023-12-06T15:21:04.484964+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v164: 161 pgs: 7 peering, 4 active+undersized, 150 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:05 smithi140 bash[51581]: cluster 2023-12-06T15:21:04.484964+0000 mgr.y (mgr.34107) 275 : cluster 0 pgmap v164: 161 pgs: 7 peering, 4 active+undersized, 150 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:06 smithi029 bash[64580]: cluster 2023-12-06T15:21:05.458393+0000 mon.a (mon.0) 443 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded) 2023-12-06T15:21:06.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:06 smithi029 bash[64580]: cluster 2023-12-06T15:21:05.458481+0000 mon.a (mon.0) 444 : cluster 1 Cluster is now healthy 2023-12-06T15:21:06.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:06 smithi029 bash[65964]: cluster 2023-12-06T15:21:05.458393+0000 mon.a (mon.0) 443 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded) 2023-12-06T15:21:06.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:06 smithi029 bash[65964]: cluster 2023-12-06T15:21:05.458481+0000 mon.a (mon.0) 444 : cluster 1 Cluster is now healthy 2023-12-06T15:21:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:06 smithi140 bash[51581]: cluster 2023-12-06T15:21:05.458393+0000 mon.a (mon.0) 443 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 93/630 objects degraded (14.762%), 25 pgs degraded) 2023-12-06T15:21:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:06 smithi140 bash[51581]: cluster 2023-12-06T15:21:05.458481+0000 mon.a (mon.0) 444 : cluster 1 Cluster is now healthy 2023-12-06T15:21:07.775 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:07 smithi140 bash[51581]: cluster 2023-12-06T15:21:06.485993+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 663 B/s rd, 0 op/s 2023-12-06T15:21:07.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:07 smithi029 bash[65964]: cluster 2023-12-06T15:21:06.485993+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 663 B/s rd, 0 op/s 2023-12-06T15:21:07.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:07 smithi029 bash[64580]: cluster 2023-12-06T15:21:06.485993+0000 mgr.y (mgr.34107) 276 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 663 B/s rd, 0 op/s 2023-12-06T15:21:09.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:09 smithi029 bash[65964]: cluster 2023-12-06T15:21:08.487452+0000 mgr.y (mgr.34107) 277 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:21:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:09 smithi029 bash[64580]: cluster 2023-12-06T15:21:08.487452+0000 mgr.y (mgr.34107) 277 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:21:09.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:09] "GET /metrics HTTP/1.1" 200 38270 "" "Prometheus/2.33.4" 2023-12-06T15:21:09.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:09 smithi140 bash[51581]: cluster 2023-12-06T15:21:08.487452+0000 mgr.y (mgr.34107) 277 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-06T15:21:11.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: cluster 2023-12-06T15:21:10.488553+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.367011+0000 mon.a (mon.0) 445 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.378026+0000 mon.a (mon.0) 446 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.379971+0000 mon.a (mon.0) 447 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.381659+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.389691+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.474730+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.478623+0000 mon.a (mon.0) 451 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.481713+0000 mon.a (mon.0) 452 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.484212+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:11.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:11 smithi140 bash[51581]: audit 2023-12-06T15:21:11.487188+0000 mon.a (mon.0) 454 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: cluster 2023-12-06T15:21:10.488553+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.367011+0000 mon.a (mon.0) 445 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.378026+0000 mon.a (mon.0) 446 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.379971+0000 mon.a (mon.0) 447 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.381659+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.389691+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.474730+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.478623+0000 mon.a (mon.0) 451 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.481713+0000 mon.a (mon.0) 452 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.484212+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[64580]: audit 2023-12-06T15:21:11.487188+0000 mon.a (mon.0) 454 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: cluster 2023-12-06T15:21:10.488553+0000 mgr.y (mgr.34107) 278 : cluster 0 pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.367011+0000 mon.a (mon.0) 445 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.378026+0000 mon.a (mon.0) 446 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.379971+0000 mon.a (mon.0) 447 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:12.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.381659+0000 mon.a (mon.0) 448 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.389691+0000 mon.a (mon.0) 449 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.474730+0000 mon.a (mon.0) 450 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.478623+0000 mon.a (mon.0) 451 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.481713+0000 mon.a (mon.0) 452 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.484212+0000 mon.a (mon.0) 453 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:12.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:11 smithi029 bash[65964]: audit 2023-12-06T15:21:11.487188+0000 mon.a (mon.0) 454 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:12 smithi140 bash[51581]: audit 2023-12-06T15:21:11.487668+0000 mgr.y (mgr.34107) 279 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:12 smithi140 bash[51581]: cephadm 2023-12-06T15:21:11.490149+0000 mgr.y (mgr.34107) 280 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:21:13.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:12 smithi029 bash[65964]: audit 2023-12-06T15:21:11.487668+0000 mgr.y (mgr.34107) 279 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:13.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:12 smithi029 bash[65964]: cephadm 2023-12-06T15:21:11.490149+0000 mgr.y (mgr.34107) 280 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:21:13.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:12 smithi029 bash[64580]: audit 2023-12-06T15:21:11.487668+0000 mgr.y (mgr.34107) 279 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-06T15:21:13.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:12 smithi029 bash[64580]: cephadm 2023-12-06T15:21:11.490149+0000 mgr.y (mgr.34107) 280 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-06T15:21:14.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[64580]: cluster 2023-12-06T15:21:12.489312+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2023-12-06T15:21:14.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[64580]: audit 2023-12-06T15:21:12.722985+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[64580]: audit 2023-12-06T15:21:13.667754+0000 mon.a (mon.0) 456 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[64580]: audit 2023-12-06T15:21:13.671259+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[64580]: audit 2023-12-06T15:21:13.673347+0000 mon.a (mon.0) 458 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[65964]: cluster 2023-12-06T15:21:12.489312+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[65964]: audit 2023-12-06T15:21:12.722985+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[65964]: audit 2023-12-06T15:21:13.667754+0000 mon.a (mon.0) 456 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[65964]: audit 2023-12-06T15:21:13.671259+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:21:14.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:13 smithi029 bash[65964]: audit 2023-12-06T15:21:13.673347+0000 mon.a (mon.0) 458 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:14.088 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:13 smithi140 bash[51581]: cluster 2023-12-06T15:21:12.489312+0000 mgr.y (mgr.34107) 281 : cluster 0 pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 874 B/s rd, 0 op/s 2023-12-06T15:21:14.088 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:13 smithi140 bash[51581]: audit 2023-12-06T15:21:12.722985+0000 mon.a (mon.0) 455 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.088 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:13 smithi140 bash[51581]: audit 2023-12-06T15:21:13.667754+0000 mon.a (mon.0) 456 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:14.089 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:13 smithi140 bash[51581]: audit 2023-12-06T15:21:13.671259+0000 mon.a (mon.0) 457 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T15:21:14.089 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:13 smithi140 bash[51581]: audit 2023-12-06T15:21:13.673347+0000 mon.a (mon.0) 458 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:15.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[65964]: audit 2023-12-06T15:21:13.586417+0000 mgr.y (mgr.34107) 282 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:15.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[65964]: cephadm 2023-12-06T15:21:13.659832+0000 mgr.y (mgr.34107) 283 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:21:15.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[65964]: cephadm 2023-12-06T15:21:13.677587+0000 mgr.y (mgr.34107) 284 : cephadm 1 Deploying daemon osd.5 on smithi140 2023-12-06T15:21:15.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[64580]: audit 2023-12-06T15:21:13.586417+0000 mgr.y (mgr.34107) 282 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:15.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[64580]: cephadm 2023-12-06T15:21:13.659832+0000 mgr.y (mgr.34107) 283 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:21:15.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:14 smithi029 bash[64580]: cephadm 2023-12-06T15:21:13.677587+0000 mgr.y (mgr.34107) 284 : cephadm 1 Deploying daemon osd.5 on smithi140 2023-12-06T15:21:15.049 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:14 smithi140 bash[51581]: audit 2023-12-06T15:21:13.586417+0000 mgr.y (mgr.34107) 282 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:15.049 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:14 smithi140 bash[51581]: cephadm 2023-12-06T15:21:13.659832+0000 mgr.y (mgr.34107) 283 : cephadm 1 Upgrade: Updating osd.5 2023-12-06T15:21:15.049 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:14 smithi140 bash[51581]: cephadm 2023-12-06T15:21:13.677587+0000 mgr.y (mgr.34107) 284 : cephadm 1 Deploying daemon osd.5 on smithi140 2023-12-06T15:21:16.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:15 smithi029 bash[64580]: cluster 2023-12-06T15:21:14.490949+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:16.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:15 smithi029 bash[65964]: cluster 2023-12-06T15:21:14.490949+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:16.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:15 smithi140 bash[51581]: cluster 2023-12-06T15:21:14.490949+0000 mgr.y (mgr.34107) 285 : cluster 0 pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:18.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[64580]: cluster 2023-12-06T15:21:16.491983+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:18.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[64580]: audit 2023-12-06T15:21:17.451742+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:18.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[64580]: audit 2023-12-06T15:21:17.454086+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:18.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[65964]: cluster 2023-12-06T15:21:16.491983+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:18.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[65964]: audit 2023-12-06T15:21:17.451742+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:18.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:17 smithi029 bash[65964]: audit 2023-12-06T15:21:17.454086+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:17 smithi140 bash[51581]: cluster 2023-12-06T15:21:16.491983+0000 mgr.y (mgr.34107) 286 : cluster 0 pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:17 smithi140 bash[51581]: audit 2023-12-06T15:21:17.451742+0000 mon.a (mon.0) 459 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:18.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:17 smithi140 bash[51581]: audit 2023-12-06T15:21:17.454086+0000 mon.a (mon.0) 460 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:18.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:18 smithi140 systemd[1]: Stopping Ceph osd.5 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:21:18.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:18 smithi140 bash[31162]: debug 2023-12-06T15:21:18.294+0000 7f319c325700 -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-06T15:21:18.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:18 smithi140 bash[31162]: debug 2023-12-06T15:21:18.294+0000 7f319c325700 -1 osd.5 129 *** Got signal Terminated *** 2023-12-06T15:21:18.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:18 smithi140 bash[31162]: debug 2023-12-06T15:21:18.294+0000 7f319c325700 -1 osd.5 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:21:19.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:19] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.33.4" 2023-12-06T15:21:19.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:19 smithi029 bash[64580]: cluster 2023-12-06T15:21:18.298491+0000 mon.a (mon.0) 461 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:21:19.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:19 smithi029 bash[64580]: cluster 2023-12-06T15:21:18.493378+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:19 smithi029 bash[65964]: cluster 2023-12-06T15:21:18.298491+0000 mon.a (mon.0) 461 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:21:19.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:19 smithi029 bash[65964]: cluster 2023-12-06T15:21:18.493378+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:19 smithi140 bash[51581]: cluster 2023-12-06T15:21:18.298491+0000 mon.a (mon.0) 461 : cluster 1 osd.5 marked itself down and dead 2023-12-06T15:21:19.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:19 smithi140 bash[51581]: cluster 2023-12-06T15:21:18.493378+0000 mgr.y (mgr.34107) 287 : cluster 0 pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.168264+0000 mon.a (mon.0) 462 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.182797+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.184241+0000 mon.a (mon.0) 463 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.187621+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.190495+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.190611+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.192505+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.308 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.196600+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.309 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.199574+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.309 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.201231+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.309 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[51581]: cluster 2023-12-06T15:21:19.202281+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.514 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[55478]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.168264+0000 mon.a (mon.0) 462 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.182797+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.184241+0000 mon.a (mon.0) 463 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.187621+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.190495+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.190611+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.192505+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.196600+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.199574+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.201231+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[64580]: cluster 2023-12-06T15:21:19.202281+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.168264+0000 mon.a (mon.0) 462 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.182797+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.184241+0000 mon.a (mon.0) 463 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.187621+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.190495+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.190611+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.192505+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.196600+0000 osd.6 (osd.6) 44 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.199574+0000 osd.6 (osd.6) 45 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.201231+0000 osd.6 (osd.6) 46 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:20 smithi029 bash[65964]: cluster 2023-12-06T15:21:19.202281+0000 osd.6 (osd.6) 47 : cluster 3 failed to encode map e130 with expected crc 2023-12-06T15:21:20.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:20 smithi140 bash[55551]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.184018+0000 mon.a (mon.0) 464 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.185155+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.185680+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.187958+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.190217+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.194213+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.458 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:21 smithi140 bash[51581]: cluster 2023-12-06T15:21:20.494547+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v174: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.184018+0000 mon.a (mon.0) 464 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.185155+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.185680+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.187958+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.190217+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.194213+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[64580]: cluster 2023-12-06T15:21:20.494547+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v174: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.184018+0000 mon.a (mon.0) 464 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.185155+0000 osd.6 (osd.6) 48 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.185680+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.187958+0000 osd.6 (osd.6) 49 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.190217+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.194213+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-06T15:21:21.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:21 smithi029 bash[65964]: cluster 2023-12-06T15:21:20.494547+0000 mgr.y (mgr.34107) 288 : cluster 0 pgmap v174: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:22 smithi140 bash[51581]: cluster 2023-12-06T15:21:21.181495+0000 mon.a (mon.0) 465 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:22.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:22 smithi140 bash[51581]: cluster 2023-12-06T15:21:21.181582+0000 mon.a (mon.0) 466 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:22.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:22 smithi029 bash[65964]: cluster 2023-12-06T15:21:21.181495+0000 mon.a (mon.0) 465 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:22.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:22 smithi029 bash[65964]: cluster 2023-12-06T15:21:21.181582+0000 mon.a (mon.0) 466 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:22 smithi029 bash[64580]: cluster 2023-12-06T15:21:21.181495+0000 mon.a (mon.0) 465 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:22.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:22 smithi029 bash[64580]: cluster 2023-12-06T15:21:21.181582+0000 mon.a (mon.0) 466 : cluster 3 Health check failed: Degraded data redundancy: 9/630 objects degraded (1.429%), 3 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:22.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:22 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.5.service: Succeeded. 2023-12-06T15:21:22.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:22 smithi140 systemd[1]: Stopped Ceph osd.5 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:21:22.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:22 smithi140 systemd[1]: Started Ceph osd.5 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:21:23.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[65964]: cluster 2023-12-06T15:21:22.495524+0000 mgr.y (mgr.34107) 289 : cluster 0 pgmap v175: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:23.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[65964]: audit 2023-12-06T15:21:22.916392+0000 mon.a (mon.0) 467 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:23.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[65964]: audit 2023-12-06T15:21:22.925347+0000 mon.a (mon.0) 468 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[64580]: cluster 2023-12-06T15:21:22.495524+0000 mgr.y (mgr.34107) 289 : cluster 0 pgmap v175: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[64580]: audit 2023-12-06T15:21:22.916392+0000 mon.a (mon.0) 467 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:23.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:23 smithi029 bash[64580]: audit 2023-12-06T15:21:22.925347+0000 mon.a (mon.0) 468 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:23.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:23 smithi140 bash[51581]: cluster 2023-12-06T15:21:22.495524+0000 mgr.y (mgr.34107) 289 : cluster 0 pgmap v175: 161 pgs: 3 active+undersized+degraded, 6 peering, 19 stale+active+clean, 3 active+undersized, 130 active+clean; 585 KiB data, 193 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 9/630 objects degraded (1.429%) 2023-12-06T15:21:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:23 smithi140 bash[51581]: audit 2023-12-06T15:21:22.916392+0000 mon.a (mon.0) 467 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:23.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:23 smithi140 bash[51581]: audit 2023-12-06T15:21:22.925347+0000 mon.a (mon.0) 468 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:24.493 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[51581]: audit 2023-12-06T15:21:23.593134+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:24.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:24 smithi029 bash[65964]: audit 2023-12-06T15:21:23.593134+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:24.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:24 smithi029 bash[64580]: audit 2023-12-06T15:21:23.593134+0000 mgr.y (mgr.34107) 290 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:24.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: 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-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-06T15:21:24.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:24 smithi140 bash[55722]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-06T15:21:25.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:25 smithi029 bash[65964]: cluster 2023-12-06T15:21:24.497441+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v176: 161 pgs: 20 active+undersized+degraded, 6 peering, 33 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:21:25.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:25 smithi029 bash[64580]: cluster 2023-12-06T15:21:24.497441+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v176: 161 pgs: 20 active+undersized+degraded, 6 peering, 33 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:21:25.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:25 smithi140 bash[51581]: cluster 2023-12-06T15:21:24.497441+0000 mgr.y (mgr.34107) 291 : cluster 0 pgmap v176: 161 pgs: 20 active+undersized+degraded, 6 peering, 33 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 74/630 objects degraded (11.746%) 2023-12-06T15:21:26.033 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:21:26.374 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:26 smithi140 bash[56033]: debug 2023-12-06T15:21:26.186+0000 7fdf425fa700 1 -- 172.21.15.140:0/1910986016 <== mon.1 v2:172.21.15.29:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563276cff1e0 con 0x563276d84800 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (7m) 59s ago 14m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (6m) 26s ago 14m 43.9M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (5m) 59s ago 12m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (5m) 26s ago 20m 434M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (6m) 59s ago 22m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:21:26.798 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (5m) 59s ago 23m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (4m) 26s ago 21m 44.0M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (4m) 59s ago 21m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (7m) 59s ago 15m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (6m) 26s ago 15m 12.2M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (2m) 59s ago 20m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (2m) 59s ago 19m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (97s) 59s ago 19m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (64s) 59s ago 18m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (33s) 26s ago 17m 13.3M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 34b60f3e3927 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 starting - - - 3037M 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (16m) 26s ago 16m 61.6M 3037M 17.2.0 e1d6a67b021e 1aa41052844d 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (16m) 26s ago 16m 68.1M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (5m) 26s ago 15m 63.0M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (12m) 59s ago 12m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:21:26.799 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (12m) 26s ago 12m 90.6M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:21:26.800 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (12m) 59s ago 12m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:21:26.800 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (12m) 26s ago 12m 88.7M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:21:26.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:26 smithi140 bash[51581]: cluster 2023-12-06T15:21:26.550861+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:26.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:26 smithi140 bash[51581]: cluster 2023-12-06T15:21:26.550905+0000 mon.a (mon.0) 470 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:26.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:26 smithi140 bash[56033]: debug 2023-12-06T15:21:26.738+0000 7fdf4b780640 -1 Falling back to public interface 2023-12-06T15:21:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:26 smithi029 bash[64580]: cluster 2023-12-06T15:21:26.550861+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:27.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:26 smithi029 bash[64580]: cluster 2023-12-06T15:21:26.550905+0000 mon.a (mon.0) 470 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:26 smithi029 bash[65964]: cluster 2023-12-06T15:21:26.550861+0000 mon.a (mon.0) 469 : cluster 3 Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 21 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:27.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:26 smithi029 bash[65964]: cluster 2023-12-06T15:21:26.550905+0000 mon.a (mon.0) 470 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:27.267 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:21:27.267 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:21:27.267 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:21:27.267 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:27.267 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 5 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 10 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:21:27.268 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:21:27.610 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[64580]: audit 2023-12-06T15:21:26.014298+0000 mgr.y (mgr.34107) 292 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:27.610 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[64580]: audit 2023-12-06T15:21:26.400747+0000 mgr.y (mgr.34107) 293 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:27.610 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[64580]: cluster 2023-12-06T15:21:26.498692+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v177: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "10/23 daemons upgraded", 2023-12-06T15:21:27.660 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:21:27.661 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:21:27.661 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:21:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:27 smithi140 bash[51581]: audit 2023-12-06T15:21:26.014298+0000 mgr.y (mgr.34107) 292 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:27 smithi140 bash[51581]: audit 2023-12-06T15:21:26.400747+0000 mgr.y (mgr.34107) 293 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:27 smithi140 bash[51581]: cluster 2023-12-06T15:21:26.498692+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v177: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:27 smithi140 bash[51581]: audit 2023-12-06T15:21:26.778973+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:27.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:27 smithi140 bash[51581]: audit 2023-12-06T15:21:27.264130+0000 mon.a (mon.0) 471 : audit 0 from='client.? 172.21.15.29:0/2672715413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[64580]: audit 2023-12-06T15:21:26.778973+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[64580]: audit 2023-12-06T15:21:27.264130+0000 mon.a (mon.0) 471 : audit 0 from='client.? 172.21.15.29:0/2672715413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[65964]: audit 2023-12-06T15:21:26.014298+0000 mgr.y (mgr.34107) 292 : audit 0 from='client.44419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[65964]: audit 2023-12-06T15:21:26.400747+0000 mgr.y (mgr.34107) 293 : audit 0 from='client.44425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[65964]: cluster 2023-12-06T15:21:26.498692+0000 mgr.y (mgr.34107) 294 : cluster 0 pgmap v177: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[65964]: audit 2023-12-06T15:21:26.778973+0000 mgr.y (mgr.34107) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:27 smithi029 bash[65964]: audit 2023-12-06T15:21:27.264130+0000 mon.a (mon.0) 471 : audit 0 from='client.? 172.21.15.29:0/2672715413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:28.112 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 75/630 objects degraded (11.905%), 21 pgs degraded 2023-12-06T15:21:28.112 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-06T15:21:28.112 INFO:teuthology.orchestra.run.smithi029.stdout: osd.5 (root=default,host=smithi140) is down 2023-12-06T15:21:28.112 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 75/630 objects degraded (11.905%), 21 pgs degraded 2023-12-06T15:21:28.112 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.b is active+undersized+degraded, acting [7,4] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.c is active+undersized+degraded, acting [2,0] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.1c is active+undersized+degraded, acting [7,2] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2023-12-06T15:21:28.113 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2023-12-06T15:21:28.114 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2023-12-06T15:21:28.114 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2023-12-06T15:21:28.114 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2023-12-06T15:21:28.114 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2023-12-06T15:21:28.114 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2023-12-06T15:21:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:28 smithi140 bash[51581]: audit 2023-12-06T15:21:27.656322+0000 mgr.y (mgr.34107) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:28 smithi140 bash[51581]: audit 2023-12-06T15:21:28.109537+0000 mon.a (mon.0) 472 : audit 0 from='client.? 172.21.15.29:0/65159423' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:21:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:28 smithi029 bash[64580]: audit 2023-12-06T15:21:27.656322+0000 mgr.y (mgr.34107) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:28 smithi029 bash[64580]: audit 2023-12-06T15:21:28.109537+0000 mon.a (mon.0) 472 : audit 0 from='client.? 172.21.15.29:0/65159423' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:21:29.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:28 smithi029 bash[65964]: audit 2023-12-06T15:21:27.656322+0000 mgr.y (mgr.34107) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:21:29.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:28 smithi029 bash[65964]: audit 2023-12-06T15:21:28.109537+0000 mon.a (mon.0) 472 : audit 0 from='client.? 172.21.15.29:0/65159423' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:21:29.613 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:29] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.33.4" 2023-12-06T15:21:29.873 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:29 smithi140 bash[56033]: debug 2023-12-06T15:21:29.818+0000 7fdf4b780640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-06T15:21:29.873 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:29 smithi140 bash[51581]: cluster 2023-12-06T15:21:28.500410+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:29.873 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:29 smithi140 bash[51581]: audit 2023-12-06T15:21:29.312555+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:29.873 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:29 smithi140 bash[51581]: audit 2023-12-06T15:21:29.321035+0000 mon.a (mon.0) 474 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[64580]: cluster 2023-12-06T15:21:28.500410+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:30.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[64580]: audit 2023-12-06T15:21:29.312555+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[64580]: audit 2023-12-06T15:21:29.321035+0000 mon.a (mon.0) 474 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[65964]: cluster 2023-12-06T15:21:28.500410+0000 mgr.y (mgr.34107) 297 : cluster 0 pgmap v178: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:30.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[65964]: audit 2023-12-06T15:21:29.312555+0000 mon.a (mon.0) 473 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:29 smithi029 bash[65964]: audit 2023-12-06T15:21:29.321035+0000 mon.a (mon.0) 474 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.124 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:29 smithi140 bash[56033]: debug 2023-12-06T15:21:29.866+0000 7fdf4b780640 -1 osd.5 129 log_to_monitors true 2023-12-06T15:21:30.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:21:30 smithi140 bash[56033]: debug 2023-12-06T15:21:30.674+0000 7fdf3b3ee700 -1 osd.5 129 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:21:30.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:30 smithi140 bash[51581]: audit 2023-12-06T15:21:29.875365+0000 mon.a (mon.0) 475 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:30 smithi140 bash[51581]: audit 2023-12-06T15:21:29.877757+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:30 smithi140 bash[51581]: audit 2023-12-06T15:21:30.369026+0000 mon.a (mon.0) 476 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:30.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:30 smithi140 bash[51581]: audit 2023-12-06T15:21:30.381135+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[64580]: audit 2023-12-06T15:21:29.875365+0000 mon.a (mon.0) 475 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[64580]: audit 2023-12-06T15:21:29.877757+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[64580]: audit 2023-12-06T15:21:30.369026+0000 mon.a (mon.0) 476 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:31.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[64580]: audit 2023-12-06T15:21:30.381135+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[65964]: audit 2023-12-06T15:21:29.875365+0000 mon.a (mon.0) 475 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[65964]: audit 2023-12-06T15:21:29.877757+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T15:21:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[65964]: audit 2023-12-06T15:21:30.369026+0000 mon.a (mon.0) 476 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:31.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:30 smithi029 bash[65964]: audit 2023-12-06T15:21:30.381135+0000 mon.a (mon.0) 477 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: cluster 2023-12-06T15:21:30.501865+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: audit 2023-12-06T15:21:30.620594+0000 mon.a (mon.0) 478 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: cluster 2023-12-06T15:21:30.625401+0000 mon.a (mon.0) 479 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: cluster 2023-12-06T15:21:30.625582+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: audit 2023-12-06T15:21:30.630575+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:32.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[64580]: audit 2023-12-06T15:21:30.632719+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: cluster 2023-12-06T15:21:30.501865+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: audit 2023-12-06T15:21:30.620594+0000 mon.a (mon.0) 478 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: cluster 2023-12-06T15:21:30.625401+0000 mon.a (mon.0) 479 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: cluster 2023-12-06T15:21:30.625582+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: audit 2023-12-06T15:21:30.630575+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:32.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:31 smithi029 bash[65964]: audit 2023-12-06T15:21:30.632719+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: cluster 2023-12-06T15:21:30.501865+0000 mgr.y (mgr.34107) 298 : cluster 0 pgmap v179: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 75/630 objects degraded (11.905%) 2023-12-06T15:21:32.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: audit 2023-12-06T15:21:30.620594+0000 mon.a (mon.0) 478 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T15:21:32.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: cluster 2023-12-06T15:21:30.625401+0000 mon.a (mon.0) 479 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-06T15:21:32.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: cluster 2023-12-06T15:21:30.625582+0000 osd.6 (osd.6) 50 : cluster 3 failed to encode map e132 with expected crc 2023-12-06T15:21:32.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: audit 2023-12-06T15:21:30.630575+0000 mon.a (mon.0) 480 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:32.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:31 smithi140 bash[51581]: audit 2023-12-06T15:21:30.632719+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.621385+0000 mon.a (mon.0) 481 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.628191+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.631365+0000 mon.a (mon.0) 482 : cluster 1 osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331] boot 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.631550+0000 mon.a (mon.0) 483 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.633963+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.635356+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: audit 2023-12-06T15:21:31.638085+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:21:33.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:31.638550+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: audit 2023-12-06T15:21:32.451930+0000 mon.a (mon.0) 485 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: audit 2023-12-06T15:21:32.454292+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.632705+0000 mon.a (mon.0) 487 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.621385+0000 mon.a (mon.0) 481 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.628191+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.631365+0000 mon.a (mon.0) 482 : cluster 1 osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331] boot 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.631550+0000 mon.a (mon.0) 483 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.633963+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.635356+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: audit 2023-12-06T15:21:31.638085+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:31.638550+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: audit 2023-12-06T15:21:32.451930+0000 mon.a (mon.0) 485 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:33.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: audit 2023-12-06T15:21:32.454292+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:33.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:32 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.632705+0000 mon.a (mon.0) 487 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-06T15:21:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.621385+0000 mon.a (mon.0) 481 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.628191+0000 osd.6 (osd.6) 51 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.631365+0000 mon.a (mon.0) 482 : cluster 1 osd.5 [v2:172.21.15.140:6808/1758085331,v1:172.21.15.140:6809/1758085331] boot 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.631550+0000 mon.a (mon.0) 483 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.633963+0000 osd.6 (osd.6) 52 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.635356+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: audit 2023-12-06T15:21:31.638085+0000 mon.a (mon.0) 484 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:31.638550+0000 osd.6 (osd.6) 53 : cluster 3 failed to encode map e133 with expected crc 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: audit 2023-12-06T15:21:32.451930+0000 mon.a (mon.0) 485 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: audit 2023-12-06T15:21:32.454292+0000 mon.a (mon.0) 486 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:32 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.632705+0000 mon.a (mon.0) 487 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.502921+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.630869+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.631380+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.637025+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.637599+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: cluster 2023-12-06T15:21:32.642040+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[64580]: audit 2023-12-06T15:21:32.760384+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.502921+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.630869+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.631380+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.637025+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.637599+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: cluster 2023-12-06T15:21:32.642040+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:33 smithi029 bash[65964]: audit 2023-12-06T15:21:32.760384+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.502921+0000 mgr.y (mgr.34107) 299 : cluster 0 pgmap v182: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 75/630 objects degraded (11.905%) 2023-12-06T15:21:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.630869+0000 osd.6 (osd.6) 54 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.631380+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.637025+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.637599+0000 osd.6 (osd.6) 55 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: cluster 2023-12-06T15:21:32.642040+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-06T15:21:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:33 smithi140 bash[51581]: audit 2023-12-06T15:21:32.760384+0000 mon.a (mon.0) 488 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:35.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:34 smithi029 bash[64580]: audit 2023-12-06T15:21:33.603586+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:35.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:34 smithi029 bash[65964]: audit 2023-12-06T15:21:33.603586+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:35.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:34 smithi140 bash[51581]: audit 2023-12-06T15:21:33.603586+0000 mgr.y (mgr.34107) 300 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:36.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:35 smithi029 bash[64580]: cluster 2023-12-06T15:21:34.504233+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v184: 161 pgs: 13 peering, 11 active+undersized+degraded, 20 active+undersized, 117 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 43/630 objects degraded (6.825%) 2023-12-06T15:21:36.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:35 smithi029 bash[64580]: cluster 2023-12-06T15:21:34.757975+0000 mon.a (mon.0) 489 : cluster 3 Health check update: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:36.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:35 smithi029 bash[65964]: cluster 2023-12-06T15:21:34.504233+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v184: 161 pgs: 13 peering, 11 active+undersized+degraded, 20 active+undersized, 117 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 43/630 objects degraded (6.825%) 2023-12-06T15:21:36.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:35 smithi029 bash[65964]: cluster 2023-12-06T15:21:34.757975+0000 mon.a (mon.0) 489 : cluster 3 Health check update: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:35 smithi140 bash[51581]: cluster 2023-12-06T15:21:34.504233+0000 mgr.y (mgr.34107) 301 : cluster 0 pgmap v184: 161 pgs: 13 peering, 11 active+undersized+degraded, 20 active+undersized, 117 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 43/630 objects degraded (6.825%) 2023-12-06T15:21:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:35 smithi140 bash[51581]: cluster 2023-12-06T15:21:34.757975+0000 mon.a (mon.0) 489 : cluster 3 Health check update: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:37.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:36 smithi140 bash[51581]: cluster 2023-12-06T15:21:36.769181+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded) 2023-12-06T15:21:37.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:36 smithi140 bash[51581]: cluster 2023-12-06T15:21:36.769245+0000 mon.a (mon.0) 491 : cluster 1 Cluster is now healthy 2023-12-06T15:21:37.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:36 smithi029 bash[64580]: cluster 2023-12-06T15:21:36.769181+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded) 2023-12-06T15:21:37.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:36 smithi029 bash[64580]: cluster 2023-12-06T15:21:36.769245+0000 mon.a (mon.0) 491 : cluster 1 Cluster is now healthy 2023-12-06T15:21:37.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:36 smithi029 bash[65964]: cluster 2023-12-06T15:21:36.769181+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/630 objects degraded (6.825%), 11 pgs degraded) 2023-12-06T15:21:37.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:36 smithi029 bash[65964]: cluster 2023-12-06T15:21:36.769245+0000 mon.a (mon.0) 491 : cluster 1 Cluster is now healthy 2023-12-06T15:21:38.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:37 smithi140 bash[51581]: cluster 2023-12-06T15:21:36.505427+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v185: 161 pgs: 13 peering, 148 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:21:38.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:37 smithi029 bash[64580]: cluster 2023-12-06T15:21:36.505427+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v185: 161 pgs: 13 peering, 148 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:21:38.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:37 smithi029 bash[65964]: cluster 2023-12-06T15:21:36.505427+0000 mgr.y (mgr.34107) 302 : cluster 0 pgmap v185: 161 pgs: 13 peering, 148 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-06T15:21:39.440 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:39 smithi140 bash[51581]: cluster 2023-12-06T15:21:38.506704+0000 mgr.y (mgr.34107) 303 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:21:39.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:39 smithi029 bash[64580]: cluster 2023-12-06T15:21:38.506704+0000 mgr.y (mgr.34107) 303 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:21:39.531 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:39] "GET /metrics HTTP/1.1" 200 38276 "" "Prometheus/2.33.4" 2023-12-06T15:21:39.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:39 smithi029 bash[65964]: cluster 2023-12-06T15:21:38.506704+0000 mgr.y (mgr.34107) 303 : cluster 0 pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T15:21:41.528 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.186538+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.198264+0000 mon.a (mon.0) 493 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.200896+0000 mon.a (mon.0) 494 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.202600+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.211618+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.300478+0000 mon.a (mon.0) 497 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.304071+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.306526+0000 mon.a (mon.0) 499 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.308316+0000 mon.a (mon.0) 500 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.310571+0000 mon.a (mon.0) 501 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: audit 2023-12-06T15:21:40.310892+0000 mgr.y (mgr.34107) 304 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.529 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: cephadm 2023-12-06T15:21:40.312630+0000 mgr.y (mgr.34107) 305 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:21:41.530 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:41 smithi140 bash[51581]: cluster 2023-12-06T15:21:40.507842+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 922 B/s rd, 0 op/s 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.186538+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.198264+0000 mon.a (mon.0) 493 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.200896+0000 mon.a (mon.0) 494 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.202600+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.211618+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.300478+0000 mon.a (mon.0) 497 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.304071+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.306526+0000 mon.a (mon.0) 499 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.308316+0000 mon.a (mon.0) 500 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.310571+0000 mon.a (mon.0) 501 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: audit 2023-12-06T15:21:40.310892+0000 mgr.y (mgr.34107) 304 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: cephadm 2023-12-06T15:21:40.312630+0000 mgr.y (mgr.34107) 305 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[64580]: cluster 2023-12-06T15:21:40.507842+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 922 B/s rd, 0 op/s 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.186538+0000 mon.a (mon.0) 492 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.198264+0000 mon.a (mon.0) 493 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.200896+0000 mon.a (mon.0) 494 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.202600+0000 mon.a (mon.0) 495 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.211618+0000 mon.a (mon.0) 496 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.300478+0000 mon.a (mon.0) 497 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.304071+0000 mon.a (mon.0) 498 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.306526+0000 mon.a (mon.0) 499 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.308316+0000 mon.a (mon.0) 500 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.310571+0000 mon.a (mon.0) 501 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: audit 2023-12-06T15:21:40.310892+0000 mgr.y (mgr.34107) 304 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-06T15:21:41.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: cephadm 2023-12-06T15:21:40.312630+0000 mgr.y (mgr.34107) 305 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-06T15:21:41.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:41 smithi029 bash[65964]: cluster 2023-12-06T15:21:40.507842+0000 mgr.y (mgr.34107) 306 : cluster 0 pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 922 B/s rd, 0 op/s 2023-12-06T15:21:43.853 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: cluster 2023-12-06T15:21:42.508695+0000 mgr.y (mgr.34107) 307 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:21:43.853 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: cephadm 2023-12-06T15:21:42.532978+0000 mgr.y (mgr.34107) 308 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:21:43.853 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: audit 2023-12-06T15:21:42.539167+0000 mon.a (mon.0) 502 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:43.854 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: audit 2023-12-06T15:21:42.542498+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:21:43.854 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: audit 2023-12-06T15:21:42.544654+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:43.854 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: cephadm 2023-12-06T15:21:42.549273+0000 mgr.y (mgr.34107) 309 : cephadm 1 Deploying daemon osd.6 on smithi140 2023-12-06T15:21:43.854 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:43 smithi140 bash[51581]: audit 2023-12-06T15:21:42.788389+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: cluster 2023-12-06T15:21:42.508695+0000 mgr.y (mgr.34107) 307 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: cephadm 2023-12-06T15:21:42.532978+0000 mgr.y (mgr.34107) 308 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: audit 2023-12-06T15:21:42.539167+0000 mon.a (mon.0) 502 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: audit 2023-12-06T15:21:42.542498+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: audit 2023-12-06T15:21:42.544654+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: cephadm 2023-12-06T15:21:42.549273+0000 mgr.y (mgr.34107) 309 : cephadm 1 Deploying daemon osd.6 on smithi140 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[65964]: audit 2023-12-06T15:21:42.788389+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: cluster 2023-12-06T15:21:42.508695+0000 mgr.y (mgr.34107) 307 : cluster 0 pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: cephadm 2023-12-06T15:21:42.532978+0000 mgr.y (mgr.34107) 308 : cephadm 1 Upgrade: Updating osd.6 2023-12-06T15:21:44.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: audit 2023-12-06T15:21:42.539167+0000 mon.a (mon.0) 502 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:44.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: audit 2023-12-06T15:21:42.542498+0000 mon.a (mon.0) 503 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T15:21:44.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: audit 2023-12-06T15:21:42.544654+0000 mon.a (mon.0) 504 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:21:44.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: cephadm 2023-12-06T15:21:42.549273+0000 mgr.y (mgr.34107) 309 : cephadm 1 Deploying daemon osd.6 on smithi140 2023-12-06T15:21:44.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:43 smithi029 bash[64580]: audit 2023-12-06T15:21:42.788389+0000 mon.a (mon.0) 505 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:44 smithi140 bash[51581]: audit 2023-12-06T15:21:43.611651+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:45.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:44 smithi029 bash[65964]: audit 2023-12-06T15:21:43.611651+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:45.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:44 smithi029 bash[64580]: audit 2023-12-06T15:21:43.611651+0000 mgr.y (mgr.34107) 310 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:45.835 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:45 smithi140 bash[51581]: cluster 2023-12-06T15:21:44.510106+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-06T15:21:46.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:45 smithi029 bash[64580]: cluster 2023-12-06T15:21:44.510106+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-06T15:21:46.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:45 smithi029 bash[65964]: cluster 2023-12-06T15:21:44.510106+0000 mgr.y (mgr.34107) 311 : cluster 0 pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 861 B/s rd, 0 op/s 2023-12-06T15:21:47.066 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:46 smithi140 systemd[1]: Stopping Ceph osd.6 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:21:47.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[34275]: debug 2023-12-06T15:21:47.062+0000 7f2e34998700 -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-06T15:21:47.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[34275]: debug 2023-12-06T15:21:47.062+0000 7f2e34998700 -1 osd.6 134 *** Got signal Terminated *** 2023-12-06T15:21:47.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[34275]: debug 2023-12-06T15:21:47.062+0000 7f2e34998700 -1 osd.6 134 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:21:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[51581]: cluster 2023-12-06T15:21:46.511265+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:47.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.064258+0000 mon.a (mon.0) 506 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:21:47.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[51581]: audit 2023-12-06T15:21:47.452256+0000 mon.a (mon.0) 507 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:47.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:47 smithi140 bash[51581]: audit 2023-12-06T15:21:47.454730+0000 mon.a (mon.0) 508 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:48.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[65964]: cluster 2023-12-06T15:21:46.511265+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.064258+0000 mon.a (mon.0) 506 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[65964]: audit 2023-12-06T15:21:47.452256+0000 mon.a (mon.0) 507 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[65964]: audit 2023-12-06T15:21:47.454730+0000 mon.a (mon.0) 508 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[64580]: cluster 2023-12-06T15:21:46.511265+0000 mgr.y (mgr.34107) 312 : cluster 0 pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.064258+0000 mon.a (mon.0) 506 : cluster 1 osd.6 marked itself down and dead 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[64580]: audit 2023-12-06T15:21:47.452256+0000 mon.a (mon.0) 507 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:48.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:47 smithi029 bash[64580]: audit 2023-12-06T15:21:47.454730+0000 mon.a (mon.0) 508 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:21:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.553288+0000 mon.a (mon.0) 509 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.562387+0000 mon.a (mon.0) 510 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.572212+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.573926+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.575740+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.577555+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.579563+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:47.582092+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:48.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.565866+0000 mon.a (mon.0) 511 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-06T15:21:48.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[57530]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:21:48.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:48 smithi140 bash[57605]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.553288+0000 mon.a (mon.0) 509 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.562387+0000 mon.a (mon.0) 510 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.572212+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.573926+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.575740+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.577555+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.579563+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:47.582092+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.565866+0000 mon.a (mon.0) 511 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.553288+0000 mon.a (mon.0) 509 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.562387+0000 mon.a (mon.0) 510 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.572212+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.573926+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.575740+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.577555+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.579563+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:47.582092+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-06T15:21:49.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:48 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.565866+0000 mon.a (mon.0) 511 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-06T15:21:49.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:49] "GET /metrics HTTP/1.1" 200 38419 "" "Prometheus/2.33.4" 2023-12-06T15:21:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.512225+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v192: 161 pgs: 10 peering, 12 stale+active+clean, 139 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.567952+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.572034+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:49.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.576506+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:48.578892+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:49.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:49 smithi140 bash[51581]: cluster 2023-12-06T15:21:49.177209+0000 mon.a (mon.0) 512 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:50.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.512225+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v192: 161 pgs: 10 peering, 12 stale+active+clean, 139 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.567952+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.572034+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.576506+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:48.578892+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[64580]: cluster 2023-12-06T15:21:49.177209+0000 mon.a (mon.0) 512 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.512225+0000 mgr.y (mgr.34107) 313 : cluster 0 pgmap v192: 161 pgs: 10 peering, 12 stale+active+clean, 139 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.567952+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.572034+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.576506+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:48.578892+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-06T15:21:50.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:49 smithi029 bash[65964]: cluster 2023-12-06T15:21:49.177209+0000 mon.a (mon.0) 512 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-06T15:21:51.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:50 smithi029 bash[64580]: cluster 2023-12-06T15:21:50.581534+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 26/630 objects degraded (4.127%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:51.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:50 smithi029 bash[65964]: cluster 2023-12-06T15:21:50.581534+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 26/630 objects degraded (4.127%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:51.070 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:50 smithi140 bash[51581]: cluster 2023-12-06T15:21:50.581534+0000 mon.a (mon.0) 513 : cluster 3 Health check failed: Degraded data redundancy: 26/630 objects degraded (4.127%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:51.070 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:50 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.6.service: Succeeded. 2023-12-06T15:21:51.071 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:50 smithi140 systemd[1]: Stopped Ceph osd.6 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:21:51.071 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:51 smithi140 systemd[1]: Started Ceph osd.6 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:21:51.936 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:51 smithi140 bash[51581]: cluster 2023-12-06T15:21:50.513545+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v194: 161 pgs: 6 active+undersized+degraded, 10 peering, 4 stale+active+clean, 12 active+undersized, 129 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 26/630 objects degraded (4.127%) 2023-12-06T15:21:51.937 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:51 smithi140 bash[51581]: audit 2023-12-06T15:21:51.117955+0000 mon.a (mon.0) 514 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:51.937 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:51 smithi140 bash[51581]: audit 2023-12-06T15:21:51.130134+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[65964]: cluster 2023-12-06T15:21:50.513545+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v194: 161 pgs: 6 active+undersized+degraded, 10 peering, 4 stale+active+clean, 12 active+undersized, 129 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 26/630 objects degraded (4.127%) 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[65964]: audit 2023-12-06T15:21:51.117955+0000 mon.a (mon.0) 514 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[65964]: audit 2023-12-06T15:21:51.130134+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[64580]: cluster 2023-12-06T15:21:50.513545+0000 mgr.y (mgr.34107) 314 : cluster 0 pgmap v194: 161 pgs: 6 active+undersized+degraded, 10 peering, 4 stale+active+clean, 12 active+undersized, 129 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 26/630 objects degraded (4.127%) 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[64580]: audit 2023-12-06T15:21:51.117955+0000 mon.a (mon.0) 514 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:52.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:51 smithi029 bash[64580]: audit 2023-12-06T15:21:51.130134+0000 mon.a (mon.0) 515 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:52.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T15:21:52.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: 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-06T15:21:52.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-06T15:21:52.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-06T15:21:52.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-06T15:21:52.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-06T15:21:52.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:52 smithi140 bash[57770]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-06T15:21:54.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:53 smithi029 bash[65964]: cluster 2023-12-06T15:21:52.514788+0000 mgr.y (mgr.34107) 315 : cluster 0 pgmap v195: 161 pgs: 10 active+undersized+degraded, 10 peering, 2 stale+active+clean, 17 active+undersized, 122 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2023-12-06T15:21:54.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:53 smithi029 bash[64580]: cluster 2023-12-06T15:21:52.514788+0000 mgr.y (mgr.34107) 315 : cluster 0 pgmap v195: 161 pgs: 10 active+undersized+degraded, 10 peering, 2 stale+active+clean, 17 active+undersized, 122 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2023-12-06T15:21:54.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:53 smithi140 bash[51581]: cluster 2023-12-06T15:21:52.514788+0000 mgr.y (mgr.34107) 315 : cluster 0 pgmap v195: 161 pgs: 10 active+undersized+degraded, 10 peering, 2 stale+active+clean, 17 active+undersized, 122 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2023-12-06T15:21:54.624 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:54 smithi140 bash[58047]: debug 2023-12-06T15:21:54.234+0000 7fa2277b8700 1 -- 172.21.15.140:0/79548674 <== mon.2 v2:172.21.15.140:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x559b739f5600 con 0x559b73a34800 2023-12-06T15:21:54.624 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:54 smithi140 bash[58047]: debug 2023-12-06T15:21:54.234+0000 7fa2277b8700 1 -- 172.21.15.140:0/79548674 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559b739af1e0 con 0x559b73a34800 2023-12-06T15:21:55.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:54 smithi029 bash[65964]: audit 2023-12-06T15:21:53.618436+0000 mgr.y (mgr.34107) 316 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:55.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:54 smithi029 bash[64580]: audit 2023-12-06T15:21:53.618436+0000 mgr.y (mgr.34107) 316 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:55.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:54 smithi140 bash[51581]: audit 2023-12-06T15:21:53.618436+0000 mgr.y (mgr.34107) 316 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:21:55.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:54 smithi140 bash[58047]: debug 2023-12-06T15:21:54.790+0000 7fa23093e640 -1 Falling back to public interface 2023-12-06T15:21:56.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:55 smithi029 bash[65964]: cluster 2023-12-06T15:21:54.516501+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v196: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:56.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:55 smithi029 bash[65964]: cluster 2023-12-06T15:21:54.641071+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:55 smithi029 bash[64580]: cluster 2023-12-06T15:21:54.516501+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v196: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:56.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:55 smithi029 bash[64580]: cluster 2023-12-06T15:21:54.641071+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:56.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:55 smithi140 bash[51581]: cluster 2023-12-06T15:21:54.516501+0000 mgr.y (mgr.34107) 317 : cluster 0 pgmap v196: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:56.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:55 smithi140 bash[51581]: cluster 2023-12-06T15:21:54.641071+0000 mon.a (mon.0) 516 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-06T15:21:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[64580]: cluster 2023-12-06T15:21:56.517912+0000 mgr.y (mgr.34107) 318 : cluster 0 pgmap v197: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[64580]: audit 2023-12-06T15:21:57.539515+0000 mon.a (mon.0) 517 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[64580]: audit 2023-12-06T15:21:57.549831+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[65964]: cluster 2023-12-06T15:21:56.517912+0000 mgr.y (mgr.34107) 318 : cluster 0 pgmap v197: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[65964]: audit 2023-12-06T15:21:57.539515+0000 mon.a (mon.0) 517 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:57 smithi029 bash[65964]: audit 2023-12-06T15:21:57.549831+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:57 smithi140 bash[58047]: debug 2023-12-06T15:21:57.837+0000 7fa23093e640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-06T15:21:58.125 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:57 smithi140 bash[58047]: debug 2023-12-06T15:21:57.877+0000 7fa23093e640 -1 osd.6 134 log_to_monitors true 2023-12-06T15:21:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:57 smithi140 bash[51581]: cluster 2023-12-06T15:21:56.517912+0000 mgr.y (mgr.34107) 318 : cluster 0 pgmap v197: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:21:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:57 smithi140 bash[51581]: audit 2023-12-06T15:21:57.539515+0000 mon.a (mon.0) 517 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:57 smithi140 bash[51581]: audit 2023-12-06T15:21:57.549831+0000 mon.a (mon.0) 518 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:58.526 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:21:59.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[65964]: audit 2023-12-06T15:21:57.885757+0000 mon.a (mon.0) 519 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[65964]: audit 2023-12-06T15:21:57.887657+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[65964]: cluster 2023-12-06T15:21:58.177394+0000 mon.a (mon.0) 520 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:59.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[65964]: audit 2023-12-06T15:21:58.544767+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[65964]: audit 2023-12-06T15:21:58.553767+0000 mon.a (mon.0) 522 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[64580]: audit 2023-12-06T15:21:57.885757+0000 mon.a (mon.0) 519 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[64580]: audit 2023-12-06T15:21:57.887657+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[64580]: cluster 2023-12-06T15:21:58.177394+0000 mon.a (mon.0) 520 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[64580]: audit 2023-12-06T15:21:58.544767+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:58 smithi029 bash[64580]: audit 2023-12-06T15:21:58.553767+0000 mon.a (mon.0) 522 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[58047]: debug 2023-12-06T15:21:58.717+0000 7fa220dad700 -1 osd.6 134 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:21:59.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[51581]: audit 2023-12-06T15:21:57.885757+0000 mon.a (mon.0) 519 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[51581]: audit 2023-12-06T15:21:57.887657+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T15:21:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[51581]: cluster 2023-12-06T15:21:58.177394+0000 mon.a (mon.0) 520 : cluster 3 Health check update: Degraded data redundancy: 78/630 objects degraded (12.381%), 20 pgs degraded (PG_DEGRADED) 2023-12-06T15:21:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[51581]: audit 2023-12-06T15:21:58.544767+0000 mon.a (mon.0) 521 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:58 smithi140 bash[51581]: audit 2023-12-06T15:21:58.553767+0000 mon.a (mon.0) 522 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (7m) 91s ago 15m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (7m) 1s ago 14m 43.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (6m) 91s ago 12m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (6m) 1s ago 21m 434M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:21:59.312 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (6m) 91s ago 23m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (5m) 91s ago 23m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (4m) 1s ago 21m 46.2M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (5m) 91s ago 21m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (7m) 91s ago 15m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (7m) 1s ago 15m 14.4M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (3m) 91s ago 20m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (2m) 91s ago 20m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (2m) 91s ago 19m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (96s) 91s ago 18m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (65s) 1s ago 18m 51.2M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 34b60f3e3927 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (33s) 1s ago 17m 48.5M 3037M 19.0.0-26-g0482646f 26bb7d89db2e c832bd525793 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (5s) 1s ago 17m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 2366c5f37e86 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (16m) 1s ago 16m 70.9M 3037M 17.2.0 e1d6a67b021e 136eb21ee2cf 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (6m) 1s ago 15m 65.3M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:21:59.313 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (13m) 91s ago 13m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:21:59.314 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (13m) 1s ago 13m 91.0M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:21:59.314 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (13m) 91s ago 13m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:21:59.314 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (12m) 1s ago 12m 89.0M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:21:59.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:21:59] "GET /metrics HTTP/1.1" 200 38419 "" "Prometheus/2.33.4" 2023-12-06T15:21:59.784 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 7 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:21:59.785 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:21:59.786 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:21:59.786 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-06T15:21:59.786 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 12 2023-12-06T15:21:59.786 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:21:59.786 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:22:00.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: audit 2023-12-06T15:21:58.506656+0000 mgr.y (mgr.34107) 319 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: cluster 2023-12-06T15:21:58.518937+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v198: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: audit 2023-12-06T15:21:58.668290+0000 mon.a (mon.0) 523 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: cluster 2023-12-06T15:21:58.674134+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: cluster 2023-12-06T15:21:58.675322+0000 mon.a (mon.0) 524 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: audit 2023-12-06T15:21:58.676804+0000 mon.a (mon.0) 525 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[65964]: audit 2023-12-06T15:21:58.679018+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: audit 2023-12-06T15:21:58.506656+0000 mgr.y (mgr.34107) 319 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: cluster 2023-12-06T15:21:58.518937+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v198: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: audit 2023-12-06T15:21:58.668290+0000 mon.a (mon.0) 523 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:22:00.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: cluster 2023-12-06T15:21:58.674134+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:22:00.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: cluster 2023-12-06T15:21:58.675322+0000 mon.a (mon.0) 524 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-06T15:22:00.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: audit 2023-12-06T15:21:58.676804+0000 mon.a (mon.0) 525 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.032 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:21:59 smithi029 bash[64580]: audit 2023-12-06T15:21:58.679018+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: audit 2023-12-06T15:21:58.506656+0000 mgr.y (mgr.34107) 319 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: cluster 2023-12-06T15:21:58.518937+0000 mgr.y (mgr.34107) 320 : cluster 0 pgmap v198: 161 pgs: 20 active+undersized+degraded, 33 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 78/630 objects degraded (12.381%) 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: audit 2023-12-06T15:21:58.668290+0000 mon.a (mon.0) 523 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: cluster 2023-12-06T15:21:58.674134+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e137 with expected crc 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: cluster 2023-12-06T15:21:58.675322+0000 mon.a (mon.0) 524 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: audit 2023-12-06T15:21:58.676804+0000 mon.a (mon.0) 525 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:21:59 smithi140 bash[51581]: audit 2023-12-06T15:21:58.679018+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:00.179 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:22:00.179 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:22:00.179 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:22:00.179 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:22:00.179 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "12/23 daemons upgraded", 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:22:00.180 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN Degraded data redundancy: 78/630 objects degraded (12.381%), 20 pgs degraded 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 78/630 objects degraded (12.381%), 20 pgs degraded 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.17 is active+undersized+degraded, acting [5,2] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-12-06T15:22:00.637 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.e is active+undersized+degraded, acting [4,1] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2023-12-06T15:22:00.638 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.10 is active+undersized+degraded, acting [7,4] 2023-12-06T15:22:00.639 INFO:teuthology.orchestra.run.smithi029.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: audit 2023-12-06T15:21:58.906069+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: audit 2023-12-06T15:21:59.288077+0000 mgr.y (mgr.34107) 322 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.669057+0000 mon.a (mon.0) 526 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.678098+0000 mon.a (mon.0) 527 : cluster 1 osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285] boot 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.678184+0000 mon.a (mon.0) 528 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: audit 2023-12-06T15:21:59.679445+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.684120+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.689089+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:21:59.692578+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: audit 2023-12-06T15:21:59.781615+0000 mon.a (mon.0) 530 : audit 0 from='client.? 172.21.15.29:0/494035618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: audit 2023-12-06T15:22:00.634679+0000 mon.a (mon.0) 531 : audit 0 from='client.? 172.21.15.29:0/3009042223' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:01.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[64580]: cluster 2023-12-06T15:22:00.678541+0000 mon.a (mon.0) 532 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: audit 2023-12-06T15:21:58.906069+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: audit 2023-12-06T15:21:59.288077+0000 mgr.y (mgr.34107) 322 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.669057+0000 mon.a (mon.0) 526 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.678098+0000 mon.a (mon.0) 527 : cluster 1 osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285] boot 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.678184+0000 mon.a (mon.0) 528 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: audit 2023-12-06T15:21:59.679445+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.684120+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.689089+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:21:59.692578+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: audit 2023-12-06T15:21:59.781615+0000 mon.a (mon.0) 530 : audit 0 from='client.? 172.21.15.29:0/494035618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: audit 2023-12-06T15:22:00.634679+0000 mon.a (mon.0) 531 : audit 0 from='client.? 172.21.15.29:0/3009042223' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:01.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:00 smithi029 bash[65964]: cluster 2023-12-06T15:22:00.678541+0000 mon.a (mon.0) 532 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-06T15:22:01.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: audit 2023-12-06T15:21:58.906069+0000 mgr.y (mgr.34107) 321 : audit 0 from='client.44473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: audit 2023-12-06T15:21:59.288077+0000 mgr.y (mgr.34107) 322 : audit 0 from='client.44479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.669057+0000 mon.a (mon.0) 526 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.678098+0000 mon.a (mon.0) 527 : cluster 1 osd.6 [v2:172.21.15.140:6816/3538000285,v1:172.21.15.140:6817/3538000285] boot 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.678184+0000 mon.a (mon.0) 528 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: audit 2023-12-06T15:21:59.679445+0000 mon.a (mon.0) 529 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.684120+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.689089+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:21:59.692578+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e138 with expected crc 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: audit 2023-12-06T15:21:59.781615+0000 mon.a (mon.0) 530 : audit 0 from='client.? 172.21.15.29:0/494035618' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: audit 2023-12-06T15:22:00.634679+0000 mon.a (mon.0) 531 : audit 0 from='client.? 172.21.15.29:0/3009042223' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:01.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:00 smithi140 bash[51581]: cluster 2023-12-06T15:22:00.678541+0000 mon.a (mon.0) 532 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-06T15:22:02.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[64580]: audit 2023-12-06T15:22:00.175525+0000 mgr.y (mgr.34107) 323 : audit 0 from='client.44491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[64580]: cluster 2023-12-06T15:22:00.520056+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v201: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[64580]: cluster 2023-12-06T15:22:00.678314+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[64580]: cluster 2023-12-06T15:22:00.683390+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[65964]: audit 2023-12-06T15:22:00.175525+0000 mgr.y (mgr.34107) 323 : audit 0 from='client.44491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[65964]: cluster 2023-12-06T15:22:00.520056+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v201: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[65964]: cluster 2023-12-06T15:22:00.678314+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:02.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:01 smithi029 bash[65964]: cluster 2023-12-06T15:22:00.683390+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:01 smithi140 bash[51581]: audit 2023-12-06T15:22:00.175525+0000 mgr.y (mgr.34107) 323 : audit 0 from='client.44491 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:01 smithi140 bash[51581]: cluster 2023-12-06T15:22:00.520056+0000 mgr.y (mgr.34107) 324 : cluster 0 pgmap v201: 161 pgs: 1 peering, 20 active+undersized+degraded, 32 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 78/630 objects degraded (12.381%) 2023-12-06T15:22:02.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:01 smithi140 bash[51581]: cluster 2023-12-06T15:22:00.678314+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:02.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:01 smithi140 bash[51581]: cluster 2023-12-06T15:22:00.683390+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-06T15:22:03.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[64580]: audit 2023-12-06T15:22:02.452978+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[64580]: audit 2023-12-06T15:22:02.455437+0000 mon.a (mon.0) 534 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[64580]: cluster 2023-12-06T15:22:02.521011+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v203: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[64580]: audit 2023-12-06T15:22:02.821316+0000 mon.a (mon.0) 535 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[65964]: audit 2023-12-06T15:22:02.452978+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[65964]: audit 2023-12-06T15:22:02.455437+0000 mon.a (mon.0) 534 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[65964]: cluster 2023-12-06T15:22:02.521011+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v203: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T15:22:03.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:03 smithi029 bash[65964]: audit 2023-12-06T15:22:02.821316+0000 mon.a (mon.0) 535 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:03 smithi140 bash[51581]: audit 2023-12-06T15:22:02.452978+0000 mon.a (mon.0) 533 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:03.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:03 smithi140 bash[51581]: audit 2023-12-06T15:22:02.455437+0000 mon.a (mon.0) 534 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:03 smithi140 bash[51581]: cluster 2023-12-06T15:22:02.521011+0000 mgr.y (mgr.34107) 325 : cluster 0 pgmap v203: 161 pgs: 8 peering, 18 active+undersized+degraded, 27 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2023-12-06T15:22:03.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:03 smithi140 bash[51581]: audit 2023-12-06T15:22:02.821316+0000 mon.a (mon.0) 535 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:04.779 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:04 smithi140 bash[51581]: cluster 2023-12-06T15:22:03.448248+0000 mon.a (mon.0) 536 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:04.779 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:04 smithi140 bash[51581]: audit 2023-12-06T15:22:03.629595+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:04 smithi029 bash[64580]: cluster 2023-12-06T15:22:03.448248+0000 mon.a (mon.0) 536 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:04 smithi029 bash[64580]: audit 2023-12-06T15:22:03.629595+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:04.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:04 smithi029 bash[65964]: cluster 2023-12-06T15:22:03.448248+0000 mon.a (mon.0) 536 : cluster 3 Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:04.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:04 smithi029 bash[65964]: audit 2023-12-06T15:22:03.629595+0000 mgr.y (mgr.34107) 326 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:05.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:05 smithi029 bash[64580]: cluster 2023-12-06T15:22:04.522492+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v204: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:22:05.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:05 smithi029 bash[65964]: cluster 2023-12-06T15:22:04.522492+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v204: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:22:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:05 smithi140 bash[51581]: cluster 2023-12-06T15:22:04.522492+0000 mgr.y (mgr.34107) 327 : cluster 0 pgmap v204: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-06T15:22:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:06 smithi140 bash[51581]: cluster 2023-12-06T15:22:05.459665+0000 mon.a (mon.0) 537 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded) 2023-12-06T15:22:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:06 smithi140 bash[51581]: cluster 2023-12-06T15:22:05.459757+0000 mon.a (mon.0) 538 : cluster 1 Cluster is now healthy 2023-12-06T15:22:06.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:06 smithi029 bash[64580]: cluster 2023-12-06T15:22:05.459665+0000 mon.a (mon.0) 537 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded) 2023-12-06T15:22:06.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:06 smithi029 bash[64580]: cluster 2023-12-06T15:22:05.459757+0000 mon.a (mon.0) 538 : cluster 1 Cluster is now healthy 2023-12-06T15:22:06.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:06 smithi029 bash[65964]: cluster 2023-12-06T15:22:05.459665+0000 mon.a (mon.0) 537 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 18 pgs degraded) 2023-12-06T15:22:06.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:06 smithi029 bash[65964]: cluster 2023-12-06T15:22:05.459757+0000 mon.a (mon.0) 538 : cluster 1 Cluster is now healthy 2023-12-06T15:22:07.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:07 smithi029 bash[64580]: cluster 2023-12-06T15:22:06.523648+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2023-12-06T15:22:07.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:07 smithi029 bash[65964]: cluster 2023-12-06T15:22:06.523648+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2023-12-06T15:22:07.808 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:07 smithi140 bash[51581]: cluster 2023-12-06T15:22:06.523648+0000 mgr.y (mgr.34107) 328 : cluster 0 pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 521 B/s rd, 0 op/s 2023-12-06T15:22:09.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:09] "GET /metrics HTTP/1.1" 200 38279 "" "Prometheus/2.33.4" 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.411078+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.422708+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.425362+0000 mon.a (mon.0) 541 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.427505+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.437291+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.524019+0000 mon.a (mon.0) 544 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: cluster 2023-12-06T15:22:08.524318+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v206: 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-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.527880+0000 mon.a (mon.0) 545 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.530404+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.532356+0000 mon.a (mon.0) 547 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.534905+0000 mon.a (mon.0) 548 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: audit 2023-12-06T15:22:08.535312+0000 mgr.y (mgr.34107) 330 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[64580]: cephadm 2023-12-06T15:22:08.537126+0000 mgr.y (mgr.34107) 331 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.411078+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.422708+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.425362+0000 mon.a (mon.0) 541 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.427505+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.437291+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.524019+0000 mon.a (mon.0) 544 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: cluster 2023-12-06T15:22:08.524318+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v206: 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-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.527880+0000 mon.a (mon.0) 545 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.530404+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.532356+0000 mon.a (mon.0) 547 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.532 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.534905+0000 mon.a (mon.0) 548 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: audit 2023-12-06T15:22:08.535312+0000 mgr.y (mgr.34107) 330 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.533 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:09 smithi029 bash[65964]: cephadm 2023-12-06T15:22:08.537126+0000 mgr.y (mgr.34107) 331 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:22:09.723 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.411078+0000 mon.a (mon.0) 539 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.422708+0000 mon.a (mon.0) 540 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.425362+0000 mon.a (mon.0) 541 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.427505+0000 mon.a (mon.0) 542 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.437291+0000 mon.a (mon.0) 543 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.524019+0000 mon.a (mon.0) 544 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: cluster 2023-12-06T15:22:08.524318+0000 mgr.y (mgr.34107) 329 : cluster 0 pgmap v206: 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-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.527880+0000 mon.a (mon.0) 545 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.530404+0000 mon.a (mon.0) 546 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.532356+0000 mon.a (mon.0) 547 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.534905+0000 mon.a (mon.0) 548 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: audit 2023-12-06T15:22:08.535312+0000 mgr.y (mgr.34107) 330 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-06T15:22:09.724 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:09 smithi140 bash[51581]: cephadm 2023-12-06T15:22:08.537126+0000 mgr.y (mgr.34107) 331 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-06T15:22:12.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: cluster 2023-12-06T15:22:10.525455+0000 mgr.y (mgr.34107) 332 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: cephadm 2023-12-06T15:22:10.757300+0000 mgr.y (mgr.34107) 333 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: audit 2023-12-06T15:22:10.765072+0000 mon.a (mon.0) 549 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: audit 2023-12-06T15:22:10.769683+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: audit 2023-12-06T15:22:10.771330+0000 mon.a (mon.0) 551 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[65964]: cephadm 2023-12-06T15:22:10.774750+0000 mgr.y (mgr.34107) 334 : cephadm 1 Deploying daemon osd.7 on smithi140 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: cluster 2023-12-06T15:22:10.525455+0000 mgr.y (mgr.34107) 332 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: cephadm 2023-12-06T15:22:10.757300+0000 mgr.y (mgr.34107) 333 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: audit 2023-12-06T15:22:10.765072+0000 mon.a (mon.0) 549 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: audit 2023-12-06T15:22:10.769683+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: audit 2023-12-06T15:22:10.771330+0000 mon.a (mon.0) 551 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:12.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:11 smithi029 bash[64580]: cephadm 2023-12-06T15:22:10.774750+0000 mgr.y (mgr.34107) 334 : cephadm 1 Deploying daemon osd.7 on smithi140 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: cluster 2023-12-06T15:22:10.525455+0000 mgr.y (mgr.34107) 332 : cluster 0 pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: cephadm 2023-12-06T15:22:10.757300+0000 mgr.y (mgr.34107) 333 : cephadm 1 Upgrade: Updating osd.7 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: audit 2023-12-06T15:22:10.765072+0000 mon.a (mon.0) 549 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: audit 2023-12-06T15:22:10.769683+0000 mon.a (mon.0) 550 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: audit 2023-12-06T15:22:10.771330+0000 mon.a (mon.0) 551 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:12.079 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:11 smithi140 bash[51581]: cephadm 2023-12-06T15:22:10.774750+0000 mgr.y (mgr.34107) 334 : cephadm 1 Deploying daemon osd.7 on smithi140 2023-12-06T15:22:14.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:13 smithi029 bash[64580]: cluster 2023-12-06T15:22:12.526381+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 777 B/s rd, 0 op/s 2023-12-06T15:22:14.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:13 smithi029 bash[64580]: audit 2023-12-06T15:22:12.851131+0000 mon.a (mon.0) 552 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:14.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:13 smithi029 bash[65964]: cluster 2023-12-06T15:22:12.526381+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 777 B/s rd, 0 op/s 2023-12-06T15:22:14.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:13 smithi029 bash[65964]: audit 2023-12-06T15:22:12.851131+0000 mon.a (mon.0) 552 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:14.104 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:13 smithi140 bash[51581]: cluster 2023-12-06T15:22:12.526381+0000 mgr.y (mgr.34107) 335 : cluster 0 pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 777 B/s rd, 0 op/s 2023-12-06T15:22:14.104 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:13 smithi140 bash[51581]: audit 2023-12-06T15:22:12.851131+0000 mon.a (mon.0) 552 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:15.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:14 smithi029 bash[64580]: audit 2023-12-06T15:22:13.639268+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:15.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:14 smithi029 bash[65964]: audit 2023-12-06T15:22:13.639268+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:15.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:14 smithi140 bash[51581]: audit 2023-12-06T15:22:13.639268+0000 mgr.y (mgr.34107) 336 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:15.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:15 smithi140 systemd[1]: Stopping Ceph osd.7 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:22:15.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:15 smithi140 bash[37408]: debug 2023-12-06T15:22:15.377+0000 7f5f4755a700 -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-06T15:22:15.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:15 smithi140 bash[37408]: debug 2023-12-06T15:22:15.377+0000 7f5f4755a700 -1 osd.7 139 *** Got signal Terminated *** 2023-12-06T15:22:15.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:15 smithi140 bash[37408]: debug 2023-12-06T15:22:15.377+0000 7f5f4755a700 -1 osd.7 139 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:22:16.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:15 smithi140 bash[51581]: cluster 2023-12-06T15:22:14.527873+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v209: 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-06T15:22:16.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:15 smithi140 bash[51581]: cluster 2023-12-06T15:22:15.376797+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:22:16.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:15 smithi029 bash[64580]: cluster 2023-12-06T15:22:14.527873+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v209: 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-06T15:22:16.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:15 smithi029 bash[64580]: cluster 2023-12-06T15:22:15.376797+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:22:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:15 smithi029 bash[65964]: cluster 2023-12-06T15:22:14.527873+0000 mgr.y (mgr.34107) 337 : cluster 0 pgmap v209: 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-06T15:22:16.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:15 smithi029 bash[65964]: cluster 2023-12-06T15:22:15.376797+0000 mon.a (mon.0) 553 : cluster 1 osd.7 marked itself down and dead 2023-12-06T15:22:17.036 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:16 smithi140 bash[59554]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:22:17.037 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:16 smithi140 bash[59626]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:22:17.037 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:16 smithi140 bash[51581]: cluster 2023-12-06T15:22:15.778080+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:22:17.037 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:16 smithi140 bash[51581]: cluster 2023-12-06T15:22:15.789062+0000 mon.a (mon.0) 555 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:22:17.037 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:16 smithi140 bash[51581]: cluster 2023-12-06T15:22:16.790545+0000 mon.a (mon.0) 556 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-06T15:22:17.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[64580]: cluster 2023-12-06T15:22:15.778080+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:22:17.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[64580]: cluster 2023-12-06T15:22:15.789062+0000 mon.a (mon.0) 555 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:22:17.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[64580]: cluster 2023-12-06T15:22:16.790545+0000 mon.a (mon.0) 556 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-06T15:22:17.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[65964]: cluster 2023-12-06T15:22:15.778080+0000 mon.a (mon.0) 554 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-06T15:22:17.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[65964]: cluster 2023-12-06T15:22:15.789062+0000 mon.a (mon.0) 555 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-06T15:22:17.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:16 smithi029 bash[65964]: cluster 2023-12-06T15:22:16.790545+0000 mon.a (mon.0) 556 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-06T15:22:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:17 smithi140 bash[51581]: cluster 2023-12-06T15:22:16.528610+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v211: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:22:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:17 smithi140 bash[51581]: audit 2023-12-06T15:22:17.453053+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:18.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:17 smithi140 bash[51581]: audit 2023-12-06T15:22:17.455494+0000 mon.a (mon.0) 558 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:18.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[64580]: cluster 2023-12-06T15:22:16.528610+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v211: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:22:18.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[64580]: audit 2023-12-06T15:22:17.453053+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:18.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[64580]: audit 2023-12-06T15:22:17.455494+0000 mon.a (mon.0) 558 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:18.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[65964]: cluster 2023-12-06T15:22:16.528610+0000 mgr.y (mgr.34107) 338 : cluster 0 pgmap v211: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-06T15:22:18.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[65964]: audit 2023-12-06T15:22:17.453053+0000 mon.a (mon.0) 557 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:18.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:17 smithi029 bash[65964]: audit 2023-12-06T15:22:17.455494+0000 mon.a (mon.0) 558 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:19.315 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:19 smithi140 bash[51581]: cluster 2023-12-06T15:22:18.529848+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v213: 161 pgs: 6 active+undersized+degraded, 21 stale+active+clean, 11 active+undersized, 123 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 20/630 objects degraded (3.175%) 2023-12-06T15:22:19.315 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:19 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.7.service: Succeeded. 2023-12-06T15:22:19.315 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:19 smithi140 systemd[1]: Stopped Ceph osd.7 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:22:19.315 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:19 smithi140 systemd[1]: Started Ceph osd.7 for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:22:19.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:19 smithi029 bash[64580]: cluster 2023-12-06T15:22:18.529848+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v213: 161 pgs: 6 active+undersized+degraded, 21 stale+active+clean, 11 active+undersized, 123 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 20/630 objects degraded (3.175%) 2023-12-06T15:22:19.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:19] "GET /metrics HTTP/1.1" 200 38429 "" "Prometheus/2.33.4" 2023-12-06T15:22:19.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:19 smithi029 bash[65964]: cluster 2023-12-06T15:22:18.529848+0000 mgr.y (mgr.34107) 339 : cluster 0 pgmap v213: 161 pgs: 6 active+undersized+degraded, 21 stale+active+clean, 11 active+undersized, 123 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 20/630 objects degraded (3.175%) 2023-12-06T15:22:20.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[64580]: cluster 2023-12-06T15:22:19.187071+0000 mon.a (mon.0) 559 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:20.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[64580]: audit 2023-12-06T15:22:19.306894+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:20.531 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[64580]: audit 2023-12-06T15:22:19.317158+0000 mon.a (mon.0) 561 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:20.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[65964]: cluster 2023-12-06T15:22:19.187071+0000 mon.a (mon.0) 559 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:20.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[65964]: audit 2023-12-06T15:22:19.306894+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:20.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:20 smithi029 bash[65964]: audit 2023-12-06T15:22:19.317158+0000 mon.a (mon.0) 561 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[51581]: cluster 2023-12-06T15:22:19.187071+0000 mon.a (mon.0) 559 : cluster 3 Health check failed: Degraded data redundancy: 20/630 objects degraded (3.175%), 6 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[51581]: audit 2023-12-06T15:22:19.306894+0000 mon.a (mon.0) 560 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[51581]: audit 2023-12-06T15:22:19.317158+0000 mon.a (mon.0) 561 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:21.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T15:22:21.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: 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-06T15:22:21.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-06T15:22:21.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-06T15:22:21.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-06T15:22:21.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-06T15:22:21.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:20 smithi140 bash[59796]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-06T15:22:21.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:21 smithi140 bash[51581]: cluster 2023-12-06T15:22:20.531458+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v214: 161 pgs: 19 active+undersized+degraded, 3 stale+active+clean, 40 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2023-12-06T15:22:21.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:21 smithi029 bash[64580]: cluster 2023-12-06T15:22:20.531458+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v214: 161 pgs: 19 active+undersized+degraded, 3 stale+active+clean, 40 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2023-12-06T15:22:21.531 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:21 smithi029 bash[65964]: cluster 2023-12-06T15:22:20.531458+0000 mgr.y (mgr.34107) 340 : cluster 0 pgmap v214: 161 pgs: 19 active+undersized+degraded, 3 stale+active+clean, 40 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 64/630 objects degraded (10.159%) 2023-12-06T15:22:22.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:22 smithi140 bash[60069]: debug 2023-12-06T15:22:22.449+0000 7fcc98385700 1 -- 172.21.15.140:0/4215880578 <== mon.2 v2:172.21.15.140:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efccb3b1e0 con 0x55efccbc0800 2023-12-06T15:22:23.374 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:22 smithi140 bash[60069]: debug 2023-12-06T15:22:22.989+0000 7fcca150b640 -1 Falling back to public interface 2023-12-06T15:22:23.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:23 smithi140 bash[51581]: cluster 2023-12-06T15:22:22.532857+0000 mgr.y (mgr.34107) 341 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:24.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:23 smithi029 bash[64580]: cluster 2023-12-06T15:22:22.532857+0000 mgr.y (mgr.34107) 341 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:24.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:23 smithi029 bash[65964]: cluster 2023-12-06T15:22:22.532857+0000 mgr.y (mgr.34107) 341 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:24.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:24 smithi140 bash[51581]: audit 2023-12-06T15:22:23.650526+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:25.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:24 smithi029 bash[64580]: audit 2023-12-06T15:22:23.650526+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:25.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:24 smithi029 bash[65964]: audit 2023-12-06T15:22:23.650526+0000 mgr.y (mgr.34107) 342 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:25.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:25 smithi140 bash[51581]: cluster 2023-12-06T15:22:24.534580+0000 mgr.y (mgr.34107) 343 : cluster 0 pgmap v216: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:25.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:25 smithi140 bash[60069]: debug 2023-12-06T15:22:25.777+0000 7fcca150b640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-06T15:22:25.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:25 smithi140 bash[60069]: debug 2023-12-06T15:22:25.817+0000 7fcca150b640 -1 osd.7 139 log_to_monitors true 2023-12-06T15:22:26.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:25 smithi029 bash[64580]: cluster 2023-12-06T15:22:24.534580+0000 mgr.y (mgr.34107) 343 : cluster 0 pgmap v216: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:26.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:25 smithi029 bash[65964]: cluster 2023-12-06T15:22:24.534580+0000 mgr.y (mgr.34107) 343 : cluster 0 pgmap v216: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:27.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[64580]: audit 2023-12-06T15:22:25.760377+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[64580]: audit 2023-12-06T15:22:25.770806+0000 mon.a (mon.0) 563 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[64580]: audit 2023-12-06T15:22:25.823491+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:27.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[64580]: audit 2023-12-06T15:22:25.825201+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:27.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[65964]: audit 2023-12-06T15:22:25.760377+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[65964]: audit 2023-12-06T15:22:25.770806+0000 mon.a (mon.0) 563 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[65964]: audit 2023-12-06T15:22:25.823491+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:27.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:26 smithi029 bash[65964]: audit 2023-12-06T15:22:25.825201+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:27.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:22:26 smithi140 bash[60069]: debug 2023-12-06T15:22:26.845+0000 7fcc91179700 -1 osd.7 139 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-06T15:22:27.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:26 smithi140 bash[51581]: audit 2023-12-06T15:22:25.760377+0000 mon.a (mon.0) 562 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:26 smithi140 bash[51581]: audit 2023-12-06T15:22:25.770806+0000 mon.a (mon.0) 563 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:26 smithi140 bash[51581]: audit 2023-12-06T15:22:25.823491+0000 mon.a (mon.0) 564 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:27.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:26 smithi140 bash[51581]: audit 2023-12-06T15:22:25.825201+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T15:22:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: cluster 2023-12-06T15:22:26.536099+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v217: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: audit 2023-12-06T15:22:26.769478+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: audit 2023-12-06T15:22:26.778385+0000 mon.a (mon.0) 566 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:22:28.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: audit 2023-12-06T15:22:26.783627+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: cluster 2023-12-06T15:22:26.784629+0000 mon.a (mon.0) 568 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: audit 2023-12-06T15:22:26.786480+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[64580]: audit 2023-12-06T15:22:26.788151+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: cluster 2023-12-06T15:22:26.536099+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v217: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: audit 2023-12-06T15:22:26.769478+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: audit 2023-12-06T15:22:26.778385+0000 mon.a (mon.0) 566 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: audit 2023-12-06T15:22:26.783627+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: cluster 2023-12-06T15:22:26.784629+0000 mon.a (mon.0) 568 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: audit 2023-12-06T15:22:26.786480+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:28.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:27 smithi029 bash[65964]: audit 2023-12-06T15:22:26.788151+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:28.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: cluster 2023-12-06T15:22:26.536099+0000 mgr.y (mgr.34107) 344 : cluster 0 pgmap v217: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: audit 2023-12-06T15:22:26.769478+0000 mon.a (mon.0) 565 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: audit 2023-12-06T15:22:26.778385+0000 mon.a (mon.0) 566 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: audit 2023-12-06T15:22:26.783627+0000 mon.a (mon.0) 567 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: cluster 2023-12-06T15:22:26.784629+0000 mon.a (mon.0) 568 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: audit 2023-12-06T15:22:26.786480+0000 mon.a (mon.0) 569 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:28.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:27 smithi140 bash[51581]: audit 2023-12-06T15:22:26.788151+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-12-06T15:22:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[64580]: cluster 2023-12-06T15:22:27.779499+0000 mon.a (mon.0) 570 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[64580]: cluster 2023-12-06T15:22:27.787116+0000 mon.a (mon.0) 571 : cluster 1 osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248] boot 2023-12-06T15:22:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[64580]: cluster 2023-12-06T15:22:27.787243+0000 mon.a (mon.0) 572 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-06T15:22:29.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[64580]: audit 2023-12-06T15:22:27.787713+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[64580]: cluster 2023-12-06T15:22:28.187337+0000 mon.a (mon.0) 574 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[65964]: cluster 2023-12-06T15:22:27.779499+0000 mon.a (mon.0) 570 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[65964]: cluster 2023-12-06T15:22:27.787116+0000 mon.a (mon.0) 571 : cluster 1 osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248] boot 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[65964]: cluster 2023-12-06T15:22:27.787243+0000 mon.a (mon.0) 572 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[65964]: audit 2023-12-06T15:22:27.787713+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:22:29.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:28 smithi029 bash[65964]: cluster 2023-12-06T15:22:28.187337+0000 mon.a (mon.0) 574 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:29.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:28 smithi140 bash[51581]: cluster 2023-12-06T15:22:27.779499+0000 mon.a (mon.0) 570 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-06T15:22:29.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:28 smithi140 bash[51581]: cluster 2023-12-06T15:22:27.787116+0000 mon.a (mon.0) 571 : cluster 1 osd.7 [v2:172.21.15.140:6824/876622248,v1:172.21.15.140:6825/876622248] boot 2023-12-06T15:22:29.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:28 smithi140 bash[51581]: cluster 2023-12-06T15:22:27.787243+0000 mon.a (mon.0) 572 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-06T15:22:29.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:28 smithi140 bash[51581]: audit 2023-12-06T15:22:27.787713+0000 mon.a (mon.0) 573 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T15:22:29.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:28 smithi140 bash[51581]: cluster 2023-12-06T15:22:28.187337+0000 mon.a (mon.0) 574 : cluster 3 Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:29.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:29] "GET /metrics HTTP/1.1" 200 38429 "" "Prometheus/2.33.4" 2023-12-06T15:22:30.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:29 smithi140 bash[51581]: cluster 2023-12-06T15:22:28.537140+0000 mgr.y (mgr.34107) 345 : cluster 0 pgmap v220: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:30.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:29 smithi140 bash[51581]: cluster 2023-12-06T15:22:28.791056+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-06T15:22:30.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:29 smithi029 bash[64580]: cluster 2023-12-06T15:22:28.537140+0000 mgr.y (mgr.34107) 345 : cluster 0 pgmap v220: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:30.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:29 smithi029 bash[64580]: cluster 2023-12-06T15:22:28.791056+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-06T15:22:30.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:29 smithi029 bash[65964]: cluster 2023-12-06T15:22:28.537140+0000 mgr.y (mgr.34107) 345 : cluster 0 pgmap v220: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2023-12-06T15:22:30.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:29 smithi029 bash[65964]: cluster 2023-12-06T15:22:28.791056+0000 mon.a (mon.0) 575 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-06T15:22:31.045 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:22:31.810 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (8m) 2m ago 15m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (7m) 6s ago 15m 44.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (6m) 2m ago 13m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (6m) 6s ago 21m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (7m) 2m ago 24m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (6m) 2m ago 24m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (5m) 6s ago 22m 47.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (5m) 2m ago 22m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (8m) 2m ago 16m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (7m) 6s ago 16m 12.1M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (3m) 2m ago 21m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 2m ago 20m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (2m) 2m ago 20m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (2m) 2m ago 19m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:22:31.811 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (98s) 6s ago 18m 52.6M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 34b60f3e3927 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (66s) 6s ago 18m 49.5M 3037M 19.0.0-26-g0482646f 26bb7d89db2e c832bd525793 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (38s) 6s ago 17m 48.4M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 2366c5f37e86 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (10s) 6s ago 17m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 495fd714a4fd 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (6m) 6s ago 16m 65.9M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (13m) 2m ago 13m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (13m) 6s ago 13m 91.2M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (13m) 2m ago 13m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:22:31.812 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (13m) 6s ago 13m 89.1M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:22:32.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:31 smithi140 bash[51581]: cluster 2023-12-06T15:22:30.538584+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v222: 161 pgs: 1 activating, 6 peering, 18 active+undersized+degraded, 27 active+undersized, 109 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:22:32.267 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:22:32.268 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:22:32.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:31 smithi029 bash[64580]: cluster 2023-12-06T15:22:30.538584+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v222: 161 pgs: 1 activating, 6 peering, 18 active+undersized+degraded, 27 active+undersized, 109 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-06T15:22:32.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:31 smithi029 bash[65964]: cluster 2023-12-06T15:22:30.538584+0000 mgr.y (mgr.34107) 346 : cluster 0 pgmap v222: 161 pgs: 1 activating, 6 peering, 18 active+undersized+degraded, 27 active+undersized, 109 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 63/630 objects degraded (10.000%) 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:22:32.646 INFO:teuthology.orchestra.run.smithi029.stdout: "osd", 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "13/23 daemons upgraded", 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading osd daemons", 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-12-06T15:22:32.647 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-12-06T15:22:33.094 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.14 is active+undersized+degraded, acting [3,2] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2023-12-06T15:22:33.095 INFO:teuthology.orchestra.run.smithi029.stdout: pg 5.10 is active+undersized+degraded, acting [4,6] 2023-12-06T15:22:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:31.028127+0000 mgr.y (mgr.34107) 347 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:31.414496+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:31.784433+0000 mgr.y (mgr.34107) 349 : audit 0 from='client.44521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:32.264525+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.29:0/3590129234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:32.452255+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:33.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:32 smithi140 bash[51581]: audit 2023-12-06T15:22:32.453766+0000 mon.a (mon.0) 578 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:33.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:31.028127+0000 mgr.y (mgr.34107) 347 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:31.414496+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:31.784433+0000 mgr.y (mgr.34107) 349 : audit 0 from='client.44521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:32.264525+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.29:0/3590129234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:32.452255+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[64580]: audit 2023-12-06T15:22:32.453766+0000 mon.a (mon.0) 578 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:31.028127+0000 mgr.y (mgr.34107) 347 : audit 0 from='client.44509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:31.414496+0000 mgr.y (mgr.34107) 348 : audit 0 from='client.44515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:31.784433+0000 mgr.y (mgr.34107) 349 : audit 0 from='client.44521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:32.264525+0000 mon.a (mon.0) 576 : audit 0 from='client.? 172.21.15.29:0/3590129234' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:32.452255+0000 mon.a (mon.0) 577 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:33.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:32 smithi029 bash[65964]: audit 2023-12-06T15:22:32.453766+0000 mon.a (mon.0) 578 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[64580]: cluster 2023-12-06T15:22:32.539478+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v223: 161 pgs: 1 activating, 6 peering, 5 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 16/630 objects degraded (2.540%) 2023-12-06T15:22:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[64580]: audit 2023-12-06T15:22:32.643132+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.34605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[64580]: audit 2023-12-06T15:22:33.091930+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.29:0/431542250' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:34.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[64580]: cluster 2023-12-06T15:22:33.190354+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[65964]: cluster 2023-12-06T15:22:32.539478+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v223: 161 pgs: 1 activating, 6 peering, 5 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 16/630 objects degraded (2.540%) 2023-12-06T15:22:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[65964]: audit 2023-12-06T15:22:32.643132+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.34605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[65964]: audit 2023-12-06T15:22:33.091930+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.29:0/431542250' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:34.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:33 smithi029 bash[65964]: cluster 2023-12-06T15:22:33.190354+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:34.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:33 smithi140 bash[51581]: cluster 2023-12-06T15:22:32.539478+0000 mgr.y (mgr.34107) 350 : cluster 0 pgmap v223: 161 pgs: 1 activating, 6 peering, 5 active+undersized+degraded, 10 active+undersized, 139 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 16/630 objects degraded (2.540%) 2023-12-06T15:22:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:33 smithi140 bash[51581]: audit 2023-12-06T15:22:32.643132+0000 mgr.y (mgr.34107) 351 : audit 0 from='client.34605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:22:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:33 smithi140 bash[51581]: audit 2023-12-06T15:22:33.091930+0000 mon.a (mon.0) 579 : audit 0 from='client.? 172.21.15.29:0/431542250' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:22:34.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:33 smithi140 bash[51581]: cluster 2023-12-06T15:22:33.190354+0000 mon.a (mon.0) 580 : cluster 3 Health check update: Degraded data redundancy: 63/630 objects degraded (10.000%), 18 pgs degraded (PG_DEGRADED) 2023-12-06T15:22:35.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:34 smithi140 bash[51581]: audit 2023-12-06T15:22:33.661876+0000 mgr.y (mgr.34107) 352 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:35.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:34 smithi029 bash[64580]: audit 2023-12-06T15:22:33.661876+0000 mgr.y (mgr.34107) 352 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:35.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:34 smithi029 bash[65964]: audit 2023-12-06T15:22:33.661876+0000 mgr.y (mgr.34107) 352 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:35 smithi140 bash[51581]: cluster 2023-12-06T15:22:34.540727+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:22:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:35 smithi140 bash[51581]: cluster 2023-12-06T15:22:34.796810+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 5 pgs degraded) 2023-12-06T15:22:36.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:35 smithi140 bash[51581]: cluster 2023-12-06T15:22:34.796870+0000 mon.a (mon.0) 582 : cluster 1 Cluster is now healthy 2023-12-06T15:22:36.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[64580]: cluster 2023-12-06T15:22:34.540727+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:22:36.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[64580]: cluster 2023-12-06T15:22:34.796810+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 5 pgs degraded) 2023-12-06T15:22:36.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[64580]: cluster 2023-12-06T15:22:34.796870+0000 mon.a (mon.0) 582 : cluster 1 Cluster is now healthy 2023-12-06T15:22:36.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[65964]: cluster 2023-12-06T15:22:34.540727+0000 mgr.y (mgr.34107) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-06T15:22:36.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[65964]: cluster 2023-12-06T15:22:34.796810+0000 mon.a (mon.0) 581 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 5 pgs degraded) 2023-12-06T15:22:36.281 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:35 smithi029 bash[65964]: cluster 2023-12-06T15:22:34.796870+0000 mon.a (mon.0) 582 : cluster 1 Cluster is now healthy 2023-12-06T15:22:37.280 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:36 smithi029 bash[61388]: debug 2023-12-06T15:22:36.888+0000 7fcae7dff700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:22:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: cluster 2023-12-06T15:22:36.541887+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2023-12-06T15:22:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.690720+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.700689+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.702377+0000 mon.a (mon.0) 585 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.704060+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.712930+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.803371+0000 mon.a (mon.0) 588 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.808872+0000 mon.a (mon.0) 589 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.815136+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.817833+0000 mon.a (mon.0) 591 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.824330+0000 mon.a (mon.0) 592 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: cephadm 2023-12-06T15:22:36.826838+0000 mgr.y (mgr.34107) 355 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.831448+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.032 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.834146+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.837560+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.839859+0000 mon.a (mon.0) 596 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.843935+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.846559+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.849672+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:22:38.033 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: cluster 2023-12-06T15:22:36.541887+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.690720+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.700689+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.702377+0000 mon.a (mon.0) 585 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.704060+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.712930+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.034 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.803371+0000 mon.a (mon.0) 588 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:38.035 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.808872+0000 mon.a (mon.0) 589 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.035 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.815136+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.035 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.817833+0000 mon.a (mon.0) 591 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.035 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.824330+0000 mon.a (mon.0) 592 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.036 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: cephadm 2023-12-06T15:22:36.826838+0000 mgr.y (mgr.34107) 355 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:22:38.036 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.831448+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.036 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.834146+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:22:38.036 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.837560+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:22:38.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.839859+0000 mon.a (mon.0) 596 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:22:38.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.843935+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:22:38.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.846559+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:22:38.037 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.849672+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.852032+0000 mon.a (mon.0) 600 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.856947+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.859615+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.863228+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.865773+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.872104+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.875350+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.880157+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.882811+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.887227+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.893099+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.899718+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.902243+0000 mon.a (mon.0) 612 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.038 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.903802+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[65964]: audit 2023-12-06T15:22:36.912257+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.852032+0000 mon.a (mon.0) 600 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.856947+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.859615+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.863228+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.865773+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.872104+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.875350+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.880157+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.882811+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.887227+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.893099+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:22:38.039 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.899718+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.902243+0000 mon.a (mon.0) 612 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.903802+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: audit 2023-12-06T15:22:36.912257+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.040 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:37 smithi029 bash[64580]: debug 2023-12-06T15:22:37.892+0000 7f13850ad700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: cluster 2023-12-06T15:22:36.541887+0000 mgr.y (mgr.34107) 354 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 584 B/s rd, 0 op/s 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.690720+0000 mon.a (mon.0) 583 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.700689+0000 mon.a (mon.0) 584 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.702377+0000 mon.a (mon.0) 585 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.704060+0000 mon.a (mon.0) 586 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.712930+0000 mon.a (mon.0) 587 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.803371+0000 mon.a (mon.0) 588 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T15:22:38.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.808872+0000 mon.a (mon.0) 589 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.815136+0000 mon.a (mon.0) 590 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.817833+0000 mon.a (mon.0) 591 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.824330+0000 mon.a (mon.0) 592 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: cephadm 2023-12-06T15:22:36.826838+0000 mgr.y (mgr.34107) 355 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.831448+0000 mon.a (mon.0) 593 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.834146+0000 mon.a (mon.0) 594 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.837560+0000 mon.a (mon.0) 595 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.839859+0000 mon.a (mon.0) 596 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.843935+0000 mon.a (mon.0) 597 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.846559+0000 mon.a (mon.0) 598 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.849672+0000 mon.a (mon.0) 599 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.852032+0000 mon.a (mon.0) 600 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.856947+0000 mon.a (mon.0) 601 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-06T15:22:38.126 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.859615+0000 mon.a (mon.0) 602 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.863228+0000 mon.a (mon.0) 603 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.865773+0000 mon.a (mon.0) 604 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.872104+0000 mon.a (mon.0) 605 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.875350+0000 mon.a (mon.0) 606 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.880157+0000 mon.a (mon.0) 607 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.882811+0000 mon.a (mon.0) 608 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.887227+0000 mon.a (mon.0) 609 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.893099+0000 mon.a (mon.0) 610 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.899718+0000 mon.a (mon.0) 611 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.902243+0000 mon.a (mon.0) 612 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.903802+0000 mon.a (mon.0) 613 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:22:38.127 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:37 smithi140 bash[51581]: audit 2023-12-06T15:22:36.912257+0000 mon.a (mon.0) 614 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:39.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[64580]: cephadm 2023-12-06T15:22:36.892341+0000 mgr.y (mgr.34107) 356 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:22:39.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[64580]: cephadm 2023-12-06T15:22:36.894048+0000 mgr.y (mgr.34107) 357 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:22:39.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[64580]: cluster 2023-12-06T15:22:36.901039+0000 mgr.y (mgr.34107) 358 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2023-12-06T15:22:39.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[64580]: cluster 2023-12-06T15:22:37.896299+0000 mon.a (mon.0) 615 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:22:39.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[65964]: cephadm 2023-12-06T15:22:36.892341+0000 mgr.y (mgr.34107) 356 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:22:39.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[65964]: cephadm 2023-12-06T15:22:36.894048+0000 mgr.y (mgr.34107) 357 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:22:39.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[65964]: cluster 2023-12-06T15:22:36.901039+0000 mgr.y (mgr.34107) 358 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2023-12-06T15:22:39.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:38 smithi029 bash[65964]: cluster 2023-12-06T15:22:37.896299+0000 mon.a (mon.0) 615 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:22:39.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:38 smithi140 bash[51581]: cephadm 2023-12-06T15:22:36.892341+0000 mgr.y (mgr.34107) 356 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-06T15:22:39.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:38 smithi140 bash[51581]: cephadm 2023-12-06T15:22:36.894048+0000 mgr.y (mgr.34107) 357 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:22:39.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:38 smithi140 bash[51581]: cluster 2023-12-06T15:22:36.901039+0000 mgr.y (mgr.34107) 358 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2023-12-06T15:22:39.125 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:38 smithi140 bash[51581]: cluster 2023-12-06T15:22:37.896299+0000 mon.a (mon.0) 615 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-06T15:22:39.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:39] "GET /metrics HTTP/1.1" 200 38433 "" "Prometheus/2.33.4" 2023-12-06T15:22:41.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:40 smithi029 bash[65964]: cluster 2023-12-06T15:22:38.902340+0000 mgr.y (mgr.34107) 359 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:22:41.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:40 smithi029 bash[64580]: cluster 2023-12-06T15:22:38.902340+0000 mgr.y (mgr.34107) 359 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:22:41.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:40 smithi140 bash[51581]: cluster 2023-12-06T15:22:38.902340+0000 mgr.y (mgr.34107) 359 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 0 op/s 2023-12-06T15:22:43.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:42 smithi029 bash[64580]: cluster 2023-12-06T15:22:40.903545+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:43.030 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:42 smithi029 bash[65964]: cluster 2023-12-06T15:22:40.903545+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:43.124 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:42 smithi140 bash[51581]: cluster 2023-12-06T15:22:40.903545+0000 mgr.y (mgr.34107) 360 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:44.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[64580]: audit 2023-12-06T15:22:42.883827+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:44.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[64580]: cluster 2023-12-06T15:22:42.904541+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v229: 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-06T15:22:44.030 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[64580]: audit 2023-12-06T15:22:43.673258+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[65964]: audit 2023-12-06T15:22:42.883827+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[65964]: cluster 2023-12-06T15:22:42.904541+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v229: 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-06T15:22:44.031 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:43 smithi029 bash[65964]: audit 2023-12-06T15:22:43.673258+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:44.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:43 smithi140 bash[51581]: audit 2023-12-06T15:22:42.883827+0000 mon.a (mon.0) 616 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:44.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:43 smithi140 bash[51581]: cluster 2023-12-06T15:22:42.904541+0000 mgr.y (mgr.34107) 361 : cluster 0 pgmap v229: 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-06T15:22:44.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:43 smithi140 bash[51581]: audit 2023-12-06T15:22:43.673258+0000 mgr.y (mgr.34107) 362 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:46.280 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:45 smithi029 bash[64580]: cluster 2023-12-06T15:22:44.905615+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:46.280 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:45 smithi029 bash[65964]: cluster 2023-12-06T15:22:44.905615+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:46.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:45 smithi140 bash[51581]: cluster 2023-12-06T15:22:44.905615+0000 mgr.y (mgr.34107) 363 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[64580]: cluster 2023-12-06T15:22:46.906828+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[64580]: audit 2023-12-06T15:22:47.453979+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[64580]: audit 2023-12-06T15:22:47.456469+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:48.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[65964]: cluster 2023-12-06T15:22:46.906828+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:48.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[65964]: audit 2023-12-06T15:22:47.453979+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:48.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:48 smithi029 bash[65964]: audit 2023-12-06T15:22:47.456469+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:48 smithi140 bash[51581]: cluster 2023-12-06T15:22:46.906828+0000 mgr.y (mgr.34107) 364 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s 2023-12-06T15:22:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:48 smithi140 bash[51581]: audit 2023-12-06T15:22:47.453979+0000 mon.a (mon.0) 617 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:22:48.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:48 smithi140 bash[51581]: audit 2023-12-06T15:22:47.456469+0000 mon.a (mon.0) 618 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:22:49.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:49] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-06T15:22:50.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:50 smithi029 bash[64580]: cluster 2023-12-06T15:22:48.908183+0000 mgr.y (mgr.34107) 365 : 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-06T15:22:50.781 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:50 smithi029 bash[65964]: cluster 2023-12-06T15:22:48.908183+0000 mgr.y (mgr.34107) 365 : 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-06T15:22:50.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:50 smithi140 bash[51581]: cluster 2023-12-06T15:22:48.908183+0000 mgr.y (mgr.34107) 365 : 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-06T15:22:52.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:52 smithi029 bash[64580]: cluster 2023-12-06T15:22:50.909371+0000 mgr.y (mgr.34107) 366 : 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-06T15:22:52.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:52 smithi029 bash[65964]: cluster 2023-12-06T15:22:50.909371+0000 mgr.y (mgr.34107) 366 : 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-06T15:22:52.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:52 smithi140 bash[51581]: cluster 2023-12-06T15:22:50.909371+0000 mgr.y (mgr.34107) 366 : 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-06T15:22:54.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:54 smithi029 bash[64580]: cluster 2023-12-06T15:22:52.910680+0000 mgr.y (mgr.34107) 367 : 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-06T15:22:54.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:54 smithi029 bash[64580]: audit 2023-12-06T15:22:53.683710+0000 mgr.y (mgr.34107) 368 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:54.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:54 smithi029 bash[65964]: cluster 2023-12-06T15:22:52.910680+0000 mgr.y (mgr.34107) 367 : 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-06T15:22:54.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:54 smithi029 bash[65964]: audit 2023-12-06T15:22:53.683710+0000 mgr.y (mgr.34107) 368 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:54 smithi140 bash[51581]: cluster 2023-12-06T15:22:52.910680+0000 mgr.y (mgr.34107) 367 : 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-06T15:22:54.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:54 smithi140 bash[51581]: audit 2023-12-06T15:22:53.683710+0000 mgr.y (mgr.34107) 368 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:22:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:56 smithi029 bash[65964]: cluster 2023-12-06T15:22:54.911854+0000 mgr.y (mgr.34107) 369 : 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-06T15:22:56.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:56 smithi029 bash[64580]: cluster 2023-12-06T15:22:54.911854+0000 mgr.y (mgr.34107) 369 : 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-06T15:22:56.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:56 smithi140 bash[51581]: cluster 2023-12-06T15:22:54.911854+0000 mgr.y (mgr.34107) 369 : 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-06T15:22:58.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:22:58 smithi029 bash[65964]: cluster 2023-12-06T15:22:56.913105+0000 mgr.y (mgr.34107) 370 : 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-06T15:22:58.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:22:58 smithi029 bash[64580]: cluster 2023-12-06T15:22:56.913105+0000 mgr.y (mgr.34107) 370 : 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-06T15:22:58.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:22:58 smithi140 bash[51581]: cluster 2023-12-06T15:22:56.913105+0000 mgr.y (mgr.34107) 370 : 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-06T15:22:59.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:22:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:22:59] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-06T15:23:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:00 smithi029 bash[64580]: cluster 2023-12-06T15:22:58.914649+0000 mgr.y (mgr.34107) 371 : 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-06T15:23:00.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:00 smithi029 bash[65964]: cluster 2023-12-06T15:22:58.914649+0000 mgr.y (mgr.34107) 371 : 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-06T15:23:00.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:00 smithi140 bash[51581]: cluster 2023-12-06T15:22:58.914649+0000 mgr.y (mgr.34107) 371 : 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-06T15:23:02.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:02 smithi029 bash[65964]: cluster 2023-12-06T15:23:00.915909+0000 mgr.y (mgr.34107) 372 : 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-06T15:23:02.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:02 smithi029 bash[65964]: audit 2023-12-06T15:23:02.448087+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:02 smithi029 bash[64580]: cluster 2023-12-06T15:23:00.915909+0000 mgr.y (mgr.34107) 372 : 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-06T15:23:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:02 smithi029 bash[64580]: audit 2023-12-06T15:23:02.448087+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:02.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:02 smithi140 bash[51581]: cluster 2023-12-06T15:23:00.915909+0000 mgr.y (mgr.34107) 372 : 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-06T15:23:02.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:02 smithi140 bash[51581]: audit 2023-12-06T15:23:02.448087+0000 mon.a (mon.0) 619 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:03.507 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-12-06T15:23:03.905 INFO:teuthology.orchestra.run.smithi029.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-06T15:23:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[65964]: cluster 2023-12-06T15:23:02.917098+0000 mgr.y (mgr.34107) 373 : 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-06T15:23:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[65964]: audit 2023-12-06T15:23:03.486719+0000 mgr.y (mgr.34107) 374 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[65964]: audit 2023-12-06T15:23:03.693972+0000 mgr.y (mgr.34107) 375 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[64580]: cluster 2023-12-06T15:23:02.917098+0000 mgr.y (mgr.34107) 373 : 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-06T15:23:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[64580]: audit 2023-12-06T15:23:03.486719+0000 mgr.y (mgr.34107) 374 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:04.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:04 smithi029 bash[64580]: audit 2023-12-06T15:23:03.693972+0000 mgr.y (mgr.34107) 375 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:04.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:04 smithi140 bash[51581]: cluster 2023-12-06T15:23:02.917098+0000 mgr.y (mgr.34107) 373 : 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-06T15:23:04.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:04 smithi140 bash[51581]: audit 2023-12-06T15:23:03.486719+0000 mgr.y (mgr.34107) 374 : audit 0 from='client.34617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:04.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:04 smithi140 bash[51581]: audit 2023-12-06T15:23:03.693972+0000 mgr.y (mgr.34107) 375 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:04.881 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T15:23:05.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:05 smithi029 bash[64580]: audit 2023-12-06T15:23:03.886374+0000 mgr.y (mgr.34107) 376 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:05.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:05 smithi029 bash[65964]: audit 2023-12-06T15:23:03.886374+0000 mgr.y (mgr.34107) 376 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:05.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:05 smithi140 bash[51581]: audit 2023-12-06T15:23:03.886374+0000 mgr.y (mgr.34107) 376 : audit 0 from='client.44551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:06.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:06 smithi029 bash[64580]: cluster 2023-12-06T15:23:04.918246+0000 mgr.y (mgr.34107) 377 : 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-06T15:23:06.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:06 smithi029 bash[65964]: cluster 2023-12-06T15:23:04.918246+0000 mgr.y (mgr.34107) 377 : 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-06T15:23:06.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:06 smithi140 bash[51581]: cluster 2023-12-06T15:23:04.918246+0000 mgr.y (mgr.34107) 377 : 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-06T15:23:08.661 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:23:08.661 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (8m) 2m ago 16m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:23:08.661 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (8m) 42s ago 16m 44.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:23:08.661 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (7m) 2m ago 13m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:23:08.661 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (7m) 42s ago 22m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (8m) 2m ago 24m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (6m) 2m ago 24m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (5m) 42s ago 22m 47.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (6m) 2m ago 22m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (9m) 2m ago 16m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (8m) 42s ago 16m 12.1M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (4m) 2m ago 22m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 2m ago 21m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (3m) 2m ago 20m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (2m) 2m ago 20m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (2m) 42s ago 19m 52.6M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 34b60f3e3927 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (103s) 42s ago 18m 49.5M 3037M 19.0.0-26-g0482646f 26bb7d89db2e c832bd525793 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (75s) 42s ago 18m 48.4M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 2366c5f37e86 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (47s) 42s ago 17m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 495fd714a4fd 2023-12-06T15:23:08.662 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (7m) 42s ago 16m 65.9M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:23:08.663 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (14m) 2m ago 14m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:23:08.663 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (14m) 42s ago 14m 91.2M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:23:08.663 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (14m) 2m ago 14m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:23:08.663 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (14m) 42s ago 14m 89.1M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:23:08.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:08 smithi029 bash[64580]: cluster 2023-12-06T15:23:06.919426+0000 mgr.y (mgr.34107) 378 : 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-06T15:23:08.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:08 smithi029 bash[65964]: cluster 2023-12-06T15:23:06.919426+0000 mgr.y (mgr.34107) 378 : 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-06T15:23:08.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:08 smithi140 bash[51581]: cluster 2023-12-06T15:23:06.919426+0000 mgr.y (mgr.34107) 378 : 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-06T15:23:09.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:09 smithi029 bash[64580]: audit 2023-12-06T15:23:08.625917+0000 mgr.y (mgr.34107) 379 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:09.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:09 smithi029 bash[65964]: audit 2023-12-06T15:23:08.625917+0000 mgr.y (mgr.34107) 379 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:09.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:09] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:23:09.589 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T15:23:09.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:09 smithi140 bash[51581]: audit 2023-12-06T15:23:08.625917+0000 mgr.y (mgr.34107) 379 : audit 0 from='client.34629 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:23:10.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:10 smithi029 bash[64580]: cluster 2023-12-06T15:23:08.920710+0000 mgr.y (mgr.34107) 380 : 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-06T15:23:10.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:10 smithi029 bash[65964]: cluster 2023-12-06T15:23:08.920710+0000 mgr.y (mgr.34107) 380 : 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-06T15:23:10.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:10 smithi140 bash[51581]: cluster 2023-12-06T15:23:08.920710+0000 mgr.y (mgr.34107) 380 : 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-06T15:23:12.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:12 smithi029 bash[64580]: cluster 2023-12-06T15:23:10.921623+0000 mgr.y (mgr.34107) 381 : 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-06T15:23:12.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:12 smithi029 bash[65964]: cluster 2023-12-06T15:23:10.921623+0000 mgr.y (mgr.34107) 381 : 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-06T15:23:12.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:12 smithi140 bash[51581]: cluster 2023-12-06T15:23:10.921623+0000 mgr.y (mgr.34107) 381 : 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-06T15:23:13.281 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:23:13.282 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:23:13.283 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:23:14.256 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-06T15:23:14.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[64580]: cluster 2023-12-06T15:23:12.922827+0000 mgr.y (mgr.34107) 382 : 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-06T15:23:14.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[64580]: audit 2023-12-06T15:23:13.279542+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.29:0/3639809802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:23:14.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[64580]: audit 2023-12-06T15:23:13.703724+0000 mgr.y (mgr.34107) 383 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:14.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[65964]: cluster 2023-12-06T15:23:12.922827+0000 mgr.y (mgr.34107) 382 : 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-06T15:23:14.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[65964]: audit 2023-12-06T15:23:13.279542+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.29:0/3639809802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:23:14.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:14 smithi029 bash[65964]: audit 2023-12-06T15:23:13.703724+0000 mgr.y (mgr.34107) 383 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:14 smithi140 bash[51581]: cluster 2023-12-06T15:23:12.922827+0000 mgr.y (mgr.34107) 382 : 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-06T15:23:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:14 smithi140 bash[51581]: audit 2023-12-06T15:23:13.279542+0000 mon.a (mon.0) 620 : audit 0 from='client.? 172.21.15.29:0/3639809802' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:23:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:14 smithi140 bash[51581]: audit 2023-12-06T15:23:13.703724+0000 mgr.y (mgr.34107) 383 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:16.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:16 smithi029 bash[65964]: cluster 2023-12-06T15:23:14.923985+0000 mgr.y (mgr.34107) 384 : 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-06T15:23:16.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:16 smithi029 bash[64580]: cluster 2023-12-06T15:23:14.923985+0000 mgr.y (mgr.34107) 384 : 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-06T15:23:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:16 smithi140 bash[51581]: cluster 2023-12-06T15:23:14.923985+0000 mgr.y (mgr.34107) 384 : 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-06T15:23:17.558 INFO:teuthology.orchestra.run.smithi029.stdout:wait for servicemap items w/ changing names to refresh 2023-12-06T15:23:18.467 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'sleep 60' 2023-12-06T15:23:18.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:18 smithi029 bash[64580]: cluster 2023-12-06T15:23:16.925323+0000 mgr.y (mgr.34107) 385 : 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-06T15:23:18.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:18 smithi029 bash[64580]: audit 2023-12-06T15:23:17.448575+0000 mon.a (mon.0) 621 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:18.479 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:18 smithi029 bash[65964]: cluster 2023-12-06T15:23:16.925323+0000 mgr.y (mgr.34107) 385 : 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-06T15:23:18.479 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:18 smithi029 bash[65964]: audit 2023-12-06T15:23:17.448575+0000 mon.a (mon.0) 621 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:18.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:18 smithi140 bash[51581]: cluster 2023-12-06T15:23:16.925323+0000 mgr.y (mgr.34107) 385 : 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-06T15:23:18.626 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:18 smithi140 bash[51581]: audit 2023-12-06T15:23:17.448575+0000 mon.a (mon.0) 621 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:19.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:19] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:23:20.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:20 smithi029 bash[64580]: cluster 2023-12-06T15:23:18.926680+0000 mgr.y (mgr.34107) 386 : 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-06T15:23:20.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:20 smithi029 bash[65964]: cluster 2023-12-06T15:23:18.926680+0000 mgr.y (mgr.34107) 386 : 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-06T15:23:20.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:20 smithi140 bash[51581]: cluster 2023-12-06T15:23:18.926680+0000 mgr.y (mgr.34107) 386 : 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-06T15:23:22.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:22 smithi029 bash[64580]: cluster 2023-12-06T15:23:20.927844+0000 mgr.y (mgr.34107) 387 : 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-06T15:23:22.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:22 smithi029 bash[65964]: cluster 2023-12-06T15:23:20.927844+0000 mgr.y (mgr.34107) 387 : 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-06T15:23:22.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:22 smithi140 bash[51581]: cluster 2023-12-06T15:23:20.927844+0000 mgr.y (mgr.34107) 387 : 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-06T15:23:24.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:24 smithi029 bash[64580]: cluster 2023-12-06T15:23:22.929087+0000 mgr.y (mgr.34107) 388 : 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-06T15:23:24.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:24 smithi029 bash[64580]: audit 2023-12-06T15:23:23.712792+0000 mgr.y (mgr.34107) 389 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:24 smithi029 bash[65964]: cluster 2023-12-06T15:23:22.929087+0000 mgr.y (mgr.34107) 388 : 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-06T15:23:24.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:24 smithi029 bash[65964]: audit 2023-12-06T15:23:23.712792+0000 mgr.y (mgr.34107) 389 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:24 smithi140 bash[51581]: cluster 2023-12-06T15:23:22.929087+0000 mgr.y (mgr.34107) 388 : 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-06T15:23:24.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:24 smithi140 bash[51581]: audit 2023-12-06T15:23:23.712792+0000 mgr.y (mgr.34107) 389 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:26.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:26 smithi029 bash[64580]: cluster 2023-12-06T15:23:24.930291+0000 mgr.y (mgr.34107) 390 : 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-06T15:23:26.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:26 smithi029 bash[65964]: cluster 2023-12-06T15:23:24.930291+0000 mgr.y (mgr.34107) 390 : 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-06T15:23:26.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:26 smithi140 bash[51581]: cluster 2023-12-06T15:23:24.930291+0000 mgr.y (mgr.34107) 390 : 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-06T15:23:28.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:28 smithi029 bash[64580]: cluster 2023-12-06T15:23:26.931633+0000 mgr.y (mgr.34107) 391 : 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-06T15:23:28.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:28 smithi029 bash[65964]: cluster 2023-12-06T15:23:26.931633+0000 mgr.y (mgr.34107) 391 : 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-06T15:23:28.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:28 smithi140 bash[51581]: cluster 2023-12-06T15:23:26.931633+0000 mgr.y (mgr.34107) 391 : 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-06T15:23:29.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:29] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:23:30.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:30 smithi029 bash[65964]: cluster 2023-12-06T15:23:28.932923+0000 mgr.y (mgr.34107) 392 : 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-06T15:23:30.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:30 smithi029 bash[64580]: cluster 2023-12-06T15:23:28.932923+0000 mgr.y (mgr.34107) 392 : 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-06T15:23:30.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:30 smithi140 bash[51581]: cluster 2023-12-06T15:23:28.932923+0000 mgr.y (mgr.34107) 392 : 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-06T15:23:32.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:32 smithi029 bash[64580]: cluster 2023-12-06T15:23:30.934094+0000 mgr.y (mgr.34107) 393 : 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-06T15:23:32.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:32 smithi029 bash[65964]: cluster 2023-12-06T15:23:30.934094+0000 mgr.y (mgr.34107) 393 : 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-06T15:23:32.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:32 smithi140 bash[51581]: cluster 2023-12-06T15:23:30.934094+0000 mgr.y (mgr.34107) 393 : 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-06T15:23:33.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:33 smithi029 bash[64580]: audit 2023-12-06T15:23:32.448931+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:33.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:33 smithi029 bash[65964]: audit 2023-12-06T15:23:32.448931+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:33.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:33 smithi140 bash[51581]: audit 2023-12-06T15:23:32.448931+0000 mon.a (mon.0) 622 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:34.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:34 smithi029 bash[65964]: cluster 2023-12-06T15:23:32.935367+0000 mgr.y (mgr.34107) 394 : 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-06T15:23:34.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:34 smithi029 bash[65964]: audit 2023-12-06T15:23:33.723645+0000 mgr.y (mgr.34107) 395 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:34 smithi029 bash[64580]: cluster 2023-12-06T15:23:32.935367+0000 mgr.y (mgr.34107) 394 : 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-06T15:23:34.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:34 smithi029 bash[64580]: audit 2023-12-06T15:23:33.723645+0000 mgr.y (mgr.34107) 395 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:34 smithi140 bash[51581]: cluster 2023-12-06T15:23:32.935367+0000 mgr.y (mgr.34107) 394 : 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-06T15:23:34.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:34 smithi140 bash[51581]: audit 2023-12-06T15:23:33.723645+0000 mgr.y (mgr.34107) 395 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:36.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:36 smithi029 bash[64580]: cluster 2023-12-06T15:23:34.936454+0000 mgr.y (mgr.34107) 396 : 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-06T15:23:36.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:36 smithi029 bash[65964]: cluster 2023-12-06T15:23:34.936454+0000 mgr.y (mgr.34107) 396 : 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-06T15:23:36.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:36 smithi140 bash[51581]: cluster 2023-12-06T15:23:34.936454+0000 mgr.y (mgr.34107) 396 : 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-06T15:23:38.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[65964]: cluster 2023-12-06T15:23:36.937688+0000 mgr.y (mgr.34107) 397 : 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-06T15:23:38.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[65964]: audit 2023-12-06T15:23:37.672449+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:23:38.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[65964]: audit 2023-12-06T15:23:37.674512+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:23:38.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[65964]: audit 2023-12-06T15:23:37.685272+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:23:38.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[64580]: cluster 2023-12-06T15:23:36.937688+0000 mgr.y (mgr.34107) 397 : 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-06T15:23:38.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[64580]: audit 2023-12-06T15:23:37.672449+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:23:38.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[64580]: audit 2023-12-06T15:23:37.674512+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:23:38.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:38 smithi029 bash[64580]: audit 2023-12-06T15:23:37.685272+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:23:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:38 smithi140 bash[51581]: cluster 2023-12-06T15:23:36.937688+0000 mgr.y (mgr.34107) 397 : 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-06T15:23:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:38 smithi140 bash[51581]: audit 2023-12-06T15:23:37.672449+0000 mon.a (mon.0) 623 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:23:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:38 smithi140 bash[51581]: audit 2023-12-06T15:23:37.674512+0000 mon.a (mon.0) 624 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:23:38.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:38 smithi140 bash[51581]: audit 2023-12-06T15:23:37.685272+0000 mon.a (mon.0) 625 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:23:39.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:39] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:23:40.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:40 smithi029 bash[64580]: cluster 2023-12-06T15:23:38.939017+0000 mgr.y (mgr.34107) 398 : 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-06T15:23:40.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:40 smithi029 bash[65964]: cluster 2023-12-06T15:23:38.939017+0000 mgr.y (mgr.34107) 398 : 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-06T15:23:40.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:40 smithi140 bash[51581]: cluster 2023-12-06T15:23:38.939017+0000 mgr.y (mgr.34107) 398 : 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-06T15:23:42.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:42 smithi140 bash[51581]: cluster 2023-12-06T15:23:40.940224+0000 mgr.y (mgr.34107) 399 : 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-06T15:23:42.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:42 smithi029 bash[65964]: cluster 2023-12-06T15:23:40.940224+0000 mgr.y (mgr.34107) 399 : 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-06T15:23:42.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:42 smithi029 bash[64580]: cluster 2023-12-06T15:23:40.940224+0000 mgr.y (mgr.34107) 399 : 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-06T15:23:44.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:44 smithi140 bash[51581]: cluster 2023-12-06T15:23:42.941410+0000 mgr.y (mgr.34107) 400 : 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-06T15:23:44.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:44 smithi140 bash[51581]: audit 2023-12-06T15:23:43.734997+0000 mgr.y (mgr.34107) 401 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:44.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:44 smithi029 bash[64580]: cluster 2023-12-06T15:23:42.941410+0000 mgr.y (mgr.34107) 400 : 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-06T15:23:44.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:44 smithi029 bash[64580]: audit 2023-12-06T15:23:43.734997+0000 mgr.y (mgr.34107) 401 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:44 smithi029 bash[65964]: cluster 2023-12-06T15:23:42.941410+0000 mgr.y (mgr.34107) 400 : 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-06T15:23:44.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:44 smithi029 bash[65964]: audit 2023-12-06T15:23:43.734997+0000 mgr.y (mgr.34107) 401 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:46 smithi140 bash[51581]: cluster 2023-12-06T15:23:44.942593+0000 mgr.y (mgr.34107) 402 : 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-06T15:23:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:46 smithi029 bash[65964]: cluster 2023-12-06T15:23:44.942593+0000 mgr.y (mgr.34107) 402 : 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-06T15:23:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:46 smithi029 bash[64580]: cluster 2023-12-06T15:23:44.942593+0000 mgr.y (mgr.34107) 402 : 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-06T15:23:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:48 smithi140 bash[51581]: cluster 2023-12-06T15:23:46.943849+0000 mgr.y (mgr.34107) 403 : 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-06T15:23:48.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:48 smithi140 bash[51581]: audit 2023-12-06T15:23:47.449413+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:48.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:48 smithi029 bash[64580]: cluster 2023-12-06T15:23:46.943849+0000 mgr.y (mgr.34107) 403 : 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-06T15:23:48.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:48 smithi029 bash[64580]: audit 2023-12-06T15:23:47.449413+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:48.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:48 smithi029 bash[65964]: cluster 2023-12-06T15:23:46.943849+0000 mgr.y (mgr.34107) 403 : 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-06T15:23:48.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:48 smithi029 bash[65964]: audit 2023-12-06T15:23:47.449413+0000 mon.a (mon.0) 626 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:23:49.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:49] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-06T15:23:50.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:50 smithi140 bash[51581]: cluster 2023-12-06T15:23:48.945212+0000 mgr.y (mgr.34107) 404 : 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-06T15:23:50.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:50 smithi029 bash[64580]: cluster 2023-12-06T15:23:48.945212+0000 mgr.y (mgr.34107) 404 : 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-06T15:23:50.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:50 smithi029 bash[65964]: cluster 2023-12-06T15:23:48.945212+0000 mgr.y (mgr.34107) 404 : 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-06T15:23:52.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:52 smithi140 bash[51581]: cluster 2023-12-06T15:23:50.946338+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:52.781 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:52 smithi029 bash[64580]: cluster 2023-12-06T15:23:50.946338+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:52.782 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:52 smithi029 bash[65964]: cluster 2023-12-06T15:23:50.946338+0000 mgr.y (mgr.34107) 405 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:54 smithi140 bash[51581]: cluster 2023-12-06T15:23:52.947617+0000 mgr.y (mgr.34107) 406 : 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-06T15:23:54.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:54 smithi140 bash[51581]: audit 2023-12-06T15:23:53.743707+0000 mgr.y (mgr.34107) 407 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:54.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:54 smithi029 bash[64580]: cluster 2023-12-06T15:23:52.947617+0000 mgr.y (mgr.34107) 406 : 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-06T15:23:54.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:54 smithi029 bash[64580]: audit 2023-12-06T15:23:53.743707+0000 mgr.y (mgr.34107) 407 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:54.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:54 smithi029 bash[65964]: cluster 2023-12-06T15:23:52.947617+0000 mgr.y (mgr.34107) 406 : 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-06T15:23:54.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:54 smithi029 bash[65964]: audit 2023-12-06T15:23:53.743707+0000 mgr.y (mgr.34107) 407 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:23:56.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:56 smithi140 bash[51581]: cluster 2023-12-06T15:23:54.948759+0000 mgr.y (mgr.34107) 408 : cluster 0 pgmap v265: 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-06T15:23:56.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:56 smithi029 bash[64580]: cluster 2023-12-06T15:23:54.948759+0000 mgr.y (mgr.34107) 408 : cluster 0 pgmap v265: 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-06T15:23:56.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:56 smithi029 bash[65964]: cluster 2023-12-06T15:23:54.948759+0000 mgr.y (mgr.34107) 408 : cluster 0 pgmap v265: 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-06T15:23:58.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:23:58 smithi140 bash[51581]: cluster 2023-12-06T15:23:56.950002+0000 mgr.y (mgr.34107) 409 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:58.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:23:58 smithi029 bash[65964]: cluster 2023-12-06T15:23:56.950002+0000 mgr.y (mgr.34107) 409 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:58.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:23:58 smithi029 bash[64580]: cluster 2023-12-06T15:23:56.950002+0000 mgr.y (mgr.34107) 409 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-06T15:23:59.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:23:59 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:23:59] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-06T15:24:00.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:00 smithi140 bash[51581]: cluster 2023-12-06T15:23:58.951340+0000 mgr.y (mgr.34107) 410 : 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-06T15:24:00.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:00 smithi029 bash[65964]: cluster 2023-12-06T15:23:58.951340+0000 mgr.y (mgr.34107) 410 : 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-06T15:24:00.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:00 smithi029 bash[64580]: cluster 2023-12-06T15:23:58.951340+0000 mgr.y (mgr.34107) 410 : 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-06T15:24:02.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:02 smithi140 bash[51581]: cluster 2023-12-06T15:24:00.952493+0000 mgr.y (mgr.34107) 411 : 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-06T15:24:02.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:02 smithi029 bash[65964]: cluster 2023-12-06T15:24:00.952493+0000 mgr.y (mgr.34107) 411 : 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-06T15:24:02.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:02 smithi029 bash[64580]: cluster 2023-12-06T15:24:00.952493+0000 mgr.y (mgr.34107) 411 : 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-06T15:24:03.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:03 smithi140 bash[51581]: audit 2023-12-06T15:24:02.449757+0000 mon.a (mon.0) 627 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:03.757 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:03 smithi029 bash[64580]: audit 2023-12-06T15:24:02.449757+0000 mon.a (mon.0) 627 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:03.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:03 smithi029 bash[65964]: audit 2023-12-06T15:24:02.449757+0000 mon.a (mon.0) 627 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:04.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:04 smithi140 bash[51581]: cluster 2023-12-06T15:24:02.953721+0000 mgr.y (mgr.34107) 412 : 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-06T15:24:04.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:04 smithi140 bash[51581]: audit 2023-12-06T15:24:03.755026+0000 mgr.y (mgr.34107) 413 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:04 smithi029 bash[65964]: cluster 2023-12-06T15:24:02.953721+0000 mgr.y (mgr.34107) 412 : 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-06T15:24:04.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:04 smithi029 bash[65964]: audit 2023-12-06T15:24:03.755026+0000 mgr.y (mgr.34107) 413 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:04.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:04 smithi029 bash[64580]: cluster 2023-12-06T15:24:02.953721+0000 mgr.y (mgr.34107) 412 : 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-06T15:24:04.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:04 smithi029 bash[64580]: audit 2023-12-06T15:24:03.755026+0000 mgr.y (mgr.34107) 413 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:06.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:06 smithi140 bash[51581]: cluster 2023-12-06T15:24:04.955022+0000 mgr.y (mgr.34107) 414 : 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-06T15:24:06.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:06 smithi029 bash[64580]: cluster 2023-12-06T15:24:04.955022+0000 mgr.y (mgr.34107) 414 : 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-06T15:24:06.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:06 smithi029 bash[65964]: cluster 2023-12-06T15:24:04.955022+0000 mgr.y (mgr.34107) 414 : 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-06T15:24:08.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:08 smithi140 bash[51581]: cluster 2023-12-06T15:24:06.956417+0000 mgr.y (mgr.34107) 415 : 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-06T15:24:08.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:08 smithi029 bash[64580]: cluster 2023-12-06T15:24:06.956417+0000 mgr.y (mgr.34107) 415 : 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-06T15:24:08.814 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:08 smithi029 bash[65964]: cluster 2023-12-06T15:24:06.956417+0000 mgr.y (mgr.34107) 415 : 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-06T15:24:09.530 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:09 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:24:09] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:24:10.625 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:10 smithi140 bash[51581]: cluster 2023-12-06T15:24:08.957791+0000 mgr.y (mgr.34107) 416 : 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-06T15:24:10.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:10 smithi029 bash[64580]: cluster 2023-12-06T15:24:08.957791+0000 mgr.y (mgr.34107) 416 : 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-06T15:24:10.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:10 smithi029 bash[65964]: cluster 2023-12-06T15:24:08.957791+0000 mgr.y (mgr.34107) 416 : 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-06T15:24:12.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:12 smithi140 bash[51581]: cluster 2023-12-06T15:24:10.959029+0000 mgr.y (mgr.34107) 417 : 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-06T15:24:12.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:12 smithi029 bash[65964]: cluster 2023-12-06T15:24:10.959029+0000 mgr.y (mgr.34107) 417 : 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-06T15:24:12.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:12 smithi029 bash[64580]: cluster 2023-12-06T15:24:10.959029+0000 mgr.y (mgr.34107) 417 : 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-06T15:24:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:14 smithi140 bash[51581]: cluster 2023-12-06T15:24:12.960303+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v274: 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-06T15:24:14.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:14 smithi140 bash[51581]: audit 2023-12-06T15:24:13.763810+0000 mgr.y (mgr.34107) 419 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:14.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:14 smithi029 bash[65964]: cluster 2023-12-06T15:24:12.960303+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v274: 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-06T15:24:14.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:14 smithi029 bash[65964]: audit 2023-12-06T15:24:13.763810+0000 mgr.y (mgr.34107) 419 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:14.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:14 smithi029 bash[64580]: cluster 2023-12-06T15:24:12.960303+0000 mgr.y (mgr.34107) 418 : cluster 0 pgmap v274: 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-06T15:24:14.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:14 smithi029 bash[64580]: audit 2023-12-06T15:24:13.763810+0000 mgr.y (mgr.34107) 419 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:16.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:16 smithi140 bash[51581]: cluster 2023-12-06T15:24:14.961430+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v275: 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-06T15:24:16.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:16 smithi029 bash[65964]: cluster 2023-12-06T15:24:14.961430+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v275: 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-06T15:24:16.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:16 smithi029 bash[64580]: cluster 2023-12-06T15:24:14.961430+0000 mgr.y (mgr.34107) 420 : cluster 0 pgmap v275: 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-06T15:24:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:18 smithi140 bash[51581]: cluster 2023-12-06T15:24:16.962953+0000 mgr.y (mgr.34107) 421 : cluster 0 pgmap v276: 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-06T15:24:18.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:18 smithi140 bash[51581]: audit 2023-12-06T15:24:17.450156+0000 mon.a (mon.0) 628 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:18.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:18 smithi029 bash[65964]: cluster 2023-12-06T15:24:16.962953+0000 mgr.y (mgr.34107) 421 : cluster 0 pgmap v276: 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-06T15:24:18.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:18 smithi029 bash[65964]: audit 2023-12-06T15:24:17.450156+0000 mon.a (mon.0) 628 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:18.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:18 smithi029 bash[64580]: cluster 2023-12-06T15:24:16.962953+0000 mgr.y (mgr.34107) 421 : cluster 0 pgmap v276: 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-06T15:24:18.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:18 smithi029 bash[64580]: audit 2023-12-06T15:24:17.450156+0000 mon.a (mon.0) 628 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:19.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:19 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:24:19] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:24:20.782 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:20 smithi029 bash[64580]: cluster 2023-12-06T15:24:18.964309+0000 mgr.y (mgr.34107) 422 : cluster 0 pgmap v277: 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-06T15:24:20.783 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:20 smithi029 bash[65964]: cluster 2023-12-06T15:24:18.964309+0000 mgr.y (mgr.34107) 422 : cluster 0 pgmap v277: 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-06T15:24:20.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:20 smithi140 bash[51581]: cluster 2023-12-06T15:24:18.964309+0000 mgr.y (mgr.34107) 422 : cluster 0 pgmap v277: 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-06T15:24:22.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:22 smithi029 bash[64580]: cluster 2023-12-06T15:24:20.965589+0000 mgr.y (mgr.34107) 423 : cluster 0 pgmap v278: 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-06T15:24:22.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:22 smithi029 bash[65964]: cluster 2023-12-06T15:24:20.965589+0000 mgr.y (mgr.34107) 423 : cluster 0 pgmap v278: 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-06T15:24:22.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:22 smithi140 bash[51581]: cluster 2023-12-06T15:24:20.965589+0000 mgr.y (mgr.34107) 423 : cluster 0 pgmap v278: 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-06T15:24:23.003 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch ps' 2023-12-06T15:24:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:24 smithi029 bash[65964]: cluster 2023-12-06T15:24:22.966985+0000 mgr.y (mgr.34107) 424 : cluster 0 pgmap v279: 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-06T15:24:24.514 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:24 smithi029 bash[65964]: audit 2023-12-06T15:24:23.775054+0000 mgr.y (mgr.34107) 425 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:24.515 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:24 smithi029 bash[64580]: cluster 2023-12-06T15:24:22.966985+0000 mgr.y (mgr.34107) 424 : cluster 0 pgmap v279: 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-06T15:24:24.515 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:24 smithi029 bash[64580]: audit 2023-12-06T15:24:23.775054+0000 mgr.y (mgr.34107) 425 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:24.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:24 smithi140 bash[51581]: cluster 2023-12-06T15:24:22.966985+0000 mgr.y (mgr.34107) 424 : cluster 0 pgmap v279: 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-06T15:24:24.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:24 smithi140 bash[51581]: audit 2023-12-06T15:24:23.775054+0000 mgr.y (mgr.34107) 425 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:26.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:26 smithi029 bash[64580]: cluster 2023-12-06T15:24:24.968262+0000 mgr.y (mgr.34107) 426 : cluster 0 pgmap v280: 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-06T15:24:26.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:26 smithi029 bash[65964]: cluster 2023-12-06T15:24:24.968262+0000 mgr.y (mgr.34107) 426 : cluster 0 pgmap v280: 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-06T15:24:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.a smithi029 *:9093,9094 running (10m) 3m ago 17m 16.7M - 0.23.0 ba2b418f427c 8f6059a2c922 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.a smithi140 *:3000 running (9m) 2m ago 17m 44.7M - 8.3.5 dad864ee21e9 579aaf8d6cdb 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:iscsi.foo.smithi029.ozjfoq smithi029 running (8m) 3m ago 15m 47.7M - 3.5 e1d6a67b021e 6a3f79dff88c 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.x smithi140 *:8443,9283,8765 running (8m) 2m ago 23m 435M - 19.0.0-26-g0482646f 26bb7d89db2e 602dbe399776 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.y smithi029 *:8443,9283,8765 running (9m) 3m ago 25m 493M - 19.0.0-26-g0482646f 26bb7d89db2e 527edc8915e7 2023-12-06T15:24:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (8m) 3m ago 26m 53.6M 2048M 19.0.0-26-g0482646f 26bb7d89db2e ae39aef28076 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi140 running (7m) 2m ago 24m 47.7M 2048M 19.0.0-26-g0482646f 26bb7d89db2e a7b5be17f086 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi029 running (7m) 3m ago 24m 44.8M 2048M 19.0.0-26-g0482646f 26bb7d89db2e 15289ef744b8 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.a smithi029 *:9100 running (10m) 3m ago 18m 12.2M - 1.3.1 1dbe0e931976 2ec3a2ae05c0 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.b smithi140 *:9100 running (9m) 2m ago 18m 12.1M - 1.3.1 1dbe0e931976 b5f2ccedf6ae 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 3m ago 23m 51.2M 2782M 19.0.0-26-g0482646f 26bb7d89db2e f2b6c48ce256 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 3m ago 22m 50.5M 2782M 19.0.0-26-g0482646f 26bb7d89db2e e6c592c7e2e1 2023-12-06T15:24:26.699 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (4m) 3m ago 22m 46.9M 2782M 19.0.0-26-g0482646f 26bb7d89db2e 2c1a793dec6e 2023-12-06T15:24:26.700 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 3m ago 21m - 2782M 19.0.0-26-g0482646f 26bb7d89db2e 0cd5cf493829 2023-12-06T15:24:26.700 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi140 running (3m) 2m ago 20m 52.6M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 34b60f3e3927 2023-12-06T15:24:26.700 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi140 running (3m) 2m ago 20m 49.5M 3037M 19.0.0-26-g0482646f 26bb7d89db2e c832bd525793 2023-12-06T15:24:26.700 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi140 running (2m) 2m ago 19m 48.4M 3037M 19.0.0-26-g0482646f 26bb7d89db2e 2366c5f37e86 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi140 running (2m) 2m ago 19m - 3037M 19.0.0-26-g0482646f 26bb7d89db2e 495fd714a4fd 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.a smithi140 *:9095 running (8m) 2m ago 18m 65.9M - 2.33.4 514e6a882f6e 5be67d6bcde0 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi029.hvqmag smithi029 *:8000 running (15m) 3m ago 15m 88.4M - 17.2.0 e1d6a67b021e 663167f45352 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.foo.smithi140.uzwikl smithi140 *:8000 running (15m) 2m ago 15m 91.2M - 17.2.0 e1d6a67b021e 186920a8da94 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi029.wxzase smithi029 *:80 running (15m) 3m ago 15m 88.4M - 17.2.0 e1d6a67b021e 335c5242376f 2023-12-06T15:24:26.701 INFO:teuthology.orchestra.run.smithi029.stdout:rgw.smpl.smithi140.dikadj smithi140 *:80 running (15m) 2m ago 15m 89.1M - 17.2.0 e1d6a67b021e 3fbfdec1ed62 2023-12-06T15:24:26.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:26 smithi140 bash[51581]: cluster 2023-12-06T15:24:24.968262+0000 mgr.y (mgr.34107) 426 : cluster 0 pgmap v280: 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-06T15:24:27.563 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions' 2023-12-06T15:24:27.757 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:27 smithi029 bash[65964]: audit 2023-12-06T15:24:26.669364+0000 mgr.y (mgr.34107) 427 : audit 0 from='client.44569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:27.758 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:27 smithi029 bash[64580]: audit 2023-12-06T15:24:26.669364+0000 mgr.y (mgr.34107) 427 : audit 0 from='client.44569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:27.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:27 smithi140 bash[51581]: audit 2023-12-06T15:24:26.669364+0000 mgr.y (mgr.34107) 427 : audit 0 from='client.44569 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:28.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:28 smithi029 bash[64580]: cluster 2023-12-06T15:24:26.969883+0000 mgr.y (mgr.34107) 428 : cluster 0 pgmap v281: 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-06T15:24:28.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:28 smithi029 bash[65964]: cluster 2023-12-06T15:24:26.969883+0000 mgr.y (mgr.34107) 428 : cluster 0 pgmap v281: 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-06T15:24:28.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:28 smithi140 bash[51581]: cluster 2023-12-06T15:24:26.969883+0000 mgr.y (mgr.34107) 428 : cluster 0 pgmap v281: 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-06T15:24:29.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:29 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:24:29] "GET /metrics HTTP/1.1" 200 38509 "" "Prometheus/2.33.4" 2023-12-06T15:24:30.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:30 smithi029 bash[64580]: cluster 2023-12-06T15:24:28.971285+0000 mgr.y (mgr.34107) 429 : cluster 0 pgmap v282: 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-06T15:24:30.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:30 smithi029 bash[65964]: cluster 2023-12-06T15:24:28.971285+0000 mgr.y (mgr.34107) 429 : cluster 0 pgmap v282: 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-06T15:24:30.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:30 smithi140 bash[51581]: cluster 2023-12-06T15:24:28.971285+0000 mgr.y (mgr.34107) 429 : cluster 0 pgmap v282: 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-06T15:24:31.301 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:24:31.301 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-12-06T15:24:31.301 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 3 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 2 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 8 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "rgw": { 2023-12-06T15:24:31.302 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 19.0.0-26-g0482646f (0482646fcf78576d871bc87843257d82edb79541) reef (dev)": 13 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-12-06T15:24:31.303 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:24:31.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:31 smithi029 bash[64580]: audit 2023-12-06T15:24:31.299572+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.29:0/3889225144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:31.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:31 smithi029 bash[65964]: audit 2023-12-06T15:24:31.299572+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.29:0/3889225144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:31.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:31 smithi140 bash[51581]: audit 2023-12-06T15:24:31.299572+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.29:0/3889225144' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:32.194 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph orch upgrade status' 2023-12-06T15:24:32.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:32 smithi029 bash[64580]: cluster 2023-12-06T15:24:30.972018+0000 mgr.y (mgr.34107) 430 : cluster 0 pgmap v283: 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-06T15:24:32.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:32 smithi029 bash[65964]: cluster 2023-12-06T15:24:30.972018+0000 mgr.y (mgr.34107) 430 : cluster 0 pgmap v283: 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-06T15:24:32.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:32 smithi140 bash[51581]: cluster 2023-12-06T15:24:30.972018+0000 mgr.y (mgr.34107) 430 : cluster 0 pgmap v283: 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-06T15:24:33.695 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:33 smithi029 bash[64580]: audit 2023-12-06T15:24:32.450508+0000 mon.a (mon.0) 630 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:33.695 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:33 smithi029 bash[65964]: audit 2023-12-06T15:24:32.450508+0000 mon.a (mon.0) 630 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:33.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:33 smithi140 bash[51581]: audit 2023-12-06T15:24:32.450508+0000 mon.a (mon.0) 630 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-06T15:24:34.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:34 smithi029 bash[64580]: cluster 2023-12-06T15:24:32.973235+0000 mgr.y (mgr.34107) 431 : cluster 0 pgmap v284: 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-06T15:24:34.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:34 smithi029 bash[64580]: audit 2023-12-06T15:24:33.784202+0000 mgr.y (mgr.34107) 432 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:34.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:34 smithi029 bash[65964]: cluster 2023-12-06T15:24:32.973235+0000 mgr.y (mgr.34107) 431 : cluster 0 pgmap v284: 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-06T15:24:34.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:34 smithi029 bash[65964]: audit 2023-12-06T15:24:33.784202+0000 mgr.y (mgr.34107) 432 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:34 smithi140 bash[51581]: cluster 2023-12-06T15:24:32.973235+0000 mgr.y (mgr.34107) 431 : cluster 0 pgmap v284: 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-06T15:24:34.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:34 smithi140 bash[51581]: audit 2023-12-06T15:24:33.784202+0000 mgr.y (mgr.34107) 432 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:36.006 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0482646fcf78576d871bc87843257d82edb79541", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [ 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "osd", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "mon" 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: ], 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "13/23 daemons upgraded", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": true 2023-12-06T15:24:36.007 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-12-06T15:24:36.529 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:36 smithi029 bash[64580]: cluster 2023-12-06T15:24:34.974377+0000 mgr.y (mgr.34107) 433 : cluster 0 pgmap v285: 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-06T15:24:36.529 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:36 smithi029 bash[65964]: cluster 2023-12-06T15:24:34.974377+0000 mgr.y (mgr.34107) 433 : cluster 0 pgmap v285: 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-06T15:24:36.860 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph health detail' 2023-12-06T15:24:36.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:36 smithi140 bash[51581]: cluster 2023-12-06T15:24:34.974377+0000 mgr.y (mgr.34107) 433 : cluster 0 pgmap v285: 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-06T15:24:37.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:37 smithi029 bash[64580]: audit 2023-12-06T15:24:36.004414+0000 mgr.y (mgr.34107) 434 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:37.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:37 smithi029 bash[65964]: audit 2023-12-06T15:24:36.004414+0000 mgr.y (mgr.34107) 434 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:37.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:37 smithi140 bash[51581]: audit 2023-12-06T15:24:36.004414+0000 mgr.y (mgr.34107) 434 : audit 0 from='client.34653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T15:24:38.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:38 smithi029 bash[64580]: cluster 2023-12-06T15:24:36.975065+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v286: 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-06T15:24:38.780 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:38 smithi029 bash[65964]: cluster 2023-12-06T15:24:36.975065+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v286: 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-06T15:24:38.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:38 smithi140 bash[51581]: cluster 2023-12-06T15:24:36.975065+0000 mgr.y (mgr.34107) 435 : cluster 0 pgmap v286: 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-06T15:24:39.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:24:39] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[64580]: audit 2023-12-06T15:24:38.460720+0000 mon.a (mon.0) 631 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[64580]: audit 2023-12-06T15:24:38.462586+0000 mon.a (mon.0) 632 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[64580]: audit 2023-12-06T15:24:38.471983+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[65964]: audit 2023-12-06T15:24:38.460720+0000 mon.a (mon.0) 631 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[65964]: audit 2023-12-06T15:24:38.462586+0000 mon.a (mon.0) 632 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:24:39.530 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:39 smithi029 bash[65964]: audit 2023-12-06T15:24:38.471983+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:24:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:39 smithi140 bash[51581]: audit 2023-12-06T15:24:38.460720+0000 mon.a (mon.0) 631 : audit 0 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T15:24:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:39 smithi140 bash[51581]: audit 2023-12-06T15:24:38.462586+0000 mon.a (mon.0) 632 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T15:24:39.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:39 smithi140 bash[51581]: audit 2023-12-06T15:24:38.471983+0000 mon.a (mon.0) 633 : audit 1 from='mgr.34107 172.21.15.29:0/584401659' entity='mgr.y' 2023-12-06T15:24:40.554 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-06T15:24:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-06T15:24:40.555 INFO:teuthology.orchestra.run.smithi029.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-06T15:24:40.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:40 smithi029 bash[64580]: cluster 2023-12-06T15:24:38.976301+0000 mgr.y (mgr.34107) 436 : cluster 0 pgmap v287: 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-06T15:24:40.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:40 smithi029 bash[65964]: cluster 2023-12-06T15:24:38.976301+0000 mgr.y (mgr.34107) 436 : cluster 0 pgmap v287: 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-06T15:24:40.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:40 smithi140 bash[51581]: cluster 2023-12-06T15:24:38.976301+0000 mgr.y (mgr.34107) 436 : cluster 0 pgmap v287: 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-06T15:24:41.502 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-06T15:24:41.786 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:41 smithi029 bash[64580]: audit 2023-12-06T15:24:40.553331+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.29:0/2650807536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:24:41.786 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:41 smithi029 bash[65964]: audit 2023-12-06T15:24:40.553331+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.29:0/2650807536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:24:41.875 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:41 smithi140 bash[51581]: audit 2023-12-06T15:24:40.553331+0000 mon.c (mon.1) 25 : audit 0 from='client.? 172.21.15.29:0/2650807536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-06T15:24:42.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:42 smithi029 bash[64580]: cluster 2023-12-06T15:24:40.977492+0000 mgr.y (mgr.34107) 437 : cluster 0 pgmap v288: 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-06T15:24:42.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:42 smithi029 bash[65964]: cluster 2023-12-06T15:24:40.977492+0000 mgr.y (mgr.34107) 437 : cluster 0 pgmap v288: 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-06T15:24:42.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:42 smithi140 bash[51581]: cluster 2023-12-06T15:24:40.977492+0000 mgr.y (mgr.34107) 437 : cluster 0 pgmap v288: 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-06T15:24:44.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:44 smithi029 bash[64580]: cluster 2023-12-06T15:24:42.979022+0000 mgr.y (mgr.34107) 438 : cluster 0 pgmap v289: 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-06T15:24:44.750 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:44 smithi029 bash[64580]: audit 2023-12-06T15:24:43.791677+0000 mgr.y (mgr.34107) 439 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:44 smithi029 bash[65964]: cluster 2023-12-06T15:24:42.979022+0000 mgr.y (mgr.34107) 438 : cluster 0 pgmap v289: 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-06T15:24:44.751 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:44 smithi029 bash[65964]: audit 2023-12-06T15:24:43.791677+0000 mgr.y (mgr.34107) 439 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:44 smithi140 bash[51581]: cluster 2023-12-06T15:24:42.979022+0000 mgr.y (mgr.34107) 438 : cluster 0 pgmap v289: 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-06T15:24:44.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:44 smithi140 bash[51581]: audit 2023-12-06T15:24:43.791677+0000 mgr.y (mgr.34107) 439 : audit 0 from='client.25417 -' entity='client.iscsi.foo.smithi029.ozjfoq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-06T15:24:45.298 INFO:teuthology.orchestra.run.smithi029.stdout:false 2023-12-06T15:24:45.779 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:45 smithi029 bash[64580]: audit 2023-12-06T15:24:45.281969+0000 mon.a (mon.0) 634 : audit 0 from='client.? 172.21.15.29:0/2847351426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:45.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:45 smithi029 bash[65964]: audit 2023-12-06T15:24:45.281969+0000 mon.a (mon.0) 634 : audit 0 from='client.? 172.21.15.29:0/2847351426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:45.874 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:45 smithi140 bash[51581]: audit 2023-12-06T15:24:45.281969+0000 mon.a (mon.0) 634 : audit 0 from='client.? 172.21.15.29:0/2847351426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-06T15:24:46.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:24:46.254 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi029 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 c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T15:24:46.327 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=95d36fc22e154105889972205d397753 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi029 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 c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-06T15:24:46.329 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T15:24:46.340 INFO:tasks.cephadm:Teardown begin 2023-12-06T15:24:46.341 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:24:46.360 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:24:46.376 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T15:24:46.376 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:24:46.409 DEBUG:teuthology.orchestra.run.smithi140:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T15:24:46.426 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T15:24:46.427 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-06T15:24:46.427 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a 2023-12-06T15:24:46.503 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:46 smithi029 systemd[1]: Stopping Ceph mon.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:46.624 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:46 smithi140 bash[51581]: cluster 2023-12-06T15:24:44.979951+0000 mgr.y (mgr.34107) 440 : cluster 0 pgmap v290: 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-06T15:24:46.779 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[65964]: cluster 2023-12-06T15:24:44.979951+0000 mgr.y (mgr.34107) 440 : cluster 0 pgmap v290: 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-06T15:24:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[64580]: cluster 2023-12-06T15:24:44.979951+0000 mgr.y (mgr.34107) 440 : cluster 0 pgmap v290: 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-06T15:24:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[64580]: debug 2023-12-06T15:24:46.591+0000 7f13880b3700 -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-06T15:24:46.780 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[64580]: debug 2023-12-06T15:24:46.591+0000 7f13880b3700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-06T15:24:46.780 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE Bus STOPPING 2023-12-06T15:24:46.780 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-06T15:24:46.780 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE Bus STOPPED 2023-12-06T15:24:46.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE Bus STARTING 2023-12-06T15:24:46.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE Serving on http://:::9283 2023-12-06T15:24:46.781 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:46 smithi029 bash[61388]: [06/Dec/2023:15:24:46] ENGINE Bus STARTED 2023-12-06T15:24:47.745 INFO:journalctl@ceph.mon.a.smithi029.stdout:Dec 06 15:24:47 smithi029 bash[79042]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-a 2023-12-06T15:24:47.767 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.a.service' 2023-12-06T15:24:47.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:24:47.810 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-06T15:24:47.810 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-06T15:24:47.810 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.c 2023-12-06T15:24:48.028 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:47 smithi029 systemd[1]: Stopping Ceph mon.c for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:48.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:48 smithi029 bash[65964]: debug 2023-12-06T15:24:48.023+0000 7ff106032700 -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-06T15:24:48.279 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:48 smithi029 bash[65964]: debug 2023-12-06T15:24:48.023+0000 7ff106032700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-06T15:24:49.061 INFO:journalctl@ceph.mon.c.smithi029.stdout:Dec 06 15:24:48 smithi029 bash[79157]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-c 2023-12-06T15:24:49.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.c.service' 2023-12-06T15:24:49.106 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:24:49.106 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-06T15:24:49.107 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-06T15:24:49.107 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.b 2023-12-06T15:24:49.374 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:49 smithi140 systemd[1]: Stopping Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:49.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:49 smithi140 bash[51581]: debug 2023-12-06T15:24:49.326+0000 7f47859fc700 -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-06T15:24:49.375 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:49 smithi140 bash[51581]: debug 2023-12-06T15:24:49.326+0000 7f47859fc700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-06T15:24:49.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:49 smithi029 bash[61388]: ::ffff:172.21.15.140 - - [06/Dec/2023:15:24:49] "GET /metrics HTTP/1.1" 200 38508 "" "Prometheus/2.33.4" 2023-12-06T15:24:50.171 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:49 smithi140 bash[61286]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:24:50.171 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:50 smithi140 bash[61358]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mon-b 2023-12-06T15:24:50.171 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:50 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.b.service: Succeeded. 2023-12-06T15:24:50.171 INFO:journalctl@ceph.mon.b.smithi140.stdout:Dec 06 15:24:50 smithi140 systemd[1]: Stopped Ceph mon.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:24:50.172 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mon.b.service' 2023-12-06T15:24:50.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:24:50.209 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-06T15:24:50.210 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-06T15:24:50.210 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y 2023-12-06T15:24:50.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:50 smithi029 systemd[1]: Stopping Ceph mgr.y for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:50.529 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:50 smithi029 bash[61388]: debug 2023-12-06T15:24:50.375+0000 7fcb558c1700 -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-06T15:24:51.315 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service' 2023-12-06T15:24:51.326 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:51 smithi029 bash[79256]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:24:51.327 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:51 smithi029 bash[79316]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-mgr-y 2023-12-06T15:24:51.327 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:51 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.y.service: Succeeded. 2023-12-06T15:24:51.327 INFO:journalctl@ceph.mgr.y.smithi029.stdout:Dec 06 15:24:51 smithi029 systemd[1]: Stopped Ceph mgr.y for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:24:51.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:24:51.352 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-06T15:24:51.353 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-06T15:24:51.353 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x 2023-12-06T15:24:51.624 INFO:journalctl@ceph.mgr.x.smithi140.stdout:Dec 06 15:24:51 smithi140 systemd[1]: Stopping Ceph mgr.x for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:52.394 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@mgr.x.service' 2023-12-06T15:24:52.429 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:24:52.429 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-06T15:24:52.430 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-06T15:24:52.430 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.0 2023-12-06T15:24:52.779 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:52 smithi029 systemd[1]: Stopping Ceph osd.0 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:24:52.780 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:52 smithi029 bash[68932]: debug 2023-12-06T15:24:52.603+0000 7f8afba9f700 -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-06T15:24:52.780 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:52 smithi029 bash[68932]: debug 2023-12-06T15:24:52.603+0000 7f8afba9f700 -1 osd.0 144 *** Got signal Terminated *** 2023-12-06T15:24:52.780 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:52 smithi029 bash[68932]: debug 2023-12-06T15:24:52.603+0000 7f8afba9f700 -1 osd.0 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:24:53.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:24:53 smithi140 bash[49051]: ts=2023-12-06T15:24:53.141Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:24:53.624 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:24:53 smithi140 bash[49051]: ts=2023-12-06T15:24:53.142Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:24:53.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:24:53 smithi140 bash[49051]: ts=2023-12-06T15:24:53.146Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:24:53.625 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:24:53 smithi140 bash[49051]: ts=2023-12-06T15:24:53.148Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:24:59.053 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:58 smithi029 bash[79354]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:24:59.529 INFO:journalctl@ceph.osd.0.smithi029.stdout:Dec 06 15:24:59 smithi029 bash[79430]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-0 2023-12-06T15:25:01.305 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.0.service' 2023-12-06T15:25:01.353 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:01.354 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-06T15:25:01.354 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-06T15:25:01.354 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.1 2023-12-06T15:25:01.525 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:01 smithi029 systemd[1]: Stopping Ceph osd.1 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:01.779 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:01 smithi029 bash[71075]: debug 2023-12-06T15:25:01.523+0000 7f9437970700 -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-06T15:25:01.780 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:01 smithi029 bash[71075]: debug 2023-12-06T15:25:01.523+0000 7f9437970700 -1 osd.1 144 *** Got signal Terminated *** 2023-12-06T15:25:01.780 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:01 smithi029 bash[71075]: debug 2023-12-06T15:25:01.523+0000 7f9437970700 -1 osd.1 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:04.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:04 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:04.240Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:04.530 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:04 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:04.241Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:08.029 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:07 smithi029 bash[79573]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:25:08.029 INFO:journalctl@ceph.osd.1.smithi029.stdout:Dec 06 15:25:07 smithi029 bash[79646]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-1 2023-12-06T15:25:10.234 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.1.service' 2023-12-06T15:25:10.270 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:10.270 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-06T15:25:10.270 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-06T15:25:10.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.2 2023-12-06T15:25:10.529 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:10 smithi029 systemd[1]: Stopping Ceph osd.2 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:10.529 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:10 smithi029 bash[73192]: debug 2023-12-06T15:25:10.474+0000 7f98e5091700 -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-06T15:25:10.529 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:10 smithi029 bash[73192]: debug 2023-12-06T15:25:10.474+0000 7f98e5091700 -1 osd.2 144 *** Got signal Terminated *** 2023-12-06T15:25:10.530 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:10 smithi029 bash[73192]: debug 2023-12-06T15:25:10.474+0000 7f98e5091700 -1 osd.2 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:14.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:14 smithi029 bash[60066]: level=error ts=2023-12-06T15:25:14.240Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:14.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:14 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:14.240Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:14.530 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:14 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:14.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:17.029 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:16 smithi029 bash[79788]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:25:17.029 INFO:journalctl@ceph.osd.2.smithi029.stdout:Dec 06 15:25:16 smithi029 bash[79863]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-2 2023-12-06T15:25:18.789 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.2.service' 2023-12-06T15:25:18.822 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:18.822 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-06T15:25:18.823 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-06T15:25:18.823 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.3 2023-12-06T15:25:18.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:18 smithi140 bash[56033]: debug 2023-12-06T15:25:18.389+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:19.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:18 smithi029 systemd[1]: Stopping Ceph osd.3 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:19.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:19 smithi029 bash[75506]: debug 2023-12-06T15:25:19.026+0000 7f472cf94700 -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-06T15:25:19.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:19 smithi029 bash[75506]: debug 2023-12-06T15:25:19.026+0000 7f472cf94700 -1 osd.3 144 *** Got signal Terminated *** 2023-12-06T15:25:19.280 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:19 smithi029 bash[75506]: debug 2023-12-06T15:25:19.026+0000 7f472cf94700 -1 osd.3 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:19.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:19 smithi140 bash[56033]: debug 2023-12-06T15:25:19.381+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:19.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:19 smithi140 bash[60069]: debug 2023-12-06T15:25:19.465+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:20.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:20 smithi140 bash[56033]: debug 2023-12-06T15:25:20.397+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:20.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:20 smithi140 bash[60069]: debug 2023-12-06T15:25:20.473+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:21.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:20 smithi029 bash[75506]: debug 2023-12-06T15:25:20.830+0000 7f472758b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.292260+0000 front 2023-12-06T15:24:55.292294+0000 (oldest deadline 2023-12-06T15:25:19.992318+0000) 2023-12-06T15:25:21.831 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:21 smithi140 bash[56033]: debug 2023-12-06T15:25:21.389+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:21.832 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:21 smithi140 bash[60069]: debug 2023-12-06T15:25:21.445+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:22.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:21 smithi140 bash[58047]: debug 2023-12-06T15:25:21.829+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:22.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:21 smithi029 bash[75506]: debug 2023-12-06T15:25:21.822+0000 7f472758b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.292260+0000 front 2023-12-06T15:24:55.292294+0000 (oldest deadline 2023-12-06T15:25:19.992318+0000) 2023-12-06T15:25:22.385 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:22 smithi140 bash[53993]: debug 2023-12-06T15:25:22.121+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:22.807 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:22 smithi140 bash[56033]: debug 2023-12-06T15:25:22.385+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:22.807 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:22 smithi140 bash[60069]: debug 2023-12-06T15:25:22.473+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:23.106 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:22 smithi140 bash[58047]: debug 2023-12-06T15:25:22.805+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:23.279 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:22 smithi029 bash[75506]: debug 2023-12-06T15:25:22.778+0000 7f472758b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.292260+0000 front 2023-12-06T15:24:55.292294+0000 (oldest deadline 2023-12-06T15:25:19.992318+0000) 2023-12-06T15:25:23.374 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:23 smithi140 bash[53993]: debug 2023-12-06T15:25:23.105+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:23.849 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:23 smithi140 bash[56033]: debug 2023-12-06T15:25:23.433+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:23.850 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:23 smithi140 bash[60069]: debug 2023-12-06T15:25:23.481+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:24.029 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:23 smithi029 bash[75506]: debug 2023-12-06T15:25:23.766+0000 7f472758b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.292260+0000 front 2023-12-06T15:24:55.292294+0000 (oldest deadline 2023-12-06T15:25:19.992318+0000) 2023-12-06T15:25:24.101 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:23 smithi140 bash[58047]: debug 2023-12-06T15:25:23.849+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:24.374 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:24 smithi140 bash[53993]: debug 2023-12-06T15:25:24.101+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:24.523 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:24 smithi029 bash[60066]: level=error ts=2023-12-06T15:25:24.241Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:24.523 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:24 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:24.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:24.523 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:24 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:24.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:24.827 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:24 smithi140 bash[56033]: debug 2023-12-06T15:25:24.445+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:24.827 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:24 smithi140 bash[60069]: debug 2023-12-06T15:25:24.437+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:25.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:25 smithi140 bash[53993]: debug 2023-12-06T15:25:25.061+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:25.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:24 smithi140 bash[58047]: debug 2023-12-06T15:25:24.825+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:25.447 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:25 smithi029 bash[80008]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:25:25.448 INFO:journalctl@ceph.osd.3.smithi029.stdout:Dec 06 15:25:25 smithi029 bash[80084]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-3 2023-12-06T15:25:25.855 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:25 smithi140 bash[56033]: debug 2023-12-06T15:25:25.457+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:25.855 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:25 smithi140 bash[60069]: debug 2023-12-06T15:25:25.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:26.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:26 smithi140 bash[53993]: debug 2023-12-06T15:25:26.057+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:26.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:25 smithi140 bash[58047]: debug 2023-12-06T15:25:25.853+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:26.853 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:26 smithi140 bash[56033]: debug 2023-12-06T15:25:26.489+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:26.853 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:26 smithi140 bash[60069]: debug 2023-12-06T15:25:26.453+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:27.124 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[53993]: debug 2023-12-06T15:25:27.081+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:27.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:26 smithi140 bash[58047]: debug 2023-12-06T15:25:26.853+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:27.501 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.3.service' 2023-12-06T15:25:27.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:27.536 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-06T15:25:27.536 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-06T15:25:27.536 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.4 2023-12-06T15:25:27.710 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:27 smithi140 systemd[1]: Stopping Ceph osd.4 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:27.711 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[56033]: debug 2023-12-06T15:25:27.473+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:27.711 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[60069]: debug 2023-12-06T15:25:27.449+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:27.711 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[60069]: debug 2023-12-06T15:25:27.449+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:28.073 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[58047]: debug 2023-12-06T15:25:27.877+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:28.074 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[53993]: debug 2023-12-06T15:25:27.709+0000 7f4037a0f700 -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-06T15:25:28.074 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[53993]: debug 2023-12-06T15:25:27.709+0000 7f4037a0f700 -1 osd.4 144 *** Got signal Terminated *** 2023-12-06T15:25:28.074 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:27 smithi140 bash[53993]: debug 2023-12-06T15:25:27.709+0000 7f4037a0f700 -1 osd.4 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:28.874 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:28 smithi140 bash[53993]: debug 2023-12-06T15:25:28.073+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:28.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:28 smithi140 bash[56033]: debug 2023-12-06T15:25:28.453+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:28.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:28 smithi140 bash[60069]: debug 2023-12-06T15:25:28.441+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:28.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:28 smithi140 bash[60069]: debug 2023-12-06T15:25:28.441+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:29.374 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:29 smithi140 bash[53993]: debug 2023-12-06T15:25:29.105+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:29.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:28 smithi140 bash[58047]: debug 2023-12-06T15:25:28.913+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:29.870 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:29 smithi140 bash[56033]: debug 2023-12-06T15:25:29.449+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:29.870 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:29 smithi140 bash[60069]: debug 2023-12-06T15:25:29.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:29.870 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:29 smithi140 bash[60069]: debug 2023-12-06T15:25:29.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:30.126 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:29 smithi140 bash[58047]: debug 2023-12-06T15:25:29.869+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:30.412 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[53993]: debug 2023-12-06T15:25:30.125+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:30.866 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[56033]: debug 2023-12-06T15:25:30.409+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:30.867 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[60069]: debug 2023-12-06T15:25:30.461+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:30.867 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[60069]: debug 2023-12-06T15:25:30.461+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:31.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[58047]: debug 2023-12-06T15:25:30.865+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:31.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:30 smithi140 bash[58047]: debug 2023-12-06T15:25:30.865+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:31.491 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[53993]: debug 2023-12-06T15:25:31.141+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:31.491 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[56033]: debug 2023-12-06T15:25:31.373+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:31.491 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[56033]: debug 2023-12-06T15:25:31.373+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:31.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[60069]: debug 2023-12-06T15:25:31.489+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:31.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[60069]: debug 2023-12-06T15:25:31.489+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:32.374 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[53993]: debug 2023-12-06T15:25:32.125+0000 7f4031004700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.220316+0000 front 2023-12-06T15:24:56.220452+0000 (oldest deadline 2023-12-06T15:25:22.120571+0000) 2023-12-06T15:25:32.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[58047]: debug 2023-12-06T15:25:31.877+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:32.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:31 smithi140 bash[58047]: debug 2023-12-06T15:25:31.877+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:32.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[60069]: debug 2023-12-06T15:25:32.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:32.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[60069]: debug 2023-12-06T15:25:32.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:32.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[56033]: debug 2023-12-06T15:25:32.381+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:32.875 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[56033]: debug 2023-12-06T15:25:32.381+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:33.362 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[58047]: debug 2023-12-06T15:25:32.881+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:33.362 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:32 smithi140 bash[58047]: debug 2023-12-06T15:25:32.881+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:33.739 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[56033]: debug 2023-12-06T15:25:33.361+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:33.739 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[56033]: debug 2023-12-06T15:25:33.361+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:33.739 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[60069]: debug 2023-12-06T15:25:33.497+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:33.740 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[60069]: debug 2023-12-06T15:25:33.497+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:34.047 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[58047]: debug 2023-12-06T15:25:33.933+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:34.047 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:33 smithi140 bash[58047]: debug 2023-12-06T15:25:33.933+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:34.346 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[61521]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:25:34.346 INFO:journalctl@ceph.osd.4.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[61597]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-4 2023-12-06T15:25:34.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:34 smithi029 bash[60066]: level=error ts=2023-12-06T15:25:34.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:34.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:34 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:34.242Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:34.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:34 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:34.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:34.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[56033]: debug 2023-12-06T15:25:34.345+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:34.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[56033]: debug 2023-12-06T15:25:34.345+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:34.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[60069]: debug 2023-12-06T15:25:34.513+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:34.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[60069]: debug 2023-12-06T15:25:34.513+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:35.315 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[58047]: debug 2023-12-06T15:25:34.917+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:35.316 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:34 smithi140 bash[58047]: debug 2023-12-06T15:25:34.917+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:35.574 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[56033]: debug 2023-12-06T15:25:35.313+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:35.575 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[56033]: debug 2023-12-06T15:25:35.313+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:35.575 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[60069]: debug 2023-12-06T15:25:35.469+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:35.575 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[60069]: debug 2023-12-06T15:25:35.469+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:36.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[58047]: debug 2023-12-06T15:25:35.889+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:36.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:35 smithi140 bash[58047]: debug 2023-12-06T15:25:35.889+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:36.313 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.4.service' 2023-12-06T15:25:36.349 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:36.349 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-06T15:25:36.349 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-06T15:25:36.349 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.5 2023-12-06T15:25:36.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[60069]: debug 2023-12-06T15:25:36.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:36.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[60069]: debug 2023-12-06T15:25:36.485+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[56033]: debug 2023-12-06T15:25:36.329+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[56033]: debug 2023-12-06T15:25:36.329+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 systemd[1]: Stopping Ceph osd.5 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[56033]: debug 2023-12-06T15:25:36.553+0000 7fdf41df9700 -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-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[56033]: debug 2023-12-06T15:25:36.553+0000 7fdf41df9700 -1 osd.5 144 *** Got signal Terminated *** 2023-12-06T15:25:36.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[56033]: debug 2023-12-06T15:25:36.553+0000 7fdf41df9700 -1 osd.5 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:37.314 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[58047]: debug 2023-12-06T15:25:36.872+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:37.315 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[58047]: debug 2023-12-06T15:25:36.872+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:37.315 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:36 smithi140 bash[58047]: debug 2023-12-06T15:25:36.872+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:37.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[56033]: debug 2023-12-06T15:25:37.312+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:37.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[56033]: debug 2023-12-06T15:25:37.312+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:37.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[60069]: debug 2023-12-06T15:25:37.520+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:37.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[60069]: debug 2023-12-06T15:25:37.520+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:38.268 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[58047]: debug 2023-12-06T15:25:37.920+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:38.269 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[58047]: debug 2023-12-06T15:25:37.920+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:38.269 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:37 smithi140 bash[58047]: debug 2023-12-06T15:25:37.920+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:38.524 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[56033]: debug 2023-12-06T15:25:38.264+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:38.524 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[56033]: debug 2023-12-06T15:25:38.264+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:38.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[60069]: debug 2023-12-06T15:25:38.520+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:38.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[60069]: debug 2023-12-06T15:25:38.520+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:39.305 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[58047]: debug 2023-12-06T15:25:38.880+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:39.305 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[58047]: debug 2023-12-06T15:25:38.880+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:39.305 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:38 smithi140 bash[58047]: debug 2023-12-06T15:25:38.880+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:39.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[56033]: debug 2023-12-06T15:25:39.300+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:39.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[56033]: debug 2023-12-06T15:25:39.300+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:39.624 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[60069]: debug 2023-12-06T15:25:39.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:39.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[60069]: debug 2023-12-06T15:25:39.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:39.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[60069]: debug 2023-12-06T15:25:39.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:40.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[58047]: debug 2023-12-06T15:25:39.864+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:40.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[58047]: debug 2023-12-06T15:25:39.864+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:40.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:39 smithi140 bash[58047]: debug 2023-12-06T15:25:39.864+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:40.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[56033]: debug 2023-12-06T15:25:40.336+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:40.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[56033]: debug 2023-12-06T15:25:40.336+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:40.625 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[56033]: debug 2023-12-06T15:25:40.336+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:14.336008+0000 front 2023-12-06T15:25:14.336233+0000 (oldest deadline 2023-12-06T15:25:39.635669+0000) 2023-12-06T15:25:40.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[60069]: debug 2023-12-06T15:25:40.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:40.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[60069]: debug 2023-12-06T15:25:40.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:40.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[60069]: debug 2023-12-06T15:25:40.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:41.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[58047]: debug 2023-12-06T15:25:40.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:41.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[58047]: debug 2023-12-06T15:25:40.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:41.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:40 smithi140 bash[58047]: debug 2023-12-06T15:25:40.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:41.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[56033]: debug 2023-12-06T15:25:41.368+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:54.229651+0000 front 2023-12-06T15:24:54.229707+0000 (oldest deadline 2023-12-06T15:25:18.329473+0000) 2023-12-06T15:25:41.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[56033]: debug 2023-12-06T15:25:41.368+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:02.431312+0000 front 2023-12-06T15:25:02.431059+0000 (oldest deadline 2023-12-06T15:25:30.532599+0000) 2023-12-06T15:25:41.624 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[56033]: debug 2023-12-06T15:25:41.368+0000 7fdf3cbf1700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:14.336008+0000 front 2023-12-06T15:25:14.336233+0000 (oldest deadline 2023-12-06T15:25:39.635669+0000) 2023-12-06T15:25:41.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[60069]: debug 2023-12-06T15:25:41.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:41.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[60069]: debug 2023-12-06T15:25:41.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:41.625 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[60069]: debug 2023-12-06T15:25:41.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:42.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[58047]: debug 2023-12-06T15:25:41.808+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:42.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[58047]: debug 2023-12-06T15:25:41.808+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:42.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:41 smithi140 bash[58047]: debug 2023-12-06T15:25:41.808+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:42.874 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[61742]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:25:42.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[60069]: debug 2023-12-06T15:25:42.588+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:42.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[60069]: debug 2023-12-06T15:25:42.588+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:42.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[60069]: debug 2023-12-06T15:25:42.588+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:42.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[58047]: debug 2023-12-06T15:25:42.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:42.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[58047]: debug 2023-12-06T15:25:42.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:42.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[58047]: debug 2023-12-06T15:25:42.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:43.374 INFO:journalctl@ceph.osd.5.smithi140.stdout:Dec 06 15:25:42 smithi140 bash[61817]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-5 2023-12-06T15:25:43.848 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[60069]: debug 2023-12-06T15:25:43.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:43.848 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[60069]: debug 2023-12-06T15:25:43.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:43.848 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[60069]: debug 2023-12-06T15:25:43.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:44.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[58047]: debug 2023-12-06T15:25:43.844+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:44.125 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[58047]: debug 2023-12-06T15:25:43.844+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:44.125 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:43 smithi140 bash[58047]: debug 2023-12-06T15:25:43.844+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:44.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:44 smithi029 bash[60066]: level=error ts=2023-12-06T15:25:44.242Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:44.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:44 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:44.243Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:44.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:44 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:44.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:44.831 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[60069]: debug 2023-12-06T15:25:44.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:44.831 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[60069]: debug 2023-12-06T15:25:44.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:44.831 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[60069]: debug 2023-12-06T15:25:44.560+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:44.901 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.5.service' 2023-12-06T15:25:44.936 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:44.936 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-06T15:25:44.937 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-06T15:25:44.937 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.6 2023-12-06T15:25:45.122 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[58047]: debug 2023-12-06T15:25:44.828+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:45.123 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[58047]: debug 2023-12-06T15:25:44.828+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:45.123 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:44 smithi140 bash[58047]: debug 2023-12-06T15:25:44.828+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:45.123 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:44 smithi140 systemd[1]: Stopping Ceph osd.6 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:45.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.120+0000 7fa226fb7700 -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-06T15:25:45.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.120+0000 7fa226fb7700 -1 osd.6 144 *** Got signal Terminated *** 2023-12-06T15:25:45.374 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.120+0000 7fa226fb7700 -1 osd.6 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:45.839 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[60069]: debug 2023-12-06T15:25:45.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:45.839 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[60069]: debug 2023-12-06T15:25:45.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:45.839 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[60069]: debug 2023-12-06T15:25:45.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:45.839 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[60069]: debug 2023-12-06T15:25:45.528+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:46.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.836+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:46.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.836+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:46.124 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:45 smithi140 bash[58047]: debug 2023-12-06T15:25:45.836+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:46.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[58047]: debug 2023-12-06T15:25:46.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:46.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[58047]: debug 2023-12-06T15:25:46.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:46.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[58047]: debug 2023-12-06T15:25:46.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:46.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[58047]: debug 2023-12-06T15:25:46.816+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:21.141635+0000 front 2023-12-06T15:25:21.142071+0000 (oldest deadline 2023-12-06T15:25:46.441550+0000) 2023-12-06T15:25:46.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[60069]: debug 2023-12-06T15:25:46.564+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:46.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[60069]: debug 2023-12-06T15:25:46.564+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:46.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[60069]: debug 2023-12-06T15:25:46.564+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:46.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:46 smithi140 bash[60069]: debug 2023-12-06T15:25:46.564+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:47.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[58047]: debug 2023-12-06T15:25:47.792+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:47.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[58047]: debug 2023-12-06T15:25:47.792+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:47.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[58047]: debug 2023-12-06T15:25:47.792+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:47.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[58047]: debug 2023-12-06T15:25:47.792+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:21.141635+0000 front 2023-12-06T15:25:21.142071+0000 (oldest deadline 2023-12-06T15:25:46.441550+0000) 2023-12-06T15:25:47.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[60069]: debug 2023-12-06T15:25:47.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:47.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[60069]: debug 2023-12-06T15:25:47.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:47.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[60069]: debug 2023-12-06T15:25:47.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:47.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:47 smithi140 bash[60069]: debug 2023-12-06T15:25:47.552+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:48.879 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[58047]: debug 2023-12-06T15:25:48.744+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:48.879 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[58047]: debug 2023-12-06T15:25:48.744+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:48.879 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[58047]: debug 2023-12-06T15:25:48.744+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:48.880 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[58047]: debug 2023-12-06T15:25:48.744+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:21.141635+0000 front 2023-12-06T15:25:21.142071+0000 (oldest deadline 2023-12-06T15:25:46.441550+0000) 2023-12-06T15:25:48.880 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[60069]: debug 2023-12-06T15:25:48.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:48.880 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[60069]: debug 2023-12-06T15:25:48.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:48.880 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[60069]: debug 2023-12-06T15:25:48.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:48.880 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:48 smithi140 bash[60069]: debug 2023-12-06T15:25:48.572+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:49.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[58047]: debug 2023-12-06T15:25:49.704+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:56.135523+0000 front 2023-12-06T15:24:56.135571+0000 (oldest deadline 2023-12-06T15:25:20.835570+0000) 2023-12-06T15:25:49.874 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[58047]: debug 2023-12-06T15:25:49.704+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.037981+0000 front 2023-12-06T15:25:06.037652+0000 (oldest deadline 2023-12-06T15:25:30.137678+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[58047]: debug 2023-12-06T15:25:49.704+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:12.940299+0000 front 2023-12-06T15:25:12.940198+0000 (oldest deadline 2023-12-06T15:25:36.440011+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[58047]: debug 2023-12-06T15:25:49.704+0000 7fa2225b0700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:21.141635+0000 front 2023-12-06T15:25:21.142071+0000 (oldest deadline 2023-12-06T15:25:46.441550+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[60069]: debug 2023-12-06T15:25:49.612+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[60069]: debug 2023-12-06T15:25:49.612+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[60069]: debug 2023-12-06T15:25:49.612+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:49.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:49 smithi140 bash[60069]: debug 2023-12-06T15:25:49.612+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:50.891 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:50 smithi140 bash[60069]: debug 2023-12-06T15:25:50.616+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:50.891 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:50 smithi140 bash[60069]: debug 2023-12-06T15:25:50.616+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:50.891 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:50 smithi140 bash[60069]: debug 2023-12-06T15:25:50.616+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:50.891 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:50 smithi140 bash[60069]: debug 2023-12-06T15:25:50.616+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:51.624 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[61956]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:25:51.624 INFO:journalctl@ceph.osd.6.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[62031]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-6 2023-12-06T15:25:52.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[60069]: debug 2023-12-06T15:25:51.660+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:52.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[60069]: debug 2023-12-06T15:25:51.660+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:52.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[60069]: debug 2023-12-06T15:25:51.660+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:52.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:51 smithi140 bash[60069]: debug 2023-12-06T15:25:51.660+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:53.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:52 smithi140 bash[60069]: debug 2023-12-06T15:25:52.696+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:53.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:52 smithi140 bash[60069]: debug 2023-12-06T15:25:52.696+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:53.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:52 smithi140 bash[60069]: debug 2023-12-06T15:25:52.696+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:53.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:52 smithi140 bash[60069]: debug 2023-12-06T15:25:52.696+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:53.291 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.6.service' 2023-12-06T15:25:53.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:25:53.329 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-06T15:25:53.329 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-06T15:25:53.329 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.7 2023-12-06T15:25:53.481 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 systemd[1]: Stopping Ceph osd.7 for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:25:53.482 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[49051]: ts=2023-12-06T15:25:53.141Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:25:53.482 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[49051]: ts=2023-12-06T15:25:53.143Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:25:53.482 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[49051]: ts=2023-12-06T15:25:53.146Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:25:53.482 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[49051]: ts=2023-12-06T15:25:53.148Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.29:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.29:8765: connect: connection refused" 2023-12-06T15:25:53.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.480+0000 7fcc97b84700 -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-06T15:25:53.874 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.480+0000 7fcc97b84700 -1 osd.7 144 *** Got signal Terminated *** 2023-12-06T15:25:53.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.480+0000 7fcc97b84700 -1 osd.7 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-06T15:25:53.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.688+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:53.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.688+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:53.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.688+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:53.875 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:53 smithi140 bash[60069]: debug 2023-12-06T15:25:53.688+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:54.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:54 smithi029 bash[60066]: level=error ts=2023-12-06T15:25:54.244Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:54.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:54 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:54.244Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:25:54.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:25:54 smithi029 bash[60066]: level=warn ts=2023-12-06T15:25:54.246Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:25:55.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:54 smithi140 bash[60069]: debug 2023-12-06T15:25:54.708+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:55.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:54 smithi140 bash[60069]: debug 2023-12-06T15:25:54.708+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:55.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:54 smithi140 bash[60069]: debug 2023-12-06T15:25:54.708+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:55.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:54 smithi140 bash[60069]: debug 2023-12-06T15:25:54.708+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:56.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:55 smithi140 bash[60069]: debug 2023-12-06T15:25:55.756+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:56.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:55 smithi140 bash[60069]: debug 2023-12-06T15:25:55.756+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:56.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:55 smithi140 bash[60069]: debug 2023-12-06T15:25:55.756+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:56.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:55 smithi140 bash[60069]: debug 2023-12-06T15:25:55.756+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:56.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:55 smithi140 bash[60069]: debug 2023-12-06T15:25:55.756+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.140:6804 osd.4 since back 2023-12-06T15:25:29.971858+0000 front 2023-12-06T15:25:29.972055+0000 (oldest deadline 2023-12-06T15:25:55.271716+0000) 2023-12-06T15:25:57.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:56 smithi140 bash[60069]: debug 2023-12-06T15:25:56.772+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:57.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:56 smithi140 bash[60069]: debug 2023-12-06T15:25:56.772+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:57.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:56 smithi140 bash[60069]: debug 2023-12-06T15:25:56.772+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:57.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:56 smithi140 bash[60069]: debug 2023-12-06T15:25:56.772+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:57.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:56 smithi140 bash[60069]: debug 2023-12-06T15:25:56.772+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.140:6804 osd.4 since back 2023-12-06T15:25:29.971858+0000 front 2023-12-06T15:25:29.972055+0000 (oldest deadline 2023-12-06T15:25:55.271716+0000) 2023-12-06T15:25:58.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:57 smithi140 bash[60069]: debug 2023-12-06T15:25:57.768+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-12-06T15:24:55.261709+0000 front 2023-12-06T15:24:55.261568+0000 (oldest deadline 2023-12-06T15:25:19.361261+0000) 2023-12-06T15:25:58.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:57 smithi140 bash[60069]: debug 2023-12-06T15:25:57.768+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-12-06T15:25:06.363744+0000 front 2023-12-06T15:25:06.363719+0000 (oldest deadline 2023-12-06T15:25:27.364413+0000) 2023-12-06T15:25:58.124 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:57 smithi140 bash[60069]: debug 2023-12-06T15:25:57.768+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-12-06T15:25:13.568510+0000 front 2023-12-06T15:25:13.568469+0000 (oldest deadline 2023-12-06T15:25:39.468083+0000) 2023-12-06T15:25:58.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:57 smithi140 bash[60069]: debug 2023-12-06T15:25:57.768+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-12-06T15:25:19.469298+0000 front 2023-12-06T15:25:19.469402+0000 (oldest deadline 2023-12-06T15:25:44.769250+0000) 2023-12-06T15:25:58.125 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:57 smithi140 bash[60069]: debug 2023-12-06T15:25:57.768+0000 7fcc9297c700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.140:6804 osd.4 since back 2023-12-06T15:25:29.971858+0000 front 2023-12-06T15:25:29.972055+0000 (oldest deadline 2023-12-06T15:25:55.271716+0000) 2023-12-06T15:25:59.725 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:59 smithi140 bash[62169]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:25:59.725 INFO:journalctl@ceph.osd.7.smithi140.stdout:Dec 06 15:25:59 smithi140 bash[62243]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-osd-7 2023-12-06T15:26:01.526 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@osd.7.service' 2023-12-06T15:26:01.559 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:26:01.560 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-06T15:26:01.560 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-06T15:26:01.560 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a 2023-12-06T15:26:01.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 systemd[1]: Stopping Ceph prometheus.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:26:01.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.727Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:26:01.874 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.728Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-06T15:26:01.875 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.729Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-06T15:26:01.876 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.729Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-06T15:26:01.876 INFO:journalctl@ceph.prometheus.a.smithi140.stdout:Dec 06 15:26:01 smithi140 bash[49051]: ts=2023-12-06T15:26:01.729Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-06T15:26:02.449 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c349e5c8-9447-11ee-95a2-87774f69a715@prometheus.a.service' 2023-12-06T15:26:02.482 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T15:26:02.483 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-06T15:26:02.483 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c349e5c8-9447-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:26:04.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:04 smithi029 bash[60066]: level=error ts=2023-12-06T15:26:04.245Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:26:04.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:04 smithi029 bash[60066]: level=warn ts=2023-12-06T15:26:04.245Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.29:8443: connect: connection refused" 2023-12-06T15:26:04.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:04 smithi029 bash[60066]: level=warn ts=2023-12-06T15:26:04.247Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi140.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.140:8443: connect: connection refused" 2023-12-06T15:26:07.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:06 smithi029 systemd[1]: Stopping Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:26:08.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:07 smithi029 bash[80402]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter-a 2023-12-06T15:26:08.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:07 smithi029 bash[80452]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.a 2023-12-06T15:26:08.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:07 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:26:08.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:07 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-06T15:26:08.029 INFO:journalctl@ceph.node-exporter.a.smithi029.stdout:Dec 06 15:26:07 smithi029 systemd[1]: Stopped Ceph node-exporter.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:26:08.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:08 smithi029 systemd[1]: Stopping Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:26:08.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:08 smithi029 bash[60066]: level=info ts=2023-12-06T15:26:08.227Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-06T15:26:09.178 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:08 smithi029 bash[80492]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager-a 2023-12-06T15:26:09.178 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:08 smithi029 bash[80552]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-alertmanager.a 2023-12-06T15:26:09.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:09 smithi029 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-06T15:26:09.529 INFO:journalctl@ceph.alertmanager.a.smithi029.stdout:Dec 06 15:26:09 smithi029 systemd[1]: Stopped Ceph alertmanager.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:26:43.771 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c349e5c8-9447-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T15:26:48.245 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 systemd[1]: Stopping Ceph node-exporter.b for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:26:49.096 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 bash[62616]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter-b 2023-12-06T15:26:49.097 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 bash[62664]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-node-exporter.b 2023-12-06T15:26:49.097 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-06T15:26:49.097 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-06T15:26:49.097 INFO:journalctl@ceph.node-exporter.b.smithi140.stdout:Dec 06 15:26:48 smithi140 systemd[1]: Stopped Ceph node-exporter.b for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:26:49.374 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 systemd[1]: Stopping Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715... 2023-12-06T15:26:49.374 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 bash[47654]: t=2023-12-06T15:26:49+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-06T15:26:49.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 bash[62702]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-grafana-a 2023-12-06T15:26:49.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 bash[62749]: Error response from daemon: No such container: ceph-c349e5c8-9447-11ee-95a2-87774f69a715-grafana.a 2023-12-06T15:26:49.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 systemd[1]: ceph-c349e5c8-9447-11ee-95a2-87774f69a715@grafana.a.service: Succeeded. 2023-12-06T15:26:49.874 INFO:journalctl@ceph.grafana.a.smithi140.stdout:Dec 06 15:26:49 smithi140 systemd[1]: Stopped Ceph grafana.a for c349e5c8-9447-11ee-95a2-87774f69a715. 2023-12-06T15:27:12.506 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:27:12.522 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T15:27:12.536 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T15:27:12.538 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi029/crash 2023-12-06T15:27:12.539 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:27:12.555 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:27:12.555 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:27:12.557 DEBUG:teuthology.misc:Transferring archived files from smithi140:/var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi140/crash 2023-12-06T15:27:12.557 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash -- . 2023-12-06T15:27:12.572 INFO:teuthology.orchestra.run.smithi140.stderr:tar: /var/lib/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T15:27:12.572 INFO:teuthology.orchestra.run.smithi140.stderr:tar: Error is not recoverable: exiting now 2023-12-06T15:27:12.573 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T15:27:12.573 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T15:27:12.615 INFO:teuthology.orchestra.run.smithi029.stderr:grep: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T15:27:12.617 INFO:tasks.cephadm:Compressing logs... 2023-12-06T15:27:12.617 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T15:27:12.619 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T15:27:12.629 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T15:27:12.635 INFO:teuthology.orchestra.run.smithi140.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-06T15:27:12.642 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:27:12.643 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.a.log 2023-12-06T15:27:12.643 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.y.log 2023-12-06T15:27:12.644 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi029.wxzase.log 2023-12-06T15:27:12.645 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.a.log: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.c.log 2023-12-06T15:27:12.645 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi029.wxzase.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi029.hvqmag.log 2023-12-06T15:27:12.646 INFO:teuthology.orchestra.run.smithi029.stderr: 62.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi029.wxzase.log.gz 2023-12-06T15:27:12.646 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T15:27:12.647 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/tcmu-runner.log 2023-12-06T15:27:12.647 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi029.hvqmag.log: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.1.log: 62.5% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi029.hvqmag.log.gz 2023-12-06T15:27:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T15:27:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi140.uzwikl.log 2023-12-06T15:27:12.653 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.b.log 2023-12-06T15:27:12.654 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi140.uzwikl.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T15:27:12.654 INFO:teuthology.orchestra.run.smithi140.stderr: 62.5% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi140.uzwikl.log.gz 2023-12-06T15:27:12.654 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.b.log: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.x.log 2023-12-06T15:27:12.655 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T15:27:12.656 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T15:27:12.656 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.x.log: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:27:12.657 INFO:teuthology.orchestra.run.smithi140.stderr:gzip /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.4.log: -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T15:27:12.659 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T15:27:12.659 INFO:teuthology.orchestra.run.smithi029.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:27:12.660 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/tcmu-runner.log: 82.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/tcmu-runner.log.gz 2023-12-06T15:27:12.660 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi140.dikadj.log 2023-12-06T15:27:12.661 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T15:27:12.662 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T15:27:12.664 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T15:27:12.668 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.7.log: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T15:27:12.669 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi140.dikadj.log: 62.6% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-client.rgw.smpl.smithi140.dikadj.log.gz 2023-12-06T15:27:12.675 INFO:teuthology.orchestra.run.smithi140.stderr: 91.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:27:12.681 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.2.log: 90.8% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T15:27:12.709 INFO:teuthology.orchestra.run.smithi140.stderr: 89.2% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.x.log.gz 2023-12-06T15:27:13.005 INFO:teuthology.orchestra.run.smithi140.stderr: 92.6% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.b.log.gz 2023-12-06T15:27:13.028 INFO:teuthology.orchestra.run.smithi029.stderr: 88.8% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mgr.y.log.gz 2023-12-06T15:27:13.053 INFO:teuthology.orchestra.run.smithi029.stderr: 92.3% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.c.log.gz 2023-12-06T15:27:13.587 INFO:teuthology.orchestra.run.smithi029.stderr: 93.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T15:27:13.754 INFO:teuthology.orchestra.run.smithi140.stderr: 93.2% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T15:27:13.865 INFO:teuthology.orchestra.run.smithi029.stderr: 91.0% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-mon.a.log.gz 2023-12-06T15:27:13.866 INFO:teuthology.orchestra.run.smithi140.stderr: 93.7% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T15:27:13.877 INFO:teuthology.orchestra.run.smithi140.stderr: 93.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T15:27:13.917 INFO:teuthology.orchestra.run.smithi029.stderr: 93.6% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T15:27:13.973 INFO:teuthology.orchestra.run.smithi029.stderr: 93.6% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T15:27:14.134 INFO:teuthology.orchestra.run.smithi140.stderr: 93.6% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T15:27:14.135 INFO:teuthology.orchestra.run.smithi140.stderr: 2023-12-06T15:27:14.136 INFO:teuthology.orchestra.run.smithi140.stderr:real 0m1.511s 2023-12-06T15:27:14.136 INFO:teuthology.orchestra.run.smithi140.stderr:user 0m5.230s 2023-12-06T15:27:14.136 INFO:teuthology.orchestra.run.smithi140.stderr:sys 0m0.241s 2023-12-06T15:27:14.489 INFO:teuthology.orchestra.run.smithi029.stderr: 93.4% -- replaced with /var/log/ceph/c349e5c8-9447-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T15:27:14.491 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-12-06T15:27:14.491 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m1.869s 2023-12-06T15:27:14.492 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m7.136s 2023-12-06T15:27:14.492 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.260s 2023-12-06T15:27:14.492 INFO:tasks.cephadm:Archiving logs... 2023-12-06T15:27:14.492 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi029/log 2023-12-06T15:27:14.493 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:27:15.429 DEBUG:teuthology.misc:Transferring archived files from smithi140:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi140/log 2023-12-06T15:27:15.430 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T15:27:16.198 INFO:tasks.cephadm:Removing cluster... 2023-12-06T15:27:16.198 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c349e5c8-9447-11ee-95a2-87774f69a715 --force 2023-12-06T15:27:17.009 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c349e5c8-9447-11ee-95a2-87774f69a715 --force 2023-12-06T15:27:17.796 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T15:27:17.797 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:27:17.805 DEBUG:teuthology.orchestra.run.smithi140:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T15:27:17.810 INFO:tasks.cephadm:Teardown complete 2023-12-06T15:27:17.810 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T15:27:17.820 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T15:27:17.821 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:27:17.823 DEBUG:teuthology.orchestra.run.smithi140:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T15:27:17.841 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T15:27:17.841 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2023-12-06T15:27:17.841 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 44.4.53.2 2 u 26 64 377 0.054 -0.044 1.307 2023-12-06T15:27:17.842 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 63.231.80.2 3 u 24 64 377 0.093 4.086 1.641 2023-12-06T15:27:17.842 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 64 377 0.094 4.768 1.180 2023-12-06T15:27:17.842 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout: remote refid st t when poll reach delay offset jitter 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout:============================================================================== 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout:*hv01.front.sepi 44.4.53.2 2 u 19 128 377 0.075 -3.243 0.137 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout:+hv02.front.sepi 63.231.80.2 3 u 11 128 377 0.077 0.454 0.121 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout:+hv03.front.sepi 74.6.168.72 3 u 91 128 377 0.090 2.620 0.224 2023-12-06T15:27:17.874 INFO:teuthology.orchestra.run.smithi140.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-06T15:27:17.876 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T15:27:17.885 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T15:27:17.886 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T15:27:17.894 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T15:27:17.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T15:27:17.914 INFO:teuthology.task.internal:Duration was 2170.643542 seconds 2023-12-06T15:27:17.915 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T15:27:17.923 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T15:27:17.924 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:27:17.926 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T15:27:17.978 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T15:27:17.978 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2023-12-06T15:27:17.978 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T15:27:17.989 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi140.front.sepia.ceph.com 2023-12-06T15:27:17.990 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T15:27:18.003 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T15:27:18.004 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:27:18.006 DEBUG:teuthology.orchestra.run.smithi140:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T15:27:18.102 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T15:27:18.103 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:27:18.105 DEBUG:teuthology.orchestra.run.smithi140:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T15:27:18.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T15:27:18.283 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T15:27:18.284 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:27:18.297 DEBUG:teuthology.orchestra.run.smithi140:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T15:27:18.314 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T15:27:18.324 DEBUG:teuthology.orchestra.run.smithi029:> 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-06T15:27:18.327 DEBUG:teuthology.orchestra.run.smithi140:> 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-06T15:27:18.337 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2023-12-06T15:27:18.370 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern = core 2023-12-06T15:27:18.398 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:27:18.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:27:18.424 DEBUG:teuthology.orchestra.run.smithi140:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T15:27:18.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T15:27:18.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T15:27:18.440 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T15:27:18.441 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi029 2023-12-06T15:27:18.441 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:27:18.474 DEBUG:teuthology.misc:Transferring archived files from smithi140:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276/remote/smithi140 2023-12-06T15:27:18.475 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T15:27:18.503 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T15:27:18.503 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:27:18.512 DEBUG:teuthology.orchestra.run.smithi140:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T15:27:18.546 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T15:27:18.557 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T15:27:18.557 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T15:27:18.568 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T15:27:18.568 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:27:18.570 DEBUG:teuthology.orchestra.run.smithi140:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T15:27:18.576 INFO:teuthology.orchestra.run.smithi029.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:27 /home/ubuntu/cephtest 2023-12-06T15:27:18.577 INFO:teuthology.orchestra.run.smithi140.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 15:27 /home/ubuntu/cephtest 2023-12-06T15:27:18.580 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T15:27:18.591 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T15:27:18.611 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T15:27:18.640 DEBUG:teuthology.nuke:shortname: smithi029 2023-12-06T15:27:18.640 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:27:18.664 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:40:06.317602', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T15:27:18.671 DEBUG:teuthology.nuke:shortname: smithi140 2023-12-06T15:27:18.671 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T15:27:18.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi140.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_14:29:19-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7480276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 14:40:06.316178', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T15:27:18.728 INFO:teuthology.orchestra.console.smithi029:Power off 2023-12-06T15:27:18.729 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:27:18.749 INFO:teuthology.orchestra.console.smithi140:Power off 2023-12-06T15:27:18.749 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T15:27:18.759 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2023-12-06T15:27:18.759 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:18.773 DEBUG:teuthology.orchestra.console.smithi140:power off output: Chassis Power Control: Down/Off 2023-12-06T15:27:18.773 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:18.786 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-12-06T15:27:18.807 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-12-06T15:27:22.787 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:22.807 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:22.899 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-12-06T15:27:22.918 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-12-06T15:27:26.902 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:26.919 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:27.012 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2023-12-06T15:27:27.030 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-12-06T15:27:27.114 INFO:teuthology.orchestra.console.smithi029:Power off completed 2023-12-06T15:27:31.034 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T15:27:31.147 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is off 2023-12-06T15:27:31.247 INFO:teuthology.orchestra.console.smithi140:Power off completed 2023-12-06T15:27:31.353 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: 2170.6435420513153 failure_reason: 'Command failed on smithi029 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 c349e5c8-9447-11ee-95a2-87774f69a715 -e sha1=0482646fcf78576d871bc87843257d82edb79541 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=95d36fc22e154105889972205d397753 status: fail success: false 2023-12-06T15:27:31.353 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T15:27:31.432 INFO:teuthology.run:FAIL